
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin

var name = navigator.appName;
var vers = navigator.appVersion;
vers = vers.substring(0,1); // or 0,4  could return 4.5 instead of just 4

if (name == "Microsoft Internet Explorer") 
href="CubeSAT.css";
else 
href="CubeSAT_netscape.css";

document.write('<LINK href="' + href + '" rel="stylesheet" type="text/css">');

// You may make the redirection automatic by using this 
// window.location=url;   
// instead of the three document.write lines above 

// End -->
