// Production path...
var portalPath = '/Portals/5/';

var sysPath = 'Skins/wgrr2/nowplaying/';
var xmlPath = portalPath + sysPath + 'nowplaying-xml.aspx?filename=wgrr-fm-web.xml';
var swfPath = portalPath + sysPath + 'nowplaying.swf?xml_file=' + escape(xmlPath);
var iHeight = 17;
var iWidth = 240;
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" WIDTH="'+ iWidth +'" HEIGHT="'+ iHeight +'" title="Now Playing">');
document.write('<param name="movie" value="'+ swfPath +'">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#ffffff"/>');
document.write('<embed src="'+ swfPath +'" width="'+ iWidth +'" height="'+ iHeight +'" flashvars="var1=HelloWorld" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgcolor="#ffffff"></embed>');
document.write('</object>');
