/* Js for , Version=1775180667 */
 v.objectType = "article";;v.objectID = 60;;v.showDetail = "Show all";;v.hideDetail = "Hide";;
    $(document).ready(function()
    {
        $.setAjaxForm('#messageForm', function(response)
        {
            if(response.result == 'success')
            {
//                setTimeout(function()
//                    {
//                        var link = createLink('message', 'inquiry', 'objecType=' + v.objectType + '&objectID=' + v.objectID);
////                        setTimeout(function(){location.reload();}, 2000);
//
//                        $('#commentForm').closest('#commentBox').load(link, location.href="#first");
//                    },
//                    1000);
                $("input[type=reset]").trigger("click");
                setTimeout(function(){location.reload();}, 2000);
            }
            else
            {
                if(response.reason == 'needChecking')
                {
                    $('#captchaBox').html(Base64.decode(response.captcha)).show();
                }
            }
        });

    });
