function show(w,h,b,c){
var bg = b;var col = c;
if(b.length == 0) bg = "ffffff";
if(c.length == 0) col = "000000";
var noCache = Math.floor( Math.random() * 100000 );
var now=new Date();
noCache += now.getFullYear() + "-";
noCache += now.getMonth() + "-";
noCache += now.getDate() + "-";
noCache += now.getHours() + "-";
noCache += now.getMinutes() + "-";
noCache += now.getSeconds();
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="clock1" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="http://www.flashparts.net/clock/clock1.swf?'+noCache+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#'+bg+'" />');
document.write('<param name="FlashVars" value="c='+col+'&path=http://www.flashparts.net/lg8uU2N3elP8g72/" />');
document.write('<embed src="http://www.flashparts.net/clock/clock1.swf?'+noCache+'" FlashVars="c='+col+'&path=http://www.flashparts.net/lg8uU2N3elP8g72/" quality="high" bgcolor="#'+bg+'" width="'+w+'" height="'+h+'" name="clock1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}
