function east_longmeadow(){
	var boxer = '<img src="_media/images/east_longmeadow.jpg" />';
	document.getElementById('image_rotation_bg').innerHTML= boxer
}

function northampton(){
	var boxer = '<img src="_media/images/northampton.jpg" />';
	document.getElementById('image_rotation_bg').innerHTML= boxer
}
