
   var a = location.href;
   var q = a.search('noredi');
    if( q == '-1' ){
      var u = location.pathname;
      var new_u = u.replace("publichealth/", "");
      //alert(new_u);
      window.location = "http://www.cohs.uci.edu/publichealth/pubhealth.asp?" + new_u;      
   }else{
      //alert(q);
   }




