$(document).ready(function(){
	$("a[rel^='lightbox']").slimbox({
	    counterText: 'Изображение {x} из {y}'
	    }, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
    $("area").tooltip({ 
        delay: 0,
        showURL: false, 
        bodyHandler: function() {
            return $($(this).attr("info_id")).html();
        },
        fade: 250
    });
    $("a[title]:not([rel^='lightbox'])").tooltip({ 
        delay: 0,
        showURL: false,
        fade: 250
    });
    $("#social-share").load('/statical/social/social_share.htm');
});


