Shadowbox.init();

jQuery(document).ready(function() {

	// Fix for Target Blank
	jQuery('a[href^="http://"]').attr("target", "_blank");

});
