var bigpicorig = '';
$(document).ready(function(){
	bigpicorig = $('#bigbox div div dl dt').html();
	$('#box1').hover(
		function() {
			$('#bigbox div div dl dt').html('<img width="669" height="385" alt="" src="fileadmin/files/home_page/mes_home_childrens.jpg" />');
		},
		function() {
			$('#bigbox div div dl dt').html(bigpicorig);
		} // the "out" function.  nothing needed in this case
	);
	$('#box2').hover(
		function() {
			$('#bigbox div div dl dt').html('<img width="669" height="385" alt="" src="fileadmin/files/home_page/mes_home_capstone.jpg" />');
		},
		function() {
			$('#bigbox div div dl dt').html(bigpicorig);
		}
	);
	$('#box3').hover(
		function() {
			$('#bigbox div div dl dt').html('<img width="669" height="385" alt="" src="fileadmin/files/home_page/mes_home_elijah.jpg" />');
		},
		function() {
			$('#bigbox div div dl dt').html(bigpicorig);
		}
	);
});



function obscureAddMid() {
  document.write('&#64;');
}
function obscureAddEnd() {
  document.write('&#46;');
}

