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