If anyone interested in making this script display different languages espacially complex script ( right to left ) such as hebro and arabic you can do that by changing the following line ( on top of each asp page )
<%@LANGUAGE="VBSCRIPT"%>
with <% @CODEPAGE = "1256"%>
the above code is for arabic language ... you need to look up the code for the language you want to use
Make sure you make the changes before you start ... if you add users , comments etc . in another language and then make the changes ( you will not be able to see the letter correctly )