var objColls=new Array(13); objColls[0]='东莞富艺珠宝首饰有限公司'; objColls[1]='通达集团(香港)有限公司'; objColls[2]='东莞市信测科技有限公司'; objColls[3]='东莞市集明电力设备试验有限公司'; objColls[4]='农夫山泉股份有限公司'; objColls[5]='才库网'; objColls[6]='才库网'; objColls[7]='环保人才网'; objColls[8]='IC人才网'; objColls[9]='电力人才网'; objColls[10]='土木人才网'; objColls[11]='东莞市鼎峰房地产开发有限公司'; objColls[12]='陆逊梯卡华宏(东莞)眼镜有限公司'; for(var i=0;i<13;i++) { var tempi=0 + Math.floor(Math.random()*(13-0)); var tempAd=objColls[tempi]; objColls[tempi]=objColls[i]; objColls[i]=tempAd; } document.write(''); for(var i=0;i<13;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(12,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();