var objColls=new Array(14); objColls[0]='华晨汽车集团控股有限公司'; objColls[1]='光耀集团有限公司'; objColls[2]='广州简乐网络科技有限公司'; objColls[3]='广州伟嘉投资控股有限公司'; objColls[4]='广东校安网络科技有限公司'; objColls[5]='广东地球村计算机系统有限公司'; objColls[6]='广州盛基商务信息咨询有限公司'; objColls[7]='广州三晶电气有限公司'; objColls[8]='佛山市南海九洲普惠风机有限公司'; objColls[9]='苏州UL美华认证有限公司广州分公司'; objColls[10]='广州朗朗电子科技有限公司'; objColls[11]='广东中煤地瑞丰建设集团有限公司'; objColls[12]='广东大隆企业集团有限公司'; objColls[13]='Faro Recruitment'; for(var i=1;i<14;i++) { var tempi=1 + Math.floor(Math.random()*(14-1)); var tempAd=objColls[tempi]; objColls[tempi]=objColls[i]; objColls[i]=tempAd; } document.write(''); for(var i=0;i<14;i++) { document.write(objColls[i]); } document.write('
'); function GZ_Jobseeker_Home_Left_runRow() { if((navigator.userAgent.indexOf('MSIE') >= 0)&& (navigator.userAgent.indexOf('Opera')< 0)) { document.getElementById('GZ_Jobseeker_Home_Left_table').moveRow(13,1); } else if(navigator.userAgent.indexOf('Firefox') >= 0) { var trList =document.getElementById('GZ_Jobseeker_Home_Left_table'); var newTR = trList.insertRow(1); 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_Left_stop() { clearInterval(GZ_Jobseeker_Home_Left_timer) } function GZ_Jobseeker_Home_Left_start() { GZ_Jobseeker_Home_Left_timer=setInterval(GZ_Jobseeker_Home_Left_runRow,5*1000); } GZ_Jobseeker_Home_Left_start();