<!-- redirects the following URLs to pages within JPL website
function gotoPage()
{
    var dns1 = "http://www.civilcourtservice.co.uk"
    var dns2 = "http://www.lawreportsonline.co.uk"
    var dns3 = "http://www.cflq.com"
    var urlloc = location.href
    var loc = urlloc.toLowerCase()

    if (loc.indexOf(dns1) != -1)
        location.href="http://www.jordansonlineservices.co.uk/NXT/GatewayJordans.asp"

    if (loc.indexOf(dns2) != -1)
        location.href="http://www.jordansonlineservices.co.uk/NXT/GatewayJordans.asp"

    if (loc.indexOf(dns3) != -1)
        location.href="http://www.jordanpublishing.co.uk/Publications/catDetails.aspx?productID=50"

}
//-->
