////////////////////////////////
//// Legacy Site file //////////
////////////////////////////////
//// Legacy Redirect code. /////
////////////////////////////////

// ================================
// START Redirect Code
// ================================

function GoToUK2 (sFred)
{
   var sThisFile = document.location.pathname.substring(document.location.pathname.lastIndexOf('\\')+1, 199)

    //if (document.images)
    //  parent.location.replace("http://www.tscinspectionsystems.co.uk/oldweb/" + sThisFile);
    //else
      parent.location.href="http://www.tscinspectionsystems.co.uk/oldweb/" + sThisFile;
}

// ================================
// End Redirect Code
// ================================