
function writeSWF(width, height, movie){
document.write('<object width="'+width+'" height="'+height+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0" VIEWASTEXT>');
document.write('<PARAM NAME="MOVIE" VALUE="'+movie+'">');
document.write('<PARAM NAME="PLAY" VALUE="true">');
document.write('<PARAM NAME="LOOP" VALUE="false">');
document.write('<PARAM NAME="WMODE" VALUE="transparent">');
document.write('<param NAME="QUALITY" VALUE="high">'); 
document.write('<param name="allowScriptAccess" value="sameDomain" />'); 
document.write('<EMBED width="'+width+'" height="'+height+'" src="'+movie+'" allowScriptAccess="sameDomain" PLAY="true" LOOP="false" WMODE="transparent" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'); 
document.write('</embed></object>');
}

function callWT(targetUrl, bannerId){
	if (dcsMultiTrack) 
        dcsMultiTrack('DCS.dcsuri', targetUrl, 'DCSext.BoomBanner', bannerId);
}