﻿
$(document).ready(function () {
    // PRETTY PHOTO INIT
    $("a[rel^='prettyPhoto']").prettyPhoto();
});

