if (navigator.userAgent.indexOf('Safari')!= -1)
  {
  var cssNode = document.createElement('link');
  cssNode.setAttribute('rel', 'stylesheet');
  cssNode.setAttribute('type', 'text/css');
  cssNode.setAttribute('href', 'http://www.iltechpartner.org/beta/wp-content/themes/iltechpartner/css/safari.css');
  document.getElementsByTagName('head')[0].appendChild(cssNode);
  }