s_nowplaying = "<b>Song:</b> In The Grip Of Stronger Stuff<br /><b>By:</b> Ian Anderson<br /><b>From:</b> Ian Anderson Plays The Orchestral Jethro Tull<br /><b>Genre:</b> Progressive Rock<br /><b>Year:</b> 2005<br /><b>Length:</b> 3:02";
if (document.getElementById && document.getElementById('nowplaying_info'))
document.getElementById('nowplaying_info').innerHTML = s_nowplaying;
else document.write(s_nowplaying);
