// JavaScript Document
if(navigator.appName == "Microsoft Internet Explorer"){
	//window.location = "http://www.microsoft.com";
	document.write("<link rel=\"stylesheet\" href=\"blaeserstyle.css\" />");
}else if(navigator.appName == "Netscape"){
	//window.location = "http://www.mozilla.org/firefox";
	document.write("<link rel=\"stylesheet\" href=\"blaeserstylemoz.css\" />");
}else{
	window.location = "http://www.google.com/search?q=browser&sourceid=firefox&start=0&start=0&ie=utf-8&oe=utf-8";
}
