//UserAgentU蕪
if(navigator.appVersion.indexOf("Mac",0) != -1){
	document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"common/css/font.css\" title=\"fontproperty\">");
}else{
	 if(navigator.appVersion.indexOf("MSIE",0) != -1){
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"common/css/fontIE.css\" title=\"fontproperty\">");
	}else{
		document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"common/css/font.css\" title=\"fontproperty\">");
	}
}

