﻿document.write("<ul>");
////////////////// JS随机排序程序 //////////////////
theAds=new Array();

//////// 广告数
shu =11

///////标题前面内容
dot=''

//////// 

theAds[1]='<li><h2 class="left" ><a href=http://download.pplive.com/pptv_newhua_gg.exe target=_blank><img src="/newhuagg/PPTV3030.jpg"></a></h2><p class="right" ><a href=http://download.pplive.com/pptv_newhua_gg.exe target=_blank>春节晚会直播/点播  NBA在线直播/点播  欧美大片/韩剧/英超/意甲</a></p></li>'
theAds[2]='<li><h2 class="left" ><a href=http://download.gbyqp.com:8888/down/gbyQPGameTG.exe target=_blank><img src="/newhuagg/doudizhu3030.jpg"></a></h2><p class="right" ><a href=http://download.gbyqp.com:8888/down/gbyQPGameTG.exe target=_blank>过把瘾棋牌游戏,美女视频斗地主,捕鱼达人，送金币赢iPhone4s</a></p></li>'
theAds[3]='<li><h2 class="left" ><a href=http://www4.qinzhe.com/chinese/onlinedown2.htm target=_blank><img src="/newhuagg/excel3030.gif"></a></h2><p class="right" ><a href=http://www4.qinzhe.com/chinese/onlinedown2.htm  target=_blank>勤哲Excel服务器2010下载-工作流,短信,企业管理系统自动生成！</a></p></li>'
theAds[4]='<li><h2 class="left" ><a href=http://www.gooods.com target=_blank><img src="/newhuagg/phonespy30303.gif"></a></h2><p class="right" ><a href=http://www.gooods.com target=_blank>Phone spy电话录音软件----打进打出电话自动录音</a></p></li>'
theAds[5]='<li><h2 class="left" ><a href=http://www.magicmail.com.cn target=_blank><img src="/newhuagg/magicmail3030.jpg"></a></h2><p class="right" ><a href=http://www.magicmail.com.cn target=_blank>免费安装 Linux 邮件系统，支持 PushMail ！</a></p></li>'
theAds[6]='<li><h2 class="left" ><a href=http://www.printusage.com target=_blank><img src="/newhuagg/pu3030.gif"></a></h2><p class="right" ><a href=http://www.printusage.com target=_blank>打印、复印、扫描和传真监控软件免费下载</a></p></li>'
theAds[7]='<li><h2 class="left" ><a href=http://tg.gw.com.cn/newhua.php?type=1 target=_blank><img src="/newhuagg/gw3030.gif"></a></h2><p class="right" ><a href=http://tg.gw.com.cn/newhua.php?type=1 target=_blank>大智慧新一代免费炒股软件</a></p></li>'
theAds[8]='<li><h2 class="left" ><a href=http://www.powerrsoft.com/downloadhua.htm target=_blank><img src="/newhuagg/powerrsoft3030.gif"></a></h2><p class="right" ><a href=http://www.powerrsoft.com/downloadhua.htm target=_blank>--------------------------------   ++最强MP4/3GP/RMVB/DVD转换软件++</a></p></li>' 
theAds[9]='<li><h2 class="left" ><a href=http://down.7k7k.com/box/LangHua_2.1.2_hjyx0.exe target=_blank><img src="/newhuagg/7k7k3030.gif"></a></h2><p class="right" ><a href=http://down.7k7k.com/box/LangHua_2.1.2_hjyx0.exe target=_blank>7K7k游戏盒，海量游戏资源，完全免费，无毒下载！</a></p></li>'
theAds[10]='<li><h2 class="left" ><a href=http://www.dejsoft.com/销售管理软件.exe target=_blank><img src="/newhuagg/chrunsoft3030.gif"></a></h2><p class="right" ><a href=http://www.dejsoft.com/销售管理软件.exe target=_blank>【史上最好用的销售管理软件】采购,销售轻松记!库存,利润自动生成</a></p></li>'
theAds[11]='<li><h2 class="left" ><a href=http://www.fantnet.com target=_blank><img src="/newhuagg/fantnet3030.jpg"></a></h2><p class="right" ><a href=http://www.fantnet.com target=_blank> 飞天餐饮娱乐管理系统是一套功能强大而又简便实用的餐饮管理系统</a></p></li>'


//////// 最后显示内容
theAds2=''
//////// 以下内容请别修改 ////////
adshu=shu+1
function Quickpick()
{
  var ball
  for( ball = 1; ball < adshu; ball++)
  {
    this[ball] = parseInt(Math.random() * shu + 1);
    for(var list = 0; list < ball; list++)
    {
      if(this[list] == this[ball])
      {       
        list = ball;
        ball--;
      }
    }
  }
  return this;
}
var idx;
var ballball = new Array(shu);
ballball = this.Quickpick();
for(idx = 1; idx < adshu; idx++){

document.write(dot+theAds[ballball[idx]]);
if (idx < shu){document.write('')}}
document.write(dot+theAds2+"</ul>");
//////// 以上内容请别修改 ////////
