$(".day").bind("click",function(index,el){
    var url =  $(this).find('.postTitle a').attr("href");
    location.assign(url);
})