var aName  = navigator.appName.toUpperCase();
var uName = navigator.userAgent.toUpperCase();
if (uName.indexOf("SAFARI") >= 0)  {
document.write ('<link rel="stylesheet" href="/css/sa.css" type="text/css">');
}
