var objColls=new Array(9); objColls[0]='才库网'; objColls[1]='才库网'; objColls[2]='东莞莫仕连接器有限公司'; objColls[3]='环保人才网'; objColls[4]='IC人才网'; 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++) { 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(8,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();