  function MS_NC()
  {      
  if(navigator.appName.substring(0,1) == "M")
  window.location.href = "quiz1.html";
  else
  window.location.href = "quiz1n.html";
  }
