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