function LoadFlash(ad_swf,ad_w,ad_h,ad_url,ad_t)
{ 
if(ad_t!=""){document.write("<div style=width:"+ad_w+"px;height:"+ad_h+"px; title='"+ad_t+"'>");}else{document.write("<div style=width:"+ad_w+"px;height:"+ad_h+"px;>");}
if(ad_url!=""){document.write("<div style=position:absolute;z-index:0><a href="+ ad_url+" target=_blank><img src=/images/n.gif width="+ad_w+" height="+ad_h+" border=0></a></div>");}
document.write("<object classid=clsid:D27CDB6E-AE6D-11CF-96B8-444553540000 id=obj1 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0 border=0 width="+ad_w+" height="+ad_h+">");
document.write("<param name=movie value="+ad_swf+">");
document.write("<param name=quality value=High>");
document.write("<param name=wmode value=transparent>");
document.write("<embed src="+ad_swf+" wmode=transparent pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash name=obj1 width="+ad_w+" height="+ad_h+"></object>");
document.write("</div>");	
}