
<!--
   //========================================
   // Adam's CSS browerser detection script 
   //========================================

	// If the platform is Macintosh:
	if (navigator.platform.indexOf('Mac') != -1) {
 	  // If IE 5.0 for Mac use winstyles.css
  	 if (navigator.userAgent.indexOf("MSIE 5.") != -1)
	{      document.write('<link rel="stylesheet" href="/scripts/winstyles.css">');}
 	  else {
  	    document.write('<link rel="stylesheet" href="/scripts/macstyles.css">');}
 	  } // end Mac if
	// Otherwise, use the Windows style sheet.
	   else{
 	   document.write('<link rel="stylesheet" href="/scripts/winstyles.css">');}
// -->




