﻿function apply() {
    $("a[rel^='prettyPhoto']").prettyPhoto();
}

function pageLoad() {
    $(function () {
        apply();
    });
}
