 $(function(){
    $(".tooltip").fancybox({
        ajax : {
            type    : "GET"
        }
    });
 });
