//jQuery
$(document).ready(function(){
    
    $("span.timeago").timeago();
    
    $(".zip_code").mask("99-999");
    $(".phone").mask("+99.999999999");
    
    
    //PrettyPhoto
    $("a[rel^='prettyPhoto']").prettyPhoto({
        show_title: false,
        social_tools: ''
    });



});

