English
<!-- bbs http://www.downcodes.com/bbs--> <!-- Add the following code to the <head> area--> <SCRIPT> //more javascript from http://www. downcodes.com var val=1; function wait() { if(val==1) { //8000 is the stay time setTimeout("wait()",8000); val--; } else { image.style. display='none' ; } } </SCRIPT> <table width="760" height="219" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id=image> <tr> <td width="760" height="219"><a href="#" target="_blank"><img src="/img/200406301.jpg" width="760" height="420" border="0"></a></td> </tr> </table> <!-- Modify <body> content--> <body onLoad="wait();">