Tip: you can modify some code before running
<html><head><title>Page blinds</title><style>.intro {BACKGROUND-COLOR: green; BORDER-BOTTOM: green 0px solid; BORDER-LEFT: green 0px solid; BORDER-RIGHT: green 0px solid; BORDER-TOP: green 0px solid; LEFT: 0px; POSITION: absolute; TOP: 0px; layer-background-color: green}</style><style type="text/css">BODY {FONT-FAMILY: ""; FONT-SIZE: 9pt; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px} A {COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none} A: hover {COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline} A: active {COLOR: # ff0033; CURSOR: hand; FONT: 9pt ""}</style><meta content="text/html; charset=gb2312" http-equiv="Content-Type"></head><body bgColor="#800000"><div class="intro" id="i1"></div><div class="intro" id="i2"></div><div class="intro"id="i3"></div><div class="intro" id="i4"></div><div class="intro" id="i5"></div><divclass="intro" id="i6"></div><div class="intro" id="i7"></div><div class="intro" id="i8"></div><scriptlanguage="javascript"><!--var speed=30var temp=new Array()var temp2=new Array()if (document.layers){for (i=1;i<=8;i++){temp[i]=eval("document.i"+i+".clip")temp2[i]=eval("document.i"+i)temp[i].width=window.innerWidth/8-0.3temp[i].height=window.innerHeighttemp2[i].left=(i-1)*temp[i].width}}else if (document.all){var clipbottom=document.body.offsetHeight,cliptop=0for (i=1;i<=8;i++){temp[i]=eval("document.all.i"+i+".style")temp[i].width=document.body.clientWidth/8temp[i].height=document.body.offsetHeighttemp[i].left=(i-1)*parseInt(temp[i].width)}}function openit(){window.scrollTo(0,0)if (document.layers){for (i=1;i<=8;i=i+2)temp[i].bottom-=speedfor (i=2;i<=8;i=i+2)temp[i].top+=speedif (temp[2].top>window.innerHeight)clearInterval(stopit)}else if (document.all){clipbottom-=speedfor (i=1;i<=8;i=i+2){temp[i].clip="rect(0 auto+"+clipbottom+" 0)"}cliptop+=speedfor (i=2;i<=8;i=i+2){temp[i].clip="rect("+cliptop+" auto auto)"}if (clipbottom<=0)clearInterval(stopit)}}function gogo(){stopit=setInterval("openit()",100)}gogo()--></script></body></html>
Tip: you can modify some code before running