﻿$(function () {

    $(".emailafriend").click(function () {
        alert("todo: email a friend popup");
    });

});
