var objColls=new Array(9); objColls[0]='上海天才网络有限公司'; objColls[1]='圣华电子(东莞)有限公司'; objColls[2]='莆田市耀立鞋业有限公司'; objColls[3]='石狮市狼星制衣有限公司'; objColls[4]='广东维达律师事务所'; objColls[5]='优必胜'; objColls[6]='宜家贸易(香港)有限公司深圳代表处'; objColls[7]='深圳市今日投资财经资讯有限公司'; objColls[8]='深圳市繁兴科技有限公司'; for(var i=0;i<9;i++) { var tempi=0 + Math.floor(Math.random()*(9-0)); var tempAd=objColls[tempi]; objColls[tempi]=objColls[i]; objColls[i]=tempAd; } document.write(''); for(var i=0;i<9;i++) { var iCols=3; var iCols2=iCols-1; if(i% iCols ==0) {document.write('');} document.write(objColls[i]); if( i% iCols ==iCols2) document.write(''); } document.write('
'); document.write('');