<!-- REDIRECT AS PER JAVASCRIPT VERSION --> <!-- This goes in the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- var version = "1.0"; //--> </script> <script language="JavaScript1.1" type="text/javascript"> <!-- var version = "1.1"; //--> </script> <script language="JavaScript1.2" type="text/javascript"> <!-- var version = "1.2"; //--> </script> <script language="JavaScript1.3" type="text/javascript"> <!-- var version = "1.3"; //--> </script> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2004, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- if (version < "1.3") {location.href="old_version.html";} // Change the URL at left to suit your needs. //--> </script> <!-- Just change the URL in the script to suit your needs. The page in which this script will be included is the default page, i.e. the page that shall be viewed by those having the latest JavaScript version 1.3 supported browsers. -->