﻿// JScript File
// execute your scripts when the DOM is ready. this is mostly a good habit
$(function () {
    // en-us-main.master
    $("#EmailPageTriggers img[rel]").overlay({ effect: 'apple' });
});


