$(document).ready(function() {
	
	$("a[rel^='prettyPhoto']").prettyPhoto();
	
	$(".twitter-feed li a").attr('target', '_blank');
	
});
