function checkPhishing()
{
    if (top.location != location)
    {
        document.location = 'http://www.uwcfs.com/stop-fishing/index.html';
    }
}
