/*
* Copy the below to the head of every page where it's needed
<script language="javascript" type="text/javascript" src="jscripts/scripts.js"></script>
 */
	
function goodbye() { 
if (confirm('You are leaving the South Central Conference Website')) {
return true;
} else { 
alert('You shall remain here! Thanks!');
return false;
}
}




