// Juanafe.cl JavaScript Document
$(document).ready(function() {
    
    Cufon.replace("body[class!=home] #column-one h2") ;
    Cufon.replace("#contacto h2") ;
    Cufon.replace("#featured h2") ;
    var img = $("img").parent();
    $(img).css("background", "transparent");
    
    $("#links-social a").click(function() {
        window.open(this.href, '_blank') ;
        return false ;
    });

});
    