var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
    var pageTracker = _gat._getTracker("UA-13000077-1");
    pageTracker._trackPageview();
} catch(err) {}

jQuery(function(){
    $('.add_more').click(function(){
        $(this).remove();
        $('.add').slideDown();
    })

 $('#vlodkow').mouseover(function(){
        $(this).animate({
            right: '0'
        }, 'normal').clearQueue()
    }).mouseout(function(){
        $(this).animate({
            right: '-88px'
        }, 'normal').clearQueue()
    })
});
