////////////////// 天空JS随机排序程序 //////////////////
//                                                    //
//   程式编写: 天空 个人主页:百万网址www.astrodown.com]   //
//                                                    //
//   这是天空话了一整天找了大量资料参考才能写出来的   //
//   请你尊重作者的劳动,不要修改以上版权说明,谢谢!!   //
////////////////////////////////////////////////////////
//////// 广告数
shu = 2

//////// 最前显示内容
ad1='<FONT color=#ff0000>☉</FONT>免费绿色下载软件，推荐下载！<br><br>'

//////// 广告内容

theAds = new Array();
theAds[1] = "<a target=_blank href=http://www.131mp3.com/><img border=0 src=../ads/10.gif></a>";
theAds[2] = "<a target=_blank href=http://www.131mp3.com/><img border=0 src=../ads/10.gif></a>";

sx = parseInt(Math.random() * shu + 1);
document.write(ad1+theAds[sx]);