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

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

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

//////// 

theAds[1]='<li><h2 class="left" ><a href=http://www.kaba365.com/mod/lm.asp?lmid=7533&fsid=4996400 target=_blank><img src="/newhuagg/kaba3030.jpg"></a></h2><p class="right" ><a href=http://www.kaba365.com/mod/lm.asp?lmid=7533&fsid=4996400 target=_blank>卡巴斯基安全部队 网银及网上交易必备安全软件</a></p></li>'
theAds[2]='<li><h2 class="left" ><a href=http://www.yqmis.com/tiyan.asp target=_blank><img src="/newhuagg/yqmis3030.jpg"></a></h2><p class="right" ><a href=http://www.yqmis.com/tiyan.asp target=_blank>【8-80岁 人人会编程】<br>《雅奇MIS》图示化自动编程系统</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.newhua.com/soft/38939.htm  target=_blank><img src="/newhuagg/ueasyken3030.gif"></a></h2><p class="right" ><a href=http://www.newhua.com/soft/38939.htm  target=_blank>【推荐】易用进销存软件 免费30天<br>【推荐】易用仓库软件 便宜好用</a></p></li>'
theAds[6]='<li><h2 class="left" ><a href=http://www.newhua.com/softdown/59807_2.htm target=_blank><img src="/newhuagg/cdxgj3030.gif"></a></h2><p class="right" ><a href=http://www.newhua.com/softdown/59807_2.htm target=_blank>【小管家进销存】订单、采购、销售、仓库，应收款应付款尽在掌握！</a></p></li>'
theAds[7]='<li><h2 class="left" ><a href=http://tg.gw.com.cn/newhua.php?type=4 target=_blank><img src="/newhuagg/gw3030.jpg"></a></h2><p class="right" ><a href=http://tg.gw.com.cn/newhua.php?type=4 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://www.lanruan.com target=_blank><img src="/newhuagg/lanruan3030.gif"></a></h2><p class="right" ><a href=http://www.lanruan.com target=_blank>【蓝软ＥＲＰ】生产企业管理系统，不满意不花钱！免费下载！</a></p></li>'
theAds[10]='<li><h2 class="left" ><a href=http://ha2.newhua.com/销售管理软件.exe target=_blank><img src="/newhuagg/chrunsoft3030.gif"></a></h2><p class="right" ><a href=http://ha2.newhua.com/销售管理软件.exe target=_blank>【史上最好用的销售管理软件】采购,销售轻松记!库存,利润自动生成</a></p></li>'
theAds[11]='<li><h2 class="left" ><a href=http://www.newhua.com/soft/15305.htm target=_blank><img src="/newhuagg/fantnet3030.jpg"></a></h2><p class="right" ><a href=http://www.newhua.com/soft/15305.htm 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>");
//////// 以上内容请别修改 ////////