$(document).ready(function() {
    $(".facebook").click(function() {
        var text = "Leloir Inmuebles\n" + $(this).attr("title");
        var url = window.location.href;
        //var url = "http://leloir.mindpulse.net/";
        //alert( "http://www.facebook.com/share.php?u=" + encodeURIComponent(url) + "&t=" + encodeURIComponent(text) )
        window.open( "http://www.facebook.com/share.php?u=" + encodeURIComponent(url) + "&t=" + encodeURIComponent(text) );
    });
});
