$(function() {
	$("#blog-gallery > li > a").fancybox({titleShow: false});
	$(".link a").click(function(e) {
		e.preventDefault();
		window.open(this.href);
		return false;
	});
});
