var myPath = document.location;
var myURL = String(myPath);
var line = myURL.split("/");
var ctgr = line[3];

if(navigator.userAgent.indexOf("Safari")!=-1){
  document.write("<link rel='stylesheet' href='/common/style/safari.css' type='text/css'>");
} else if(navigator.userAgent.indexOf("Mac")!=-1){
	if(ctgr=="press") document.write("<link rel='stylesheet' href='/common/style/mac_ie_press.css' type='text/css'>");
	else document.write("<link rel='stylesheet' href='/common/style/mac_ie.css' type='text/css'>");
}
