// JavaScript Document
//parse the query string
var fullURL = parent.document.URL;
var d = new Date();
var t = d.getTime();
t=(t/1000);

document.write('<div id="PodExecPlayer-'+audid+'-'+grpid+'" style="width: 300px; height: 30px;"><!-- Change the width to suit your design -->');
document.write('<!-- Now we try to insert the player -->');
document.write('<object type="application/x-shockwave-flash" data="http://www.podexec.com/players/1pixelout.swf" width="290" height="24" >');
document.write('<param name="movie" value="http://www.podexec.com/players/1pixelout.swf" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="menu" value="false" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="FlashVars" value="soundfile=http%3A%2F%2Fpodexec.com%2Faudio%2Fplay%2F'+audid+'%2Fremote%2F'+grpid+'%2F'+grphash+'%2F'+t+'" />');
document.write('<embed src="http://www.podexec.com/players/1pixelout.swf" flashvars="soundFile=http%3A%2F%2Fpodexec.com%2Faudio%2Fplay%2F'+audid+'%2Fremote%2F'+grpid+'%2F'+grphash+'%2F'+t+'" width="290" height="24" />');
document.write('</object>');
document.write ('<p style="font-size:0.8em">&#169;&nbsp;Red Studios</p>');
document.write('</div>');
