﻿function ObjectAD() {
  /* Define  Variables*/
  this.ADID        = 0;
  this.ADType      = 0;
  this.ADName      = "";
  this.ImgUrl      = "";
  this.ImgWidth    = 0;
  this.ImgHeight   = 0;
  this.FlashWmode  = 0;
  this.LinkUrl     = "";
  this.LinkTarget  = 0;
  this.LinkAlt     = "";
  this.Priority    = 0;
  this.CountView   = 0;
  this.CountClick  = 0;
  this.InstallDir  = "";
  this.ADDIR       = "";
  this.OverdueDate = "";
}

function CodeZoneAD(_id) {
  /* Define Common Variables*/
  this.ID          = _id;
  this.ZoneID      = 0;

  /* Define Unique Variables*/

  /* Define Objects */
  this.AllAD       = new Array();
  this.ShowAD      = null;

  /* Define Functions */
  this.AddAD       = CodeZoneAD_AddAD;
  this.GetShowAD   = CodeZoneAD_GetShowAD;
  this.Show        = CodeZoneAD_Show;

}

function CodeZoneAD_AddAD(_AD) {
  var date = new Date();
  var getdate = date.getFullYear() + "/" + (date.getMonth() + 1) + "/" + date.getDate();
  var today = new Date(getdate);
  var overdueDate = new Date(_AD.OverdueDate);
  if(today <= overdueDate)
  {
    this.AllAD[this.AllAD.length] = _AD;
  }
}

function CodeZoneAD_GetShowAD() {
  if (this.ShowType > 1) {
    this.ShowAD = this.AllAD[0];
    return;
  }
  var num = this.AllAD.length;
  var sum = 0;
  for (var i = 0; i < num; i++) {
    sum = sum + this.AllAD[i].Priority;
  }
  if (sum <= 0) {return ;}
  var rndNum = Math.random() * sum;
  i = 0;
  j = 0;
  while (true) {
    j = j + this.AllAD[i].Priority;
    if (j >= rndNum) {break;}
    i++;
  }
  this.ShowAD = this.AllAD[i];
}

function CodeZoneAD_Show() {
  if (!this.AllAD) {
    return;
  } else {
    this.GetShowAD();
  }

  if (this.ShowAD == null) return false;
  document.write(this.ShowAD.ADIntro);
}var ZoneAD_159=new CodeZoneAD("ZoneAD_159");var objAD = new ObjectAD();
objAD.ADID= 144;objAD.ADType= 4;objAD.ADName= "首页头部通栏推荐商家文字";objAD.ImgUrl= "";objAD.ImgWidth       = 0;objAD.ImgHeight      = 0;objAD.FlashWmode     = 0;objAD.ADIntro ="<ul>\r\n<li>\r\n<a href=\"http://tiantong.nmzol.com/\" target=\"_blank\">天统平价装机</a> | <a href=\"http://blackberry.nmzol.com\" target=\"_blank\">零距离通讯</a> | <a href=\"http://lixing.nmzol.com\" target=\"_blank\">理星数码</a> | <a href=\"http://dealer.zol.com.cn/d_111070/\" target=\"_blank\">百乐科技</a> | <a href=\"http://qianchengchuangxin.nmzol.com\" target=\"_blank\">前程创新</a> | <a href=\"http://dealer.zol.com.cn/d_109982/\">意森数码</a> | <a href=\"http://xiangrui.nmzol.com\">翔锐科技</a> | <a href=\"http://zhangzhi.nmzol.com\">掌智通讯</a> | <a href=\"http://jierui.nmzol.com\">汇杰科技</a> | <a href=\"http://xintiandi.nmzol.com\">新天地办公</a> | <a href=\"http://zhendan.nmzol.com\">创远办公</a> | <a href=\"http://qinglanse.nmzol.com\">青蓝色数码</a> | <a href=\"http://shouyang.nmzol.com\">中欣寿阳</a> | <a href=\"http://shengrong.nmzol.com\">晟荣数码</a></li></ul>\r\n<ul>\r\n<li><a href=\"http://shide.nmzol.com\">仕德科技</a> | <a href=\"http://dealer.zol.com.cn/d_98514/\">鑫慧电脑</a> | <a href=\"http://dealer.zol.com.cn/d_111507/\">富美珑数码</a> | <a href=\"http://dealer.zol.com.cn/d_118016/\">固瑞朗科技</a> | <a href=\"http://yongxinkeji.nmzol.com\">乌海永信科技</a> | <a href=\"http://xinyuan.nmzol.com\">内蒙欣源</a> | <a href=\"http://xysm.nmzol.com\">校园数码</a> | <a href=\"http://dealer.zol.com.cn/d_31648/\">中佳宏威</a> | <a href=\"http://dealer.zol.com.cn/d_119786/\">王府井数码</a> | <a href=\"http://dealer.zol.com.cn/d_124111/\">黑莓专卖</a> | <a href=\"http://oppo.nmzol.com/\">内蒙欧珀电子</a> | \r\n<a href=\"http://nmhdd.com/\">内蒙无名</a> | <a href=\"http://zhongbo.nmzol.com\">中博数码</a> | \r\n<a href=\"http://dealer.zol.com.cn/merchant_reg.php\"><span class=\"tx\">注册</span></a></li></ul>";objAD.LinkUrl        = "";objAD.LinkTarget     = 0;objAD.LinkAlt        = "";objAD.Priority       = 1;objAD.CountView      = true;objAD.CountClick     = false;objAD.OverdueDate    = "2010/12/31";objAD.InstallDir     = "/";objAD.ADDIR= "NmzolAdnet";ZoneAD_159.AddAD(objAD);ZoneAD_159.ZoneID=159;ZoneAD_159.ZoneWidth=468;ZoneAD_159.ZoneHeight=60;ZoneAD_159.ShowType=1;ZoneAD_159.Show();