document.ns = navigator.appName == "Microsoft Internet Explorer"
function randomStr(str){
var showId=Math.floor(Math.random()*8);
var tempStr=str[showId];
str[showId]=str[0];
str[0]=tempStr;
}
function showStr(str,textWidth,num){
if(!document.ns){document.write(str[0]+'
')}
else{
document.write('
'
+''
+''
+' '
+'| '+str[0]+' | '
+'| '+str[1]+' | '
+'| '+str[2]+' | '
+'| '+str[3]+' | '
+'| '+str[4]+' | '
+'| '+str[5]+' | '
+'| '+str[6]+' | '
+'| '+str[7]+' | '
+' '
+' '
+''
+' |
'
+'
');
}
}
function init_srolltext(num){
countnum=0
marqueesHeight=40;
eval('stopscroll'+num+'=false;')
eval('icefable1'+num+'.scrollTop=0;')
rotatenum=0
eval('icefable1'+num+'.style.width=0;')
eval('icefable1'+num+'.style.height=marqueesHeight;')
eval('icefable1'+num+'.style.overflowX="visible";')
eval('icefable1'+num+'.style.overflowY="hidden";')
eval('icefable1'+num+'.noWrap=true;')
eval('icefable1'+num+'.onmouseover=new Function("stopscroll=true");')
eval('icefable1'+num+'.onmouseout=new Function("stopscroll=false");')
eval('preTop'+num+'=0; ')
eval('currentTop'+num+'=0;')
eval('stoptime'+num+'=0;')
eval('icefable2'+num+'.innerHTML="";')
eval('icefable2'+num+'.innerHTML+=icefable1'+num+'.innerHTML;')
eval('icefable1'+num+'.innerHTML=icefable2'+num+'.innerHTML+icefable2'+num+'.innerHTML;')
eval('setInterval("scrollUp'+num+'()",40);')
}
function scrollUp1(){
if(stopscroll1==true) return;
currentTop1+=1;
if(currentTop1==41){
stoptime1+=1;
currentTop1-=1;
if(stoptime1==80){
currentTop1=0;
stoptime1=0;
}
}else{
preTop1=icefable11.scrollTop;
icefable11.scrollTop+=1;
if(icefable11.scrollTop==161){
preTop1=0; currentTop1=0; stoptime1=0;icefable11.scrollTop=0
}
}
}
var strArray1=new Array();
strArray1[0]='·招聘:服务工程师(南京)/Service Engine'
strArray1[1]='·招聘过程检测产品销售工程师/Process Sales'
strArray1[2]='·招聘商用衡器销售工程师(杭州)/Retail Sale'
strArray1[3]='·招聘TA Sales Consultant(HZ)/热'
strArray1[4]='·招聘Pro Sales Engineer(SH)/过程'
strArray1[5]='·招聘Channel Sales Engineer(SH'
strArray1[6]='·招聘PI Service Engineer(SH)/P'
strArray1[7]='·招聘Sales Assistant(SH)/销售助理('
//randomStr(strArray1);
showStr(strArray1,240,1);
init_srolltext(1);