﻿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       = "";
}

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) {
  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_11=new CodeZoneAD("ZoneAD_11");var objAD = new ObjectAD();
objAD.ADID= 11;objAD.ADType= 4;objAD.ADName= "山青山专题";objAD.ImgUrl= "";objAD.ImgWidth       = 0;objAD.ImgHeight      = 0;objAD.FlashWmode     = 0;objAD.ADIntro ="<table width=\"100%\" height=\"290\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n                                  <tr>\r\n                                    <td colspan=\"2\" background=\"image/yanguu1.jpg\"><div align=\"center\"><a href=\"lyzn/hotel/sqnjl/Index.html\" target=\"_blank\"></a><a href=\"http://www.sqs373.com/zt/autumn/\" target=\"_blank\"><img src=\"gk/zt1.jpg\" width=\"343\" height=\"67\" border=\"0\"></a></div></td>\r\n                                  </tr>\r\n                                  <tr>\r\n                                    <td width=\"38%\" background=\"image/yanguu1.jpg\"><div align=\"center\"><a href=\"lyzn/hotel/sqnjl/Index.html\" target=\"_blank\"><img src=\"image/yangf1.gif\" alt=\"三清山农家乐\" width=\"124\" height=\"66\" border=\"0\"></a></div></td>\r\n                                    <td width=\"62%\" height=\"74\" background=\"image/yanguu1.jpg\"><a href=\"lyzn/hotel/sqnjl/Index.html\"\r\n                    target=\"_blank\" class=\"topFav STYLE16 style8\"><span class=\"STYLE27\">三清山农家乐大全</span></a><br>\r\n                                      <a href=\"lyzn/hotel/sqnjl/Index.html\" target=\"_blank\">详细介绍景区农家乐住宿，品尝三清山最具特色地方土味佳肴！</a></td>\r\n                                  </tr>\r\n\r\n                                  <tr>\r\n                                    <td background=\"image/yanguu1.jpg\"><div align=\"center\"><a href=\"lyzn/hotel/xjhotel/Index.html\" target=\"_blank\"><img src=\"image/yangf2.gif\" alt=\"三清山宾馆\" width=\"124\" height=\"66\" border=\"0\"></a></div></td>\r\n                                    <td height=\"66\" background=\"image/yanguu1.jpg\"><span class=\"STYLE22\"><a href=\"lyzn/hotel/xjhotel/Index.html\"\r\n                    target=\"_blank\" class=\"topFav STYLE16 style8\"><span class=\"STYLE20\">三清山星级宾馆大放送</span></a><a href=\"lyzn/hotel/jqbg/200809/625.html\" target=\"_blank\"></a></span><br>\r\n                                      <a href=\"lyzn/hotel/xjhotel/Index.html\" target=\"_blank\">详细介绍景区星级服务宾馆，享受远离城市尘嚣的乐趣!</a></td>\r\n                                  </tr>\r\n                                  <tr>\r\n                                    <td background=\"image/yanguu1.jpg\"><div align=\"center\"><a href=\"Article/ys/Index.html\" target=\"_blank\"><img src=\"image/ys1.jpg\" alt=\"三清山旅游\" width=\"125\" height=\"67\" border=\"0\"></a></div></td>\r\n                                    <td height=\"75\" background=\"image/yanguu1.jpg\"><span class=\"STYLE24\"><a href=\"Article/ys/Index.html\"\r\n                    target=\"_blank\" class=\"topFav STYLE16 style8\"><span class=\"STYLE29\">玉山宾馆、酒店大全</span></a></span><br>\r\n                                        <a href=\"Article/ys/Index.html\" target=\"_blank\" class=\"STYLE30\">玉山是距三清山最近县城，有吃、住便宜实惠之优势，欢迎广大游客选择。</a><br></td>\r\n                                  </tr>\r\n                                  \r\n                              </table>";objAD.LinkUrl        = "";objAD.LinkTarget     = 0;objAD.LinkAlt        = "";objAD.Priority       = 1;objAD.CountView      = false;objAD.CountClick     = false;objAD.OverdueDate    = "2020/04/16";objAD.InstallDir     = "/";objAD.ADDIR= "AD";ZoneAD_11.AddAD(objAD);ZoneAD_11.ZoneID=11;ZoneAD_11.ZoneWidth=468;ZoneAD_11.ZoneHeight=60;ZoneAD_11.ShowType=1;ZoneAD_11.Show();
