if ((navigator.appName).indexOf("Microsoft")!=-1) {
  document.write('<link rel="stylesheet" href="css/ielocation.css" type="text/css">');
}
else {
  document.write('<link rel="stylesheet" href="css/location.css" type="text/css">');
}
