if (navigator.appName == "Microsoft Internet Explorer"){
  document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"style_sheets/main_ie.css\"> ");
} else {
   document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"style_sheets/main.css\"> ");
}

