var J = jQuery.noConflict();

J(document).ready(function(){
	J("a[rel^='prettyPhoto']").prettyPhoto();
});
