English
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <!-- 完整的HTML代码 --> 把下列文本加到BODY里! <script language="JavaScript"> <!-- var message1="Can you read what this text is saying? Obviously, you can!"; var before = "<font color=black>"; // You put the tags you want before the text here. var after = "</font>"; // you put the closing tags here. var message2=""; for (count=message1.length; count >= 0; count--) message2+=message1.substring(count,count-1); document.write (before,message2,after); // --> </script> <p align="center"><font face="arial" size="-2">This free script provided by</font><br> <font face="arial, helvetica" size="-2"><a href="http://downcodes.com">downcodes.com</a></font></p> <br><br><br> <p><font color=red>//网站:http://www.downcodes.com</font></p>