// JavaScript Document
$(document).ready(function() {
$(".video").each(function() {
    this.rel += 'prettyPhoto[video]';
});
});
