$(document).ready(function(){

$("a[rel^='prettyPhoto']").prettyPhoto({
theme:'facebook', default_width: 480, default_height: 290, opacity: 0.6});

$("a.success-video").click(function(){
$.prettyPhoto.open($(this).attr("href"));
return false;
});

$("blockquote").each(function() {
$(this).children("p:last").addClass('last');
});

});
