document.domain = "zsjdc.com"
function ad_show(ad_width,ad_height,ad_type,ad_url,ad_file_url,ad_id,BM_id)
{
	var Ad_top_str = "";
	var Div_id="ad_"+BM_id;	
	
	Ad_top_str +=" <div style='position:relative;width:"+ad_width+";height:"+ad_height+";' id=randomDiv_"+BM_id+"> ";
	//if(true)
	if(ad_type==3)
	{ 
		Ad_top_str +="<OBJECT id='obj_randomDiv_"+BM_id+"' codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='"+ad_width+"' height='"+ad_height+"' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>";
		Ad_top_str +="	<PARAM NAME='Movie' VALUE='"+ad_file_url+"'>";
		Ad_top_str +="	<PARAM NAME='SAlign' VALUE='TL'>";
		Ad_top_str +="	<PARAM NAME='WMode' VALUE='Transparent'>";
		Ad_top_str +="	<PARAM NAME='Quality' VALUE='High'>";
		Ad_top_str +="	<embed src='"+ad_file_url+"' quality='high' allowscriptaccess='always' wmode='transparent' type='application/x-shockwave-flash'  pluginspage='http://www.macromedia.com/go/getflashplayer' width='"+ad_width+"' height='"+ad_height+"'>";
		Ad_top_str +="</OBJECT>";
		Ad_top_str +="<a href='http://adshow.zsjdc.com/adchk.asp?url="+ad_url+"&id="+ad_id+"' target=_blank><img src='http://Pic.zsjdc.com/adfile/blapic.gif' style='position:absolute;left:0px;top:0px;width:"+ad_width+";height:"+ad_height+";border:none;'/></a>";
	}
	if(ad_type==2)
	{  
		Ad_top_str +="<a href='http://adshow.zsjdc.com/adchk.asp?url="+ad_url+"&id="+ad_id+"' target=_blank><img src='http://Pic.zsjdc.com/adfile/blapic.gif' style='position:absolute;left:0px;top:0px;width:"+ad_width+";height:"+ad_height+";border:none;'/>";
		Ad_top_str +="<img src='"+ad_file_url+"' width="+ad_width+" height="+ad_height+" border=0 ></img></a>";

	}
	if(ad_type==4)
	{
		Ad_top_str+='<center><div id="ad_'+BM_id+'_g" style="width: 165px; height: 65px;"><embed type="application/x-shockwave-flash" src="http://adshow.zsjdc.com/adtemp/gd.swf" style="" id="_ad_'+BM_id+'_g" name="_ad_'+BM_id+'_g" quality="high" wmode="transparent" flashvars="pics='+ad_file_url+'&amp;links='+ad_url+'" width="165" height="65"></div></center>';
	}
	Ad_top_str +="</div>"; 
	
	var targetDiv = document.getElementById(Div_id); 
	if(targetDiv != null && targetDiv != undefined)
	{ 
		targetDiv.style.display = "block"; 
		targetDiv.innerHTML = Ad_top_str;
	}
	if(ad_type==4)
	{
		var pics = ad_file_url;
		var links = ad_url;
		var fo = new SWFObject("http://adshow.zsjdc.com/adtemp/gd.swf", "_ad_"+BM_id+"_g", ad_width, ad_height, "7");
		fo.addVariable("pics", pics);
		fo.addVariable("links", links);
		fo.addParam("wmode", "transparent");
		fo.write("ad_"+BM_id+"_g");
	}

}