<!--
  if (top.frames.length == 0) {
    ver = parseInt(navigator.appVersion, 10);
    if ( ((navigator.appName == "Netscape") && (ver >= 3)) ||
         ((navigator.appName == "Microsoft Internet Explorer") && (ver >= 4)) )
      location.replace("http://www.southerntemp.co.uk/frame.htm?" + location.href);
    else
      location = "http://www.southerntemp.co.uk/frame.htm?" + location.href;
    };
//-->