window.addEvent('domready', function(){
        init_contact_form(
                '/contact/',
                $('header').getElement('.contact'),
                $('contact'),
                {'shown':'Close!', 'hidden':'Contact!', 'send':'Thanks, your message sent. Send another one?', 'yes':'Yes, please!', 'no':'No, thanks!'},
                ['id_com-name', 'id_com-email', 'id_com-body']
        );
});

