ÿþ<html> <script language=javascript> function gotoPage(){ location="http://e-society.org/" ; } </script> <head> <title>Page has moved...</title> </head> <body> <p>This page has moved. Please update your bookmark to:</p> <blockquote><a href="http://e-society.org/">http://e-society.org/</a></blockquote> <p>You will automatically be taken to this page in 10 seconds...</p> <script language=javascript> window.setTimeout("gotoPage()", 10000); </script> </body> </html>