﻿jQuery(document).ready(function () {
    jQuery("a[href*='.ashx']:has(img)").prettyPhoto();
    jQuery("a[href*='.ashx']:has(img)").lazyload();
});
