// - when DOM has finished loading:

$(document).ready(function(){
  $("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed: 'slow',showTitle: false});
});
