//configure the below five variables to change the style of the scroller var scrollerwidth=390 var scrollerheight=15 var scrollerbgcolor='#000000' //set below to '' if you don't wish to use a background image var scrollerbackground='' //configure the below variable to change the contents of the scroller var messages=new Array() messages[0]=' UTT/ETT 256MB DDR400 32MX8Now: 175High: 180Low: 175
' messages[1]=' Hynix 海力士 256MB DDR400 8C  Now: 180High: 190Low: 180
' messages[2]=' Kingstek 金士泰 256MB DDR400Now: 217High: 217Low: 217
' messages[3]=' Kingstek 金士泰 512MB DDRII533Now: 466High: 466Low: 466
' messages[4]=' TwinMOS勤茂 256MB DDR333Now: 210High: 210Low: 210
' messages[5]=' KingBox 黑金刚 256MB DDR400Now: 225High: 225Low: 225
' messages[6]=' BiaoXing 标星 256MB DDR400Now: 214High: 214Low: 214
' messages[7]=' PNY 必恩威 256MB DDR400Now: 190High: 190Low: 190
' messages[8]=' SEC 三星金条 400X64C3/256Now: 225High: 225Low: 225
' messages[9]=' ACEplus 256MB DDR400 Now: 210High: 210Low: 210
' messages[10]=' Kingxcon 金士刚 512MB DDR400Now: 401High: 401Low: 401
' messages[11]=' Keyram 麒仑 256MB DDR400Now: 213High: 213Low: 213
' messages[12]=' Smart 世迈智能内存 256MB DDR400Now: 205High: 205Low: 205
' messages[13]=' Apacer 宇瞻金牌 256MB DDR500Now: 320High: 320Low: 320
' messages[14]=' Kingstek 金士泰 256MB DDR333Now: 211High: 211Low: 211
' messages[15]=' GIGARAM光电内存 256MB DDR333 Now: 223High: 223Low: 223
' messages[16]=' Kingxcon 金士刚 256MB DDR400Now: 221High: 221Low: 221
' messages[17]=' Micron 256MB DDR400 含税Now: 220High: 220Low: 220
' messages[18]=' Hynix 海力士 256MB DDR333 8CNow: 179High: 190Low: 177
' messages[19]=' Hynix 256MB DDR333(Beijing)   Now: 181High: 181Low: 181
' ///////Do not edit pass this line/////////////////////// if (messages.length>1) i=2 else i=0 function move1(whichlayer){ tlayer=eval(whichlayer) if (tlayer.top>0&&tlayer.top<=5){ tlayer.top=0 setTimeout("move1(tlayer)",5000) setTimeout("move2(document.main.document.second)",5000) return } if (tlayer.top>=tlayer.document.height*-1){ tlayer.top-=5 setTimeout("move1(tlayer)",100) } else{ tlayer.top=scrollerheight tlayer.document.write(messages[i]) tlayer.document.close() if (i==messages.length-1) i=0 else i++ } } function move2(whichlayer){ tlayer2=eval(whichlayer) if (tlayer2.top>0&&tlayer2.top<=5){ tlayer2.top=0 setTimeout("move2(tlayer2)",5000) setTimeout("move1(document.main.document.first)",5000) return } if (tlayer2.top>=tlayer2.document.height*-1){ tlayer2.top-=5 setTimeout("move2(tlayer2)",100) } else{ tlayer2.top=scrollerheight tlayer2.document.write(messages[i]) tlayer2.document.close() if (i==messages.length-1) i=0 else i++ } } function move3(whichdiv){ tdiv=eval(whichdiv) if (tdiv.style.pixelTop>0&&tdiv.style.pixelTop<=5){ tdiv.style.pixelTop=0 setTimeout("move3(tdiv)",5000) setTimeout("move4(second2)",5000) return } if (tdiv.style.pixelTop>=tdiv.offsetHeight*-1){ tdiv.style.pixelTop-=5 setTimeout("move3(tdiv)",100) } else{ tdiv.style.pixelTop=scrollerheight tdiv.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } function move4(whichdiv){ tdiv2=eval(whichdiv) if (tdiv2.style.pixelTop>0&&tdiv2.style.pixelTop<=5){ tdiv2.style.pixelTop=0 setTimeout("move4(tdiv2)",5000) setTimeout("move3(first2)",5000) return } if (tdiv2.style.pixelTop>=tdiv2.offsetHeight*-1){ tdiv2.style.pixelTop-=5 setTimeout("move4(second2)",100) } else{ tdiv2.style.pixelTop=scrollerheight tdiv2.innerHTML=messages[i] if (i==messages.length-1) i=0 else i++ } } function startscroll(){ if (document.all){ move3(first2) second2.style.top=scrollerheight second2.style.visibility='visible' } else if (document.layers){ document.main.visibility='show' move1(document.main.document.first) document.main.document.second.top=scrollerheight+5 document.main.document.second.visibility='show' } } function createLayer() { if (document.layers) { document.writeln('') document.writeln('') document.write(messages[0]) document.writeln('') document.writeln('') document.write(messages[1]) document.writeln('') document.writeln('') } else if (document.all){ document.writeln('') document.writeln('
') document.writeln('
') document.write(messages[0]) document.writeln('
') document.writeln('') document.writeln('
') document.writeln('
') } }