// JS Utilities

$(document).ready(function() {
	$("a.blank").click(function() {
		window.open( $(this).attr('href') );
	    return false;
	});

	//$("a[rel='gallery']").colorbox({slideshow:true});
	$("a[rel='gallery']").colorbox();

});
