var objColls=new Array(7); objColls[0]='东莞莫仕连接器有限公司'; objColls[1]='富加宜连接器(东莞)有限公司'; objColls[2]='东莞市民兴电缆有限公司'; objColls[3]='东莞凯昶德电子科技有限公司'; objColls[4]='雷兹达电子(东莞)有限公司'; objColls[5]='三金興業'; objColls[6]='东莞市亿方房地产投资有限公司'; for(var i=0;i<7;i++) { var tempi=0 + Math.floor(Math.random()*(7-0)); var tempAd=objColls[tempi]; objColls[tempi]=objColls[i]; objColls[i]=tempAd; } document.write(''); for(var i=0;i<7;i++) { document.write(objColls[i]); } document.write('
'); function DongGuan_Jobseeker_Home_logoleft_runRow() { if((navigator.userAgent.indexOf('MSIE') >= 0)&& (navigator.userAgent.indexOf('Opera')< 0)) { document.getElementById('DongGuan_Jobseeker_Home_logoleft_table').moveRow(6,0); } else if(navigator.userAgent.indexOf('Firefox') >= 0) { var trList =document.getElementById('DongGuan_Jobseeker_Home_logoleft_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 DongGuan_Jobseeker_Home_logoleft_stop() { clearInterval(DongGuan_Jobseeker_Home_logoleft_timer) } function DongGuan_Jobseeker_Home_logoleft_start() { DongGuan_Jobseeker_Home_logoleft_timer=setInterval(DongGuan_Jobseeker_Home_logoleft_runRow,5*1000); } DongGuan_Jobseeker_Home_logoleft_start();