English
<!-- Add the following code to the <body> area --> <!-- http://bbs.downcodes.com --> <!--Script description: Step 1: Add the following code to <body> In the area--> <img src="/u/info_img/2009-06/20/8835_logo.gif" tppabs="/u/info_img/2009-06/20/8835_logo.gif" name="u" border= "0" alt="very fun"> <script language="JavaScript"> var b = 1; var c = true; function fade(){ if(document.all); if(c == true) { b++ ; } if(b==100) { b--; c = false } if(b==10) { b++; c = true; } if(c == false) { b--; } u.width= 150 + b; u.height=125 - b; setTimeout("fade()",50); } </script> <!--Step 2: Change the <body> area to --> <body bgcolor ="#fef4d9" onLoad="fade()">