$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		hideflash: true
	});
});

