﻿jQuery(document).ready(function () {
    jQuery(".event").click(function () {
        window.location = jQuery(this).find("a").attr("href");
    })
});
