English
<!--Script description: Step 1: Add the following code to the <body> area--> <SCRIPT> if(document.layers) { alert("Shrink the window a little to see the effect!"); } function drop(n) { if(self.moveBy){ self.moveBy (0,-900); for(i = n; i > 0; i--){ self.moveBy(0,3); } for (j = 8; j > 0; j--){ self.moveBy(0,j); self.moveBy(j,0); self.moveBy(0,-j); self.moveBy(-j,0 ); } } } </SCRIPT> <!--Step 2: Change the content in <body> to: --> <body bgcolor="#fef4d9" onload=drop(300)>