﻿/*
Document By JodJin 09/12/17
通过获取首页广告位ID导入广告，若需增加广告位，请先在页面插入ID
*/

/*
wmode取值：opaque 正常显示，transparent 透明(可消除FLASH背景色)
menu取值：默认true 开启， false 关闭控件右键菜单
adurl值注意大小写
*/
function insertAD(id,adurl,w,h,adlink){
if (!document.getElementById(id)) return;
var str = '';
var charindex = adurl.lastIndexOf(".");
var ExtentName = adurl.substr(charindex,4);
if(!(ExtentName == ".jpg" || ExtentName == ".gif" ))
  {
str += '<a href="'+adlink+'" target="_blank">';
str += '<img src="/images/blank.gif" width="'+w+'" height="'+h+'" border="0" style="position:absolute;">';
str += '</a>';
str += '<object width="'+ w +'" height="'+ h +'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0">';
str += '<param name="movie" value="'+ adurl +'">';
str += '<param name="wmode" value="opaque">';
str += '<param name="menu" value="false">';
str += '<param name="quality" value="autohigh">';
str += '<embed width="'+ w +'" height="'+ h +'" menu="false" src="'+ adurl +'" quality="autohigh" wmode="opaque" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>';
str += '</object>';
  }
else{
str +='<a href="'+adlink+'" target="_blank">';
str += '<img src="'+adurl+'" width="'+w+'" height="'+h+'" border="0">';
str += '</a>';
	}
document.getElementById(id).style.width = w + "px";
document.getElementById(id).style.height = h + "px";
document.getElementById(id).style.overflow = "hidden";
document.getElementById(id).innerHTML = str;
}
insertAD("PAGES_TL_01","/ads/20100830104948_mc.swf","960","70","http://www.10fang.com/click.php?a=PAGES_TL_01&u=http://www.symcgw.com/&s=dbd0107c330dc32089a53a95b134230c");//内页网站大导航通栏01