////////////////// 惊云JS随机排序程序 //////////////////
// 程式编写: 惊云 个人主页:百万网址www.65658.com] //
// 请你尊重作者的劳动,不要修改以上版权说明,谢谢!! //
////////////////////////////////////////////////////////
theAds=new Array(); //////// 广告数
shu = 6

///////标题前面内容
dot='<font face="Webdings" color="#ff8c00">4</font>'

//////// 广告内容
theAds[1]='<a target="_blank" href="mailto:wangjie98221@163.com"><b></b></a>'

theAds[2]='<a target="_blank" href="../help/adv.htm"><b>文字广告</b></a>80元/月'

theAds[3]='<a target="_blank" href="http://www.tiansha.net/"><b></b></a>'

theAds[4]='<a target="_blank" href="http://bt.tiansha.net"><b></b></a>'

theAds[5]='<a target="_blank" href="http://www.tiansha.net/down"><b><font color="#FF0000">天煞软件，值得信赖！</font></b></a>'

theAds[6]='<a target="_blank" href="http://www.tiansha.net/down/tiansha.net-reg.txt"><b></b></a>'

//theAds[7]='<iframe style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" frameBorder="0" scrolling="no" name="kI1" width="145" height="18" noresize src="http://www.tiansha.net/down/ads/youxi.htm" ></iframe>'
//theAds[7]='<iframe style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" frameBorder="0" scrolling="no" name="kI1" width="145" height="18" noresize src="http://down.game9988.cn/link/11008.html" ></iframe>'
//////// 以下内容请别修改 ////////
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>')}}


