// Check for Mac or PC
plat = navigator.platform;

AppVer = parseInt(navigator.appVersion);

if(navigator.appVersion.indexOf("Mac") == -1)
	document.write("<link rel = stylesheet type = text/css href = 'http://www.jmu.edu/cwis/stylesheets/defaultpc.css'>");
else
	document.write("<link rel = stylesheet type = text/css href = 'http://www.jmu.edu/cwis/stylesheets/defaultmac.css'>"); 

