if (!window["__pathtraq_load_css"]) {
  var __pathtraq_load_css = function(path) {
	if (__pathtraq_load_css.exists[path])
	  return;

	var sets = document.getElementsByTagName("script");
	var script;

	for (var i = 0, l = sets.length; i < l; i++) {
	  with ({ title: sets.item(i).getAttribute("title") }) {
		if (title && title == "pathtraq-load-css") {
		  script = sets.item(i);
		  break;
		}
	  }
	}

	if (!__pathtraq_load_css.host) {
	  script.src.match(/https?:\/\/([^\/]*)\//);
	  __pathtraq_load_css.host = RegExp.$1;

	  if (script.src.match(/#([^#]+)$/)) {
		__pathtraq_load_css.fragment = RegExp.$1;
	  }
	  else {
		__pathtraq_load_css.fragment = "";
	  }
	}

	var static_path = '/static/latest';
	 static_path = '/static/103';

	if (document.compatMode == "BackCompat" && __pathtraq_load_css.fragment != "forcecompat") {
	  path = path.replace(/\.css/, "_bc.css");
	}

	var link = document.createElement('link');
	link.setAttribute('rel', 'stylesheet');
	link.setAttribute('href', 'http://' + __pathtraq_load_css.host + static_path + path);

	document.documentElement.firstChild.appendChild(link);

	__pathtraq_load_css.exists[path] = true;
  };

  __pathtraq_load_css.exists = {};
  __pathtraq_load_css.host = null;
}