// JavaScript Document
var name = navigator.appName
  if (name == "Microsoft Internet Explorer")
document.write("<LINK rel=\"stylesheet\" href=\"stile_ie.css\">");
else
document.write("<LINK rel=\"stylesheet\" href=\"stile_ff.css\">");
