<!-- This script checks to see what browser is in use and then points to the corresponding style sheet. -->
<!-- It was taken from the Java Script site and is missing the attribution, which will be replaced. -->
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) < 4 )) {
		 document.write("<LINK REL=stylesheet HREF=\"http://www.sandsmuseum.com/global/style/ie3.css\" TYPE=\"text/css\">"); }
else if ((navigator.appVersion.indexOf("Mac") != -1) && (navigator.appName == "Netscape")) {
		 document.write("<LINK REL=stylesheet HREF=\"http://www.sandsmuseum.com/global/style/macnet.css\" TYPE=\"text/css\">"); }
else if (navigator.appVersion.indexOf("Mac") != -1)  {
		 document.write("<LINK REL=stylesheet HREF=\"http://www.sandsmuseum.com/global/style/macie.css\" TYPE=\"text/css\">"); }
else {
		 document.write("<LINK REL=stylesheet HREF=\"http://www.sandsmuseum.com/global/style/win.css\" TYPE=\"text/css\">"); }