The <SCRIPT> Tag
If you have two versions of a JavaScript script, you can load one or the other:
<SCRIPT LANGUAGE="JavaScript1.1">
// Ignored by Navigator 2.0:
location.replace("newVersion.html");
<SCRIPT LANGUAGE="JavaScript">
// Read by Navigator 2.0 and above