Event.observe(window, 'load', fixSidebarHeight, false);
function fixSidebarHeight()	{
	$('column2').style.height = document.body.clientHeight + "px";
}
