// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot4' , 'rect', 'Picture11',new Array(
		'Mouse Over','Text5','Show','',0,
		'Mouse Out','Text5','Hide','',0,
		'Clicked','Layout','Go To','../html/rose-ann.html',0),47,336,291,448);
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture11',new Array(
		'Mouse Over','Text2','Show','',0,
		'Mouse Out','Text2','Hide','',0,
		'Clicked','Layout','Go To','../html/lee-an.html',0),9,118,101,329);
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture11',new Array(
		'Mouse Over','Text4','Show','',0,
		'Mouse Out','Text4','Hide','',0,
		'Clicked','Layout','Go To','../html/di-ane.html',0),105,2,217,328);
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture11',new Array(
		'Mouse Over','Text3','Show','',0,
		'Mouse Out','Text3','Hide','',0,
		'Clicked','Layout','Go To','../html/mari-ann.html',0),223,104,335,326);
	F_OM('Picture12' , 'Picture12LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture12','Fly','In From Top',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot4').bind('mouseover', function(__e) { return (F_e('RectangleHotspot4', F_MV, __e)); } );
	$('#RectangleHotspot4').bind('mouseout', function(__e) { return (F_e('RectangleHotspot4', F_MT, __e)); } );
	$('#RectangleHotspot1').bind('mouseover', function(__e) { return (F_e('RectangleHotspot1', F_MV, __e)); } );
	$('#RectangleHotspot1').bind('mouseout', function(__e) { return (F_e('RectangleHotspot1', F_MT, __e)); } );
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', F_MT, __e)); } );
	$('#RectangleHotspot3').bind('mouseover', function(__e) { return (F_e('RectangleHotspot3', F_MV, __e)); } );
	$('#RectangleHotspot3').bind('mouseout', function(__e) { return (F_e('RectangleHotspot3', F_MT, __e)); } );
});
// End Actions


