var browserName=navigator.appName; 
if(browserName=="Microsoft Internet Explorer")
 {
  window.location="/MSIEUnsupported.html";
 }
 else {
}

