
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();
	$("body.single-post .content a").prettyPhoto();
});
