////////////////// 惊云JS随机排序程序 //////////////////
//   程式编写: 惊云 个人主页:百万网址www.65658.com]   //
//   请你尊重作者的劳动,不要修改以上版权说明,谢谢!!   //
////////////////////////////////////////////////////////
theAds=new Array();

//////// 广告数
shu = 8

///////标题前面内容
dot='<font face="Webdings" color="#000000"></font>'

//////// 广告内容
theAds[1]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#FF9933">天堂传奇EI3.0:让灵魂使者带你去天堂玩一下吧.^_^</font></b></a>'

theAds[2]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#3366CC">天堂传奇EI3.0:让灵魂使者带你去天堂玩一下吧.^_^</font></b></a>'

theAds[3]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#008000">天堂传奇EI3.0:让灵魂使者带你去天堂玩一下吧.^_^</font></b></a>'

theAds[4]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#FF0000">天堂传奇EI3.0:让灵魂使者带你去天堂玩一下吧.^_^</font></b></a>'

theAds[5]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#FF9933">天堂论坛.^_^</font></b></a>'

theAds[6]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#3366CC">天堂论坛.^_^</font></b></a>'

theAds[7]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#008000">天堂论坛.^_^</font></b></a>'

theAds[8]='<a target="_blank" href="http://302558.vicp.net/phpwind/"><b><font color="#FF0000">天堂论坛.^_^</font></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>')}}