var width="400";
var height="250";
var url_flash="http://media.cash-program.com/hentai-divx/flashcoin/400x250/1.swf?wref=2527";

var UUID = new Date();
UUID=UUID.getTime()+'x'+Math.floor(Math.random()*1000);
var divname='CP_flashcoin_'+UUID;

document.write('<style type="text/css">'); 
document.write('#'+divname+' { width:'+width+'px; position:absolute; top:0; right:0; height:'+height+'px; z-index:1000; }'); 
document.write('html>body #'+divname+' { position: fixed; }');
document.write('html { background:url(null) fixed; }');
document.write('* html #'+divname+' { top:expression((documentElement.scrollTop+body.scrollTop)+"px"); }'); 
document.write('</style>'); 

var obj="";
obj+='<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="'+width+'" height="'+height+'">';
obj+='  <param name="movie" value="'+url_flash+'" />';
obj+='  <param name="quality" value="high" />';
obj+='  <param name="wmode" value="transparent">';
obj+='  <embed src="'+url_flash+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>';
obj+='</object>';
  
document.write('<div id="'+divname+'">'+obj+'</div>');