﻿if (initCaller != null)
    initCaller.push("initControlBox()");

function initControlBox() 
{
    $("a.icon-mail").click
    (
        function() 
        {
            if ($("div.tipAFriend", $(this).parent()).css("display") == "none")
            {
                setNewCaptcha($(this).parent());
                var pageTracker = _gat._getTracker("UA-6403464-1");
                pageTracker._trackPageview("/tipafriend/open");
               
            }
        return false;
        }
    );
}