~~~~~~~~ CLASSICAMP 3.0 ~~~~~~~~~~~
This is a quick upgrade of the previous version,
ClassicAmp2.0. This latest version features a much
better nlue display, instead of red, which was hard
to see.Minor changes were made to the interface, and
new but ...
var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
//if NS 4+
if (browser_type=="Netscape"&&browser_version>=4)
window.location.replace("http://www.crayola.com")
//if IE 4+
else if (browser_type=="Mic ...