$(document).ready(function(){

$("a[rel^='prettyPhoto']").prettyPhoto({
  theme:'facebook', default_width: 480, 
  default_height: 290, 
  opacity: 0.6,
  iframe_markup: '<iframe src ="{path}" width="{width}" height="{height}" scrolling="no" frameborder="no"></iframe>'
  });

$("a.success-video").click(function(){
$.prettyPhoto.open($(this).attr("href"));
return false;
});

$("blockquote").each(function() {
$(this).children("p:last").addClass('last');
});

});
