var objColls=new Array(8); objColls[0]='彩虹(佛山)平板显示有限公司'; objColls[1]='广州顾诚企业管理咨询有限公司'; objColls[2]='金盛人寿保险有限公司广东分公司佛山市禅城区营销服务部'; objColls[3]='武汉王家墩中央商务区建设投资股份有限公司'; objColls[4]='美国友邦保险有限公司广东分公司西门口广场8楼锦东团队'; objColls[5]='深圳市海联谊进出口有限公司顺德分公司'; objColls[6]='中国平安人寿保险股份有限公司广东分公司李利娜'; objColls[7]='广州唯思软件股份有限公司'; for(var i=0;i<8;i++) { var tempi=0 + Math.floor(Math.random()*(8-0)); var tempAd=objColls[tempi]; objColls[tempi]=objColls[i]; objColls[i]=tempAd; } document.write(''); for(var i=0;i<8;i++) { document.write(objColls[i]); } document.write('
'); function GZ_Jobseeker_Home_Right_runRow() { if((navigator.userAgent.indexOf('MSIE') >= 0)&& (navigator.userAgent.indexOf('Opera')< 0)) { document.getElementById('GZ_Jobseeker_Home_Right_table').moveRow(7,0); } else if(navigator.userAgent.indexOf('Firefox') >= 0) { var trList =document.getElementById('GZ_Jobseeker_Home_Right_table'); var newTR = trList.insertRow(0); var newNameTD=newTR.insertCell(0); newNameTD.setAttribute("align","center"); newNameTD.innerHTML =trList.getElementsByTagName("td")[trList.rows.length-1].innerHTML; trList.deleteRow(trList.rows.length-1); } } function GZ_Jobseeker_Home_Right_stop() { clearInterval(GZ_Jobseeker_Home_Right_timer) } function GZ_Jobseeker_Home_Right_start() { GZ_Jobseeker_Home_Right_timer=setInterval(GZ_Jobseeker_Home_Right_runRow,5*1000); } GZ_Jobseeker_Home_Right_start();