document.write("<script type=\"text/javascript\" src=\"/wp-content/themes/bizhacks/js/jq/jquery.scrollto.js\"></script>");
$(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");});
});