<!--  AD rotator script written entirely in JavaScript  -->
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

// AD Banner object
function ADBanner(){	
  this.htmlcode  = "";	// Non image banner's html code
  this.href      = "";	// Link's href attrib
  this.imgsrc    = "";	// Image's src attrib
  this.imgwidth  = "";	// Image's width attrib
  this.imgheight = "";	// Image's height attrib
  this.imgalt    = "";	// Image's alt attrib
  this.imgborder = "";	// Image's border attrib
  this.weight    = 1;	// Banner's show weight
  this.place     = 1	// Banner's place
  this.type      = 1;	// Banner's type
}

// Make Banner objects array
function CreatBanners(aBanners, aNum){
  for( var i=0; i<aNum; i++ ){
    aBanners[i] = new ADBanner();
  }
}

// Show banner
function showbanner(aPlace, aType, aBannerID)
{
  var amount = ADBanners.length;
  var includeList = new Array(amount);

  if (!document.usedBanners){
    document.usedBanners = new Array(amount);
	for (var i=0; i<amount; i++)
      document.usedBanners[i] = -1;
  }
 
  var usedList = document.usedBanners;

  if (arguments.length == 2){
    var j = 0;
    var sum = 0;
	for(var i=0; i<amount; i++){
		if (ADBanners[i].place == aPlace && ADBanners[i].type == aType){
			if (usedList[i] != i){
		  		includeList[j] = i;
	      			j++;
          			sum = sum + ADBanners[i].weight;
	    		}
	  	}
 	}
    if (sum <= 0)
	  return;
    var rndNum = Math.round(Math.random() * sum);

    i = 0;
    j = 0;
    while (true) {
      j = j + ADBanners[includeList[i]].weight;
      if (j >= rndNum)
        break;
      i++;
    }

    i = includeList[i];
  }
  else{
	if (aBannerID >= 0 && aBannerID < amount)
      i = aBannerID;
	else
	  return;
  }

  usedList[i] = i;

  if (ADBanners[i].htmlcode == "")
    document.write('<A HREF="'+ ADBanners[i].href +'" target=_blank><IMG SRC="'+ ADBanners[i].imgsrc +'" WIDTH="'+ ADBanners[i].imgwidth +'" HEIGHT="'+ ADBanners[i].imgheight +'" ALT="'+ ADBanners[i].imgalt +'" BORDER="'+ ADBanners[i].imgborder +'"></A>');
  else
    document.write(ADBanners[i].htmlcode);
}

var ADBanners = new Array();

CreatBanners(ADBanners, 52);

ADBanners[0].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="http://www.cnwise.com/link/flash/cv02.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/link/flash/cv02.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[0].weight    = 3;
ADBanners[0].place= 1;
ADBanners[0].type = 1;


ADBanners[1].imgsrc    = "http://www.cnwise.com/link/banner/windstudio.gif";
ADBanners[1].href = "http://www.windstudio.net";
ADBanners[1].imgwidth  = "468";
ADBanners[1].imgheight = "60";
ADBanners[1].imgalt    = "有风的日子";
ADBanners[1].weight    = 1;
ADBanners[1].place= 1;
ADBanners[1].type = 1;

ADBanners[2].imgsrc    = "http://www.cnwise.com/link/banner/cvbanner.gif";
ADBanners[2].href = "http://www.cnwise.com";
ADBanners[2].imgwidth  = "468";
ADBanners[2].imgheight = "60";
ADBanners[2].imgalt    = "蓝色飞翼....心存高远 志在飞翔.....";
ADBanners[2].weight    = 1;
ADBanners[2].place= 1;
ADBanners[2].type = 1;

ADBanners[3].imgsrc    = "http://www.cnwise.com/link/banner/jsboy.gif";
ADBanners[3].href = "http://www.hot4.org/java";
ADBanners[3].imgwidth  = "468";
ADBanners[3].imgheight = "60";
ADBanners[3].imgalt    = "JavascriptBoy";
ADBanners[3].weight    = 2;
ADBanners[3].place= 1;
ADBanners[3].type = 1;

ADBanners[4].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="http://www.cnwise.com/link/flash/cv03.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/link/flash/cv03.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[4].weight    = 3;
ADBanners[4].place= 1;
ADBanners[4].type = 1;

ADBanners[5].imgsrc    = "http://www.allsn.com/a/2image/banner.gif";
ADBanners[5].href = "http://www.pickol.net/";
ADBanners[5].imgwidth  = "468";
ADBanners[5].imgheight = "60";
ADBanners[5].imgalt    = "....www.pickol.net .....";
ADBanners[5].weight    = 2;
ADBanners[5].place= 1;
ADBanners[5].type = 1;

ADBanners[6].imgsrc    = "http://www.ewrcn.com/banner.gif";
ADBanners[6].href = "http://www.ewrcn.com/";
ADBanners[6].imgwidth  = "468";
ADBanners[6].imgheight = "60";
ADBanners[6].imgalt    = "简单设计";
ADBanners[6].weight    = 2;
ADBanners[6].place= 1;
ADBanners[6].type = 1;

ADBanners[7].imgsrc    = "http://www.cnwise.com/link/logo/jsboy.gif";
ADBanners[7].href = "http://www.hot4.org/java";
ADBanners[7].imgwidth  = "88";
ADBanners[7].imgheight = "31";
ADBanners[7].imgalt    = "Javascriptboy";
ADBanners[7].weight    = 10;
ADBanners[7].place= 2;
ADBanners[7].type = 3;

ADBanners[8].imgsrc    = "http://www.cnwise.com/link/banner/51skin.gif";
ADBanners[8].href = "http://www.51skin.net";
ADBanners[8].imgwidth  = "468";
ADBanners[8].imgheight = "60";
ADBanners[8].imgalt    = "....赛伯特工作室.....";
ADBanners[8].weight    = 2;
ADBanners[8].place= 1;
ADBanners[8].type = 1;

ADBanners[9].imgsrc    = "http://www.cnwise.com/link/banner/coolty.gif";
ADBanners[9].href = "http://www.coolty.com/";
ADBanners[9].imgwidth  = "468";
ADBanners[9].imgheight = "60";
ADBanners[9].imgalt    = "Coolty.com";
ADBanners[9].weight    = 2;
ADBanners[9].place= 1;
ADBanners[9].type = 1;

ADBanners[10].imgsrc    = "http://www.cnwise.com/link/logo/cvlogo.gif";
ADBanners[10].href = "http://www.cnwise.com";
ADBanners[10].imgwidth  = "88";
ADBanners[10].imgheight = "31";
ADBanners[10].imgalt    = "蓝色飞翼....心存高远 志在飞翔.....";
ADBanners[10].weight    = 8;
ADBanners[10].place= 2;
ADBanners[10].type = 3;

ADBanners[11].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="http://www.cnwise.com/link/flash/cv01.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/link/flash/cv01.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[11].weight    = 3;
ADBanners[11].place= 1;
ADBanners[11].type = 1;

	
ADBanners[12].imgsrc    = "http://www.cnwise.com/link/logo/huya.gif";
ADBanners[12].href = "http://www.huya.net";
ADBanners[12].imgwidth  = "88";
ADBanners[12].imgheight = "31";
ADBanners[12].imgalt    = "huya";
ADBanners[12].weight    = 10;
ADBanners[12].place= 2;
ADBanners[12].type = 3;


ADBanners[13].imgsrc    = "http://www.cnwise.com/link/logo/lhcdg.gif";
ADBanners[13].href = "http://www.lhcdg.net";
ADBanners[13].imgwidth  = "88";
ADBanners[13].imgheight = "31";
ADBanners[13].imgalt    = "三生有幸";
ADBanners[13].weight    = 8;
ADBanners[13].place= 2;
ADBanners[13].type = 3;


ADBanners[14].imgsrc    = "http://www.cnwise.com/link/logo/1studio.gif";
ADBanners[14].href = "http://www.1studio.net";
ADBanners[14].imgwidth  = "88";
ADBanners[14].imgheight = "31";
ADBanners[14].imgalt    = "壹号工作室";
ADBanners[14].weight    = 8;
ADBanners[14].place= 2;
ADBanners[14].type = 3;


ADBanners[15].imgsrc    = "http://vip.6to23.com/kai740825/image/logo.gif";
ADBanners[15].href = "http://kai740825.6to23.com";
ADBanners[15].imgwidth  = "88";
ADBanners[15].imgheight = "31";
ADBanners[15].imgalt    = "交流驿站";
ADBanners[15].weight    = 2;
ADBanners[15].place= 2;
ADBanners[15].type = 3;


ADBanners[16].imgsrc    = "http://www.allsn.com/a/2logo/logo1.gif";
ADBanners[16].href = "http://www.pickol.net";
ADBanners[16].imgwidth  = "88";
ADBanners[16].imgheight = "31";
ADBanners[16].imgalt    = "www.pickol.net";
ADBanners[16].weight    = 10;
ADBanners[16].place= 2;
ADBanners[16].type = 3;


ADBanners[17].imgsrc    = "http://www.cnwise.com/link/logo/blueidea.gif";
ADBanners[17].href = "http://www.blueidea.com";
ADBanners[17].imgwidth  = "88";
ADBanners[17].imgheight = "31";
ADBanners[17].imgalt    = "蓝色理想";
ADBanners[17].weight    = 10;
ADBanners[17].place= 2;
ADBanners[17].type = 3;

ADBanners[18].imgsrc    = "http://www.cnwise.com/link/logo/bzqx.gif";
ADBanners[18].href = "http://desk.xxinfo.ha.cn";
ADBanners[18].imgwidth  = "88";
ADBanners[18].imgheight = "31";
ADBanners[18].imgalt    = "壁纸千寻";
ADBanners[18].weight    = 10;
ADBanners[18].place= 2;
ADBanners[18].type = 3;

ADBanners[19].imgsrc    = "http://www.cnwise.com/link/logo/oxdns.gif";
ADBanners[19].href = "http://www.oxdns.com";
ADBanners[19].imgwidth  = "88";
ADBanners[19].imgheight = "31";
ADBanners[19].imgalt    = "牛筋大学";
ADBanners[19].weight    = 8;
ADBanners[19].place= 2;
ADBanners[19].type = 3;

ADBanners[20].imgsrc    = "http://www.cnwise.com/link/logo/yr.gif";
ADBanners[20].href = "http://www.yearnstudio.com";
ADBanners[20].imgwidth  = "88";
ADBanners[20].imgheight = "31";
ADBanners[20].imgalt    = "Yearnstudio";
ADBanners[20].weight    = 10;
ADBanners[20].place= 2;
ADBanners[20].type = 3;


ADBanners[21].imgsrc    = "http://www.cnwise.com/link/logo/beqstudio.gif";
ADBanners[21].href = "http://www.beqstudio.com";
ADBanners[21].imgwidth  = "88";
ADBanners[21].imgheight = "31";
ADBanners[21].imgalt    = "beqstudio";
ADBanners[21].weight    = 10;
ADBanners[21].place= 2;
ADBanners[21].type = 3;

ADBanners[22].imgsrc    = "http://www.cnwise.com/link/logo/celiner.gif";
ADBanners[22].href = "http://www.celiner.com";
ADBanners[22].imgwidth  = "88";
ADBanners[22].imgheight = "31";
ADBanners[22].imgalt    = "边界线";
ADBanners[22].weight    = 10;
ADBanners[22].place= 2;
ADBanners[22].type = 3;

ADBanners[23].imgsrc    = "http://www.cnwise.com/link/logo/huihuicai.gif";
ADBanners[23].href = "http://www.huihuicai.net";
ADBanners[23].imgwidth  = "88";
ADBanners[23].imgheight = "31";
ADBanners[23].imgalt    = "灰灰菜的家";
ADBanners[23].weight    = 10;
ADBanners[23].place= 2;
ADBanners[23].type = 3;

ADBanners[24].imgsrc    = "http://www.cnwise.com/link/logo/colorbird.gif";
ADBanners[24].href = "http://www.colorbird.com";
ADBanners[24].imgwidth  = "88";
ADBanners[24].imgheight = "31";
ADBanners[24].imgalt    = "七色鸟设计空间";
ADBanners[24].weight    = 8;
ADBanners[24].place= 2;
ADBanners[24].type = 3;


ADBanners[25].imgsrc    = "http://www.cnwise.com/link/logo/seyiva.gif";
ADBanners[25].href = "http://kyoto.cool.ne.jp/seyiva/";
ADBanners[25].imgwidth  = "88";
ADBanners[25].imgheight = "31";
ADBanners[25].imgalt    = "SEYIVA";
ADBanners[25].weight    = 10;
ADBanners[25].place= 2;
ADBanners[25].type = 3;


ADBanners[26].imgsrc    = "http://www.cnwise.com/link/logo/hpeace.gif";
ADBanners[26].href = "http://www.hpeace.com";
ADBanners[26].imgwidth  = "88";
ADBanners[26].imgheight = "31";
ADBanners[26].imgalt    = "和平电子";
ADBanners[26].weight    = 10;
ADBanners[26].place= 2;
ADBanners[26].type = 3;


ADBanners[27].imgsrc    = "http://www.cnwise.com/link/logo/feeling.gif";
ADBanners[27].href = "http://www.feeling8.com";
ADBanners[27].imgwidth  = "88";
ADBanners[27].imgheight = "31";
ADBanners[27].imgalt    = "飞 灵";
ADBanners[27].weight    = 8;
ADBanners[27].place= 2;
ADBanners[27].type = 3;


ADBanners[28].imgsrc    = "http://www.cnwise.com/link/logo/ewrcn.gif";
ADBanners[28].href = "http://www.ewrcn.com/";
ADBanners[28].imgwidth  = "88";
ADBanners[28].imgheight = "31";
ADBanners[28].imgalt    = "简单设计";
ADBanners[28].weight    = 10;
ADBanners[28].place= 2;
ADBanners[28].type = 3;

ADBanners[29].imgsrc    = "http://www.cnwise.com/link/logo/snowd.gif";
ADBanners[29].href = "http://www.snowd.com";
ADBanners[29].imgwidth  = "88";
ADBanners[29].imgheight = "31";
ADBanners[29].imgalt    = "";
ADBanners[29].weight    = 8;
ADBanners[29].place= 2;
ADBanners[29].type = 3;


ADBanners[30].imgsrc    = "http://www.cnwise.com/link/logo/junsea.gif";
ADBanners[30].href = "http://www.junsea.com";
ADBanners[30].imgwidth  = "88";
ADBanners[30].imgheight = "31";
ADBanners[30].imgalt    = "六月海";
ADBanners[30].weight    = 8;
ADBanners[30].place= 2;
ADBanners[30].type = 3;

ADBanners[31].imgsrc    = "http://www.cnwise.com/link/logo/51icon.gif";
ADBanners[31].href = "http://www.51icon.net";
ADBanners[31].imgwidth  = "88";
ADBanners[31].imgheight = "31";
ADBanners[31].imgalt    = "51icon";
ADBanners[31].weight    = 10;
ADBanners[31].place= 2;
ADBanners[31].type = 3;

ADBanners[32].imgsrc    = "http://www.cnwise.com/link/logo/5idesign.gif";
ADBanners[32].href = "http://www.5idesign.net";
ADBanners[32].imgwidth  = "88";
ADBanners[32].imgheight = "31";
ADBanners[32].imgalt    = "::: 5idesign工作室 :::";
ADBanners[32].weight    = 10;
ADBanners[32].place= 2;
ADBanners[32].type = 3;

ADBanners[33].imgsrc    = "http://www.cnwise.com/link/banner/5idesign.gif";
ADBanners[33].href = "http://www.5idesign.net/";
ADBanners[33].imgwidth  = "468";
ADBanners[33].imgheight = "60";
ADBanners[33].imgalt    = "::: 5idesign工作室 :::";
ADBanners[33].weight    = 2;
ADBanners[33].place= 1;
ADBanners[33].type = 1;

ADBanners[34].imgsrc    = "http://www.cnwise.com/link/logo/flashshow.gif";
ADBanners[34].href = "http://www.flashshow.net";
ADBanners[34].imgwidth  = "88";
ADBanners[34].imgheight = "31";
ADBanners[34].imgalt    = "::: 闪秀 :::";
ADBanners[34].weight    = 10;
ADBanners[34].place= 2;
ADBanners[34].type = 3;

ADBanners[35].imgsrc    = "http://218.28.49.10/supercow/website/ads/adv/ox008.gif";
ADBanners[35].href = "http://www.oxdns.com/";
ADBanners[35].imgwidth  = "400";
ADBanners[35].imgheight = "51";
ADBanners[35].imgalt    = "::: 牛筋大学 :::";
ADBanners[35].weight    = 2;
ADBanners[35].place= 1;
ADBanners[35].type = 1;

ADBanners[36].imgsrc    = "http://www.cnwise.com/link/banner/xinyudesign.gif";
ADBanners[36].href = "http://xinyudesign.myrice.com";
ADBanners[36].imgwidth  = "468";
ADBanners[36].imgheight = "60";
ADBanners[36].imgalt    = "::: xinyudesign :::";
ADBanners[36].weight    = 2;
ADBanners[36].place= 1;
ADBanners[36].type = 1;

ADBanners[37].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="http://www.cnwise.com/link/flash/yr.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/link/flash/yr.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[37].weight    = 3;
ADBanners[37].place= 1;
ADBanners[37].type = 1;

ADBanners[38].imgsrc    = "http://www.zjsdesign.com/logo/swlogo.gif";
ADBanners[38].href = "http://www.zjsdesign.com";
ADBanners[38].imgwidth  = "88";
ADBanners[38].imgheight = "31";
ADBanners[38].imgalt    = "::: 华文设计 :::";
ADBanners[38].weight    = 10;
ADBanners[38].place= 2;
ADBanners[38].type = 3;

ADBanners[39].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="468" height="60"><param name=movie value="http://www.cnwise.com/link/flash/cnbrass.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/link/flash/cnbrass.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>';
ADBanners[39].weight    = 3;
ADBanners[39].place= 1;
ADBanners[39].type = 1;

ADBanners[40].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="569" height="123"><param name=movie value="http://www.cnwise.com/images/top1.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/images/top1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="569" height="123"></embed> </object>';
ADBanners[40].weight    = 3;
ADBanners[40].place= 3;
ADBanners[40].type = 4;

ADBanners[41].imgsrc    = "http://www.cnwise.com/images/health.jpg";
ADBanners[41].href = "#";
ADBanners[41].imgwidth  = "569";
ADBanners[41].imgheight = "123";
ADBanners[41].imgalt    = "::: 谨祝大家健康快乐每一天 :::";
ADBanners[41].weight    = 3;
ADBanners[41].place= 3;
ADBanners[41].type = 4;

ADBanners[42].imgsrc    = "http://www.cnwise.com/link/logo/51skin.gif";
ADBanners[42].href = "http://www.51skin.net";
ADBanners[42].imgwidth  = "88";
ADBanners[42].imgheight = "31";
ADBanners[42].imgalt    = "::: 赛伯特工作室 :::";
ADBanners[42].weight    = 10;
ADBanners[42].place= 2;
ADBanners[42].type = 3;


ADBanners[43].imgsrc    = "http://www.jrcs.net/xhui/bmp/logo.gif";
ADBanners[43].href = "http://www.jrcs.net/xhui/html/aaaa.html";
ADBanners[43].imgwidth  = "88";
ADBanners[43].imgheight = "31";
ADBanners[43].imgalt    = "::: 零辰设计 :::";
ADBanners[43].weight    = 10;
ADBanners[43].place= 2;
ADBanners[43].type = 3;


ADBanners[44].imgsrc    = "http://www.jrcs.net/xhui/bmp/logo.gif";
ADBanners[44].href = "http://www.flash2008.com";
ADBanners[44].imgwidth  = "88";
ADBanners[44].imgheight = "31";
ADBanners[44].imgalt    = "::: Flash2008 :::";
ADBanners[44].weight    = 10;
ADBanners[44].place= 2;
ADBanners[44].type = 3;

ADBanners[45].imgsrc    = "http://www.cnwise.com/link/logo/huidiao.gif";
ADBanners[45].href = "http://huidiao.51.net";
ADBanners[45].imgwidth  = "88";
ADBanners[45].imgheight = "31";
ADBanners[45].imgalt    = "::: 灰 调 :::";
ADBanners[45].weight    = 10;
ADBanners[45].place= 2;
ADBanners[45].type = 3;

ADBanners[46].imgsrc    = "http://www.xdlink.com/113/baiguang/images/logo/feiweb_logo_1.gif";
ADBanners[46].href = "http://www.Feiweb.org";
ADBanners[46].imgwidth  = "88";
ADBanners[46].imgheight = "31";
ADBanners[46].imgalt    = "白光部落の天使阳光";
ADBanners[46].weight    = 10;
ADBanners[46].place= 2;
ADBanners[46].type = 3;

ADBanners[47].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="569" height="123"><param name=movie value="http://www.cnwise.com/images/newyear.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/images/newyear.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="569" height="123"></embed> </object>';
ADBanners[47].weight    = 3;
ADBanners[47].place= 3;
ADBanners[47].type = 4;

ADBanners[48].imgsrc    = "http://www.cnwise.com/link/banner/feiweb.gif";
ADBanners[48].href = "http://www.feiweb.org";
ADBanners[48].imgwidth  = "468";
ADBanners[48].imgheight = "60";
ADBanners[48].imgalt    = "::: 白光部落の天使阳光 :::";
ADBanners[48].weight    = 2;
ADBanners[48].place= 1;
ADBanners[48].type = 1;

ADBanners[49].imgsrc    = "http://blue.stwan.com/logo/logo2.gif";
ADBanners[49].href = "http://blue.stwan.com";
ADBanners[49].imgwidth  = "88";
ADBanners[49].imgheight = "31";
ADBanners[49].imgalt    = "蓝雨设计";
ADBanners[49].weight    = 10;
ADBanners[49].place= 2;
ADBanners[49].type = 3;

ADBanners[50].htmlcode  = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="569" height="123"><param name=movie value="http://www.cnwise.com/images/football.swf"><PARAM NAME=wmode VALUE=opaque><param name=quality value=high><embed src="http://www.cnwise.com/images/football.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="569" height="123"></embed></object>';
ADBanners[50].weight    = 3;
ADBanners[50].place= 3;
ADBanners[50].type = 4;

ADBanners[51].imgsrc    = "http://www.xiang8.com/img/xiang8logo.gif";
ADBanners[51].href = "http://www.xiang8.com";
ADBanners[51].imgwidth  = "88";
ADBanners[51].imgheight = "31";
ADBanners[51].imgalt    = "☆ 想吧 ★";
ADBanners[51].weight    = 10;
ADBanners[51].place= 2;
ADBanners[51].type = 3;

