$(document).ready(function(){
      $("a[rel^='prettyPhoto']").prettyPhoto({
        iframe_markup: '<iframe src="{path}" width="800px" height="{height}" frameborder="no"></iframe>',
        theme: 'facebook'
      });
    });
