$(document).ready(function(){
	// Make Flickr Images open in a new window
	$("#flickr_badge_wrapper a").attr("target", "_blank");
});

