$(document).ready(function(){$("#buttons_menu .button").hover(function(){$(this).addClass("active")},function(){$(this).removeClass("active")}),$("#buttons_menu .button").click(function(){return window.location=$(this).find("a").attr("href"),!1}),$("#last_in_blog .post").click(function(){return window.location=$(this).find("a").attr("href"),!1})})
