/**
 * @author zero
 */
$(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto();
});