function showRedirectBox()
{
    
    var reply=window.confirm("You are leaving www.zacksim.com and being redirected to www.zacksfunds.com");
        if (reply)
        {
         window.location.hreaf="http://www.zacksfunds.com";    
         return true
        }
        else
        return false;
}

