/*use this js technique for equal column height on the event calendar page only since there are problems with anchors when using the css technique*/
	document.getElementById("colB").style.height = document.getElementById("colA").offsetHeight + 'px';
	document.getElementById("sidebar").style.height = document.getElementById("colA").offsetHeight + 'px';