if ((top.location.href != "http://www.protea-monitoring-services.co.uk") && (top.location.href != "http://www.protea-monitoring-services.co.uk/") && (top.location.href.indexOf("default.htm") == -1)) {    
  theurl = location.href.toString();
  newframe = path_modifier + "jdefault.htm?" + theurl;
  top.location.href = newframe;  
}