$(function(){
		//$("#content .postlist .info:not('.open')").hide();
		//$("#content .postlist .toggler").click(function(){$("#content .postlist .info").hide();$(".info",$(this).parent()).show();});
		//$("#content .postlist .toggler").hover(function(){$(this).addClass("hover");},function(){$(this).removeClass("hover");});
});