if (navigator.appName == "Microsoft Internet Explorer") {
	window.document.writeln("<link rel=\"stylesheet\" type=\"text\/css\" href=\"style.css\">");
	}
else {
	window.document.writeln("<link rel=\"stylesheet\" type=\"text\/css\" href=\"style2.css\">");
	}
