if(navigator.userAgent.indexOf("Mac")!=-1)	{
		document.write("<link rel='stylesheet' href='../common/mac.css' type='text/css'>")
	}	else	{
		document.write("<link rel='stylesheet' href='../common/others.css' type='text/css'>")
	}
