$(document).ready(function(){
	$("#wordRotate").cycle();
	$(".newsReturn").cycle();
	//$("#eventHolder").css("top","-"(this).height());
	
	$('body').bulletin({sid:26,gid: 11153});
});

//Search functions
	function submitSearch() { window.location = "/podium/default.aspx?t=52392&q="+document.getElementById("search").value+"&pt=Chestnut Hill Academy Search"; }
	function SubmitOnEnter(evt){
		var charCode = (evt.which) ? evt.which : event.keyCode
		if(charCode == "13" || charCode == "26") { submitSearch(); return false; }
	}