﻿$(document).ready(function() {
    $(".openmonth").click(function() {
        document.location = "/Home/NewsList/" + $(this).attr('id');
    });
});