
function IFARedirect()
{
    if(confirm("This website is intended for Financial Advisers only. If you are a private client please return to www.7im.co.uk. \r\n\r\nIf you are a Financial Adviser, please click OK to confirm and enter the 7IM Financial Adviser site."))
    {
        window.location="http://ifa.7im.co.uk";
    }
}
