/**
 * @author W951AGS
 */
$(document).ready(function(){
	//Disable IE tooltip
	$('#img_map img').attr('alt', "");
	$("area").tooltip({
		showURL: false,
		fade:300,
		opacity:0.8
	});
	$('#executives').append("<p id='instructions'>Hover your mouse over the image for an executive introduction. Click for a full bio.</p>");
	$('#board').append("<p id='instructions'>Hover your mouse over the image for an introduction.</p>");
});
