<!--
   if ((navigator.appName.indexOf("Netscape") !=-1)&&(navigator.appVersion.indexOf("4.") !=-1)){
      // Netscape Navigator
      if ((navigator.platform.indexOf("Win") !=-1) || (navigator.platform.indexOf("Unix") !=-1) || (navigator.platform.indexOf("Linux") !=-1)) {
        document.write("<link rel='stylesheet' href='http://www.swarthmore.edu/Admin/publications/bulletin/style_pcns.css' type='text/css'>")
      } else {
        document.write("<link rel='stylesheet' href='http://www.swarthmore.edu/Admin/publications/bulletin/style_macns.css' type='text/css'>")
      }
    } else {
      // Internet Explorer
      if ((navigator.platform.indexOf("Win") !=-1) || (navigator.platform.indexOf("Unix") !=-1) || (navigator.platform.indexOf("Linux") !=-1)) {
        document.write("<link rel='stylesheet' href='http://www.swarthmore.edu/Admin/publications/bulletin/style_pcie.css' type='text/css'>")
      } else {
        document.write("<link rel='stylesheet' href='http://www.swarthmore.edu/Admin/publications/bulletin/style_macie.css' type='text/css'>")
      }
    }
//-->
