document.open();

var todayDate = new Date();

document.writeln('<embed src="/fla/flash_unsc.swf?' + todayDate.getTime() +  '" width="950" FlashVars="flashPath=/fla/" height="100" bgcolor="#FFFFFF" wmode="opaque" type="application/x-shockwave-flash" />');
document.close();