function getCalendar(n)
{
	url = 'http://www.jesus2033.com/calendar/index.php';
	NobodyHome = 'http://www.jesus2033.com/adding_a_new_state.shtml';
	switch(n)
		{
		case 'ga':
		  window.location = url + '?showCat=6&Submit=Filter&mo=&yr=&ev=';
		  break;    
		default:
		  window.location = NobodyHome;
		  break;    
		}
}