
	document.write("<link rel='stylesheet' type='text/css' href='../css/orford-2010.css'>");
	var browserName = navigator.appName;
//	alert(navigator.appName+"/"+(browserName=="Microsoft Internet Explorer"));
	if (browserName=="Microsoft Internet Explorer")
		document.write("<link rel='stylesheet' type='text/css' href='../css/MSIE-2010.css'>");
	if (browserName=="Netscape")
		document.write("<link rel='stylesheet' type='text/css' href='../css/Netscape-2010.css'>");
	if (browserName=="Safari")
		document.write("<link rel='stylesheet' type='text/css' href='../css/safari-2010.css'>");

