$(document).ready(function() {
    $("#footer-right-social img[title]").tooltip();
    $("a[rel^='#']").overlay({
				mask: { color: '#000',
						loadSpeed: 200,
						opacity: 0.8},
					load:false
				});
});

