var scrollContent; scrollContent='
' +'
·东北酱骨头馆13
·东北酱骨头馆12
' +'
·风味小吃
·香山老北方餐馆
' +'
·日韩小吃
·日韩小吃
' +'
·高丽王朝10
·高丽王朝8
' +'
·头啖汤
' +'
·烧烤小吃
·烧烤小吃
' +'
·风信子涮涮锅
' +'
·咸菜胡椒猪肚
·云腿护国菜
' +'
·料理
' +'
·料理
·料理
' +'
·湘风楚寨 3
·湘风楚寨 2
' +'
·小吃
·小吃
' +'
·爱晚亭酒家12
·爱晚亭酒家11
' +'
·松川日本料理5
·松川日本料理4
' +'
·小吃
·小吃
' +'
·大蓉杏酒楼9
·大蓉杏酒楼8
' +'
·糖醋排骨
·凉瓜煎饼
' +'
·湘南食府
' +'
·芝士蛋糕
·月光之吻
' +'
·外婆楼湘菜
·外婆楼湘菜
' +'
' document.write('
' +scrollContent +'
' +''); marqueesHeight=172; //显示大小 rollHeight=173; //滚动幅度 rollInterval=10; //滚动速度 MaxStoptime=180; //停顿时间 stopscroll=false; icefable1.scrollTop=0; with(icefable1){ //style.width=0; style.height=marqueesHeight; style.overflowX="visible"; style.overflowY="hidden"; noWrap=true; onmouseover=new Function("stopscroll=true"); onmouseout=new Function("stopscroll=false"); } preTop=0; currentTop=0; stoptime=0; function init_srolltext(){ icefable2.innerHTML=""; icefable2.innerHTML+=icefable1.innerHTML; icefable1.innerHTML=icefable2.innerHTML+icefable2.innerHTML; setInterval("scrollUp()",rollInterval); } function scrollUp(){ if(stopscroll==true) return; currentTop+=1; if(currentTop==rollHeight) { stoptime+=1; currentTop-=1; if(stoptime==MaxStoptime) { currentTop=0; stoptime=0; } } else { preTop=icefable1.scrollTop; icefable1.scrollTop+=1; if(preTop==icefable1.scrollTop){ icefable1.scrollTop=icefable2.offsetHeight-marqueesHeight; icefable1.scrollTop+=1; } } } init_srolltext();