English
<!-- http://js.downcodes.com/ --> <!-- http://bbs.downcodes.com/--> <!-- Copy the following code into the <body> of your web page That's it... --> <body> <script LANGUAGE="JavaScript"> <!-- function isnew(maxdays, addDate){ var oldDate = new Date(addDate); var newDate = new Date() ; var maxdaysold = maxdays*24*60*60*1000; var psj=0; if ((newDate.getTime()-oldDate.getTime()) <= maxdaysold) { document.write("<img src=/images /468_60.gif width=468 height=60 ALIGN=MIDDLE Alt='New'>"); } } //--> </script> <script LANGUAGE="JavaScript"> <!-- isnew(7," 09/05/2005") //--> </script>