/* Used by PLHFO */
function PL_adjustPath(path) {
  if ((path.charAt(0)=='/' || path.charAt(0)=='\\') && window.location.href.substr(0,5)== 'file:') path = 'http://www.widowpc.com' + path;
  return path;
}
