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


function confl(message, url) {
     	if(confirm(message)) location.href = url;
}



