////////////////// 惊云JS随机排序程序 //////////////////
//   程式编写: 惊云 个人主页:百万网址www.65658.com]   //
//   请你尊重作者的劳动,不要修改以上版权说明,谢谢!!   //
////////////////////////////////////////////////////////
theAds=new Array();

//////// 广告数
shu = 6

///////标题前面内容
dot='<font face="Webdings" color="#ff8c00">4</font>'

//////// 广告内容
theAds[1]="<script type='text/javascript'> cpro_client='zouwenye_cpr'; cpro_at='text_image'; cpro_161=4; cpro_flush=4; cpro_w=160; cpro_h=600; cpro_template='text_default_160_600'; cpro_cbd='#FFFFFF'; cpro_cbg='#FFFFFF'; cpro_ctitle='#0000ff'; cpro_cdesc='#444444'; cpro_curl='#008000'; cpro_cflush='#e10900'; cpro_uap=1; cpro_cad=1; </script> <script language='JavaScript' type='text/javascript' src='http://cpro.baidu.com/cpro/ui/cp.js'></script>"

theAds[2]=''

theAds[3]=''

theAds[4]=''

theAds[5]=''

theAds[6]=''

//////// 以下内容请别修改 ////////
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>')}}