// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture64' , 'Picture64LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('PolygonHotspot1' , 'poly', 'Picture64',new Array(
		'Clicked','Picture64','Fly','In From Top',0,
		'Clicked','Layout','Go To','../Campus/Faith_Life_Center/faith_life_center.htm',0),96,260,77,293,98,307,147,307,147,288,156,288,178,268,164,253,146,269,115,271,115,271);
		F_OM_Map('PolygonHotspot3' , 'poly', 'Picture64',new Array(
		'Clicked','Picture64','Fly','In From Top',0,
		'Clicked','Layout','Go To','../Campus/Education_Center/education_center.htm',0),392,286,371,343,407,356,409,349,442,359,450,338,455,321,458,303,446,309,414,298,420,297);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PolygonHotspot1').bind('click', function(__e) { return (F_e('PolygonHotspot1', F_CL, __e)); } );
	$('#PolygonHotspot3').bind('click', function(__e) { return (F_e('PolygonHotspot3', F_CL, __e)); } );
});
// End Actions

