var objColls=new Array(5); objColls[0]='广东雅博物业服务有限公司'; objColls[1]='史丹利(中山)五金有限公司'; objColls[2]='产品部'; objColls[3]='中山达华智能科技股份有限公司'; objColls[4]='东莞市才聚企业管理咨询有限公司'; for(var i=0;i<5;i++) { var tempi=0 + Math.floor(Math.random()*(5-0)); var tempAd=objColls[tempi]; objColls[tempi]=objColls[i]; objColls[i]=tempAd; } document.write(''); for(var i=0;i<5;i++) { document.write(objColls[i]); } document.write('
'); function ZhongShan_Jobseeker_Home_Left_runRow() { if((navigator.userAgent.indexOf('MSIE') >= 0)&& (navigator.userAgent.indexOf('Opera')< 0)) { document.getElementById('ZhongShan_Jobseeker_Home_Left_table').moveRow(4,0); } else if(navigator.userAgent.indexOf('Firefox') >= 0) { var trList =document.getElementById('ZhongShan_Jobseeker_Home_Left_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 ZhongShan_Jobseeker_Home_Left_stop() { clearInterval(ZhongShan_Jobseeker_Home_Left_timer) } function ZhongShan_Jobseeker_Home_Left_start() { ZhongShan_Jobseeker_Home_Left_timer=setInterval(ZhongShan_Jobseeker_Home_Left_runRow,4*1000); } ZhongShan_Jobseeker_Home_Left_start();