//THIS BLOCK OF JAVASCRIPT IS FOR STYLING PURPOSES ONLY...

if (navigator.userAgent.indexOf('Mac')!= -1 && navigator.userAgent.indexOf('MSIE 5.0') == -1) { 
 	document.write("<link href='/css/macstyles.css' rel='STYLESHEET' type='text/css'>"); 
} else { 
 		document.write("<link href='/css/winstyles.css' rel='STYLESHEET' type='text/css'>"); 
		//document.write("<style type='text/css'><!--\n@import url('/css/winstyles.css');\n--></STYLE>");
}
