function showhome(){
	var pars = 'home=true';
	new Ajax.Updater( 'currentevents', '/lib/homeevents.cfm', { method: 'get', parameters: pars, onFailure: reportErr, evalScripts: true });
}
function reportErr(){
	alert('Sorry. There was an error.');
}