////////////////// 惊云JS随机排序程序 //////////////////
//   程式编写: 惊云 个人主页:百万网址www.65658.com]   //
//   请你尊重作者的劳动,不要修改以上版权说明,谢谢!!   //
////////////////////////////////////////////////////////
theAds=new Array();

//////// 广告数
shu = 6

///////标题前面内容
dot='<font face="Webdings" color="#ff8c00">4</font>'

//////// 广告内容
theAds[1]='<a target="_blank" href="/soft/1032.htm"><b>亿虎商务扫描大师 2004c 破解版</b></a>标准商务电子邮箱搜索程序'

theAds[2]='<a target="_blank" href="/soft/948.htm"><b>Mail Direct Pro 2.01 破解版</b></a>将邮件直接发送到收件人的信箱中无需SMTP服务器'

theAds[3]='<a target="_blank" href="/soft/639.htm"><b><font color="#008000">网页特效梦工厂 XP v2.0 特别版</font></b></a>可以自动生成网页特效的软件'

theAds[4]='<a target="_blank" href="/soft/790.htm"><b>亿虎邮件安全大师</b></a>为您邮箱提供安全防护解决方案'

theAds[5]='<a target="_blank" href="/soft/688.htm"><b>网页计数作弊</b></a>定时刷新一个页面'

theAds[6]='<a target="_blank" href="/soft/588.htm"><b>圆圆打字高手 V1.41破解版</b></a>打字练习及测试软件'

//////// 以下内容请别修改 ////////
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('<br>')}}
