English
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com--> <!--Add the following code to the <head> area-- > Note: Refresh a few times and you will see the effect! <script LANGUAGE="JavaScript"> bg = new Array(2); bg[0] = '/u/info_img/2009-06/20/7966_logo.gif ' bg[1] = '.gif' bg[2] = '' index = Math.floor(Math.random() * bg.length); document.write("<BODY BACKGROUND="+bg[index]+ ">"); </script>