// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture243' , 'Picture243LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture243','Set Image',F_Parm('Image 1 (Normal)','../assets/images/return_to_selection.jpg','Image 2 (Highlighted)','../assets/images/return_to_selection_H.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','Picture243','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','Picture243','Use Image','Image 1 (Normal)',0,
	'Clicked','_parent:Layout','Go To','../html/devotions.html',0),'',0);
 
	F_OM('Cell2' , 'Cell2LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell2Link1' , '', 'tln', 'Cell2',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm1v1','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm1v1',0),'',0);
 	F_OM('Cell3' , 'Cell3LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell3Link1' , '', 'tln', 'Cell3',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm1v6','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm1v6',0),'',0);
 	F_OM('Cell4' , 'Cell4LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell4Link1' , '', 'tln', 'Cell4',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm2v1','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm2v1',0),'',0);
 	F_OM('Cell5' , 'Cell5LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell5Link1' , '', 'tln', 'Cell5',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm2v10','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm2v10',0),'',0);
 	F_OM('Cell9489' , 'Cell9489LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell9489Link1' , '', 'tln', 'Cell9489',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm2v17','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm2v17',0),'',0);
 	F_OM('Cell9574' , 'Cell9574LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell9574Link1' , '', 'tln', 'Cell9574',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm3v6','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm3v6',0),'',0);
 	F_OM('Cell9573' , 'Cell9573LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell9573Link1' , '', 'tln', 'Cell9573',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm3v13','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm3v13',0),'',0);
 	F_OM('Cell9572' , 'Cell9572LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell9572Link1' , '', 'tln', 'Cell9572',new Array(
		'Clicked','left:Layout','Go To URL',F_Parm('URL','../html/left_malachi.html#Tm4v1','Target Frame','This','Other Target',''),0,
		'Clicked','body:Layout','Go To','../html/body_malachi.html#Rm4v1',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture243A').bind('click', function(__e) { return (F_e('Picture243', F_CL, __e)); } );
	$('#Picture243A').bind('mouseover', function(__e) { return (F_e('Picture243', F_MV, __e)); } );
	$('#Picture243A').bind('mouseout', function(__e) { return (F_e('Picture243', F_MT, __e)); } );
	$('#Cell2Link1').bind('click', function(__e) { return (F_e('Cell2Link1', F_CL, __e)); } );
	$('#Cell3Link1').bind('click', function(__e) { return (F_e('Cell3Link1', F_CL, __e)); } );
	$('#Cell4Link1').bind('click', function(__e) { return (F_e('Cell4Link1', F_CL, __e)); } );
	$('#Cell5Link1').bind('click', function(__e) { return (F_e('Cell5Link1', F_CL, __e)); } );
	$('#Cell9489Link1').bind('click', function(__e) { return (F_e('Cell9489Link1', F_CL, __e)); } );
	$('#Cell9574Link1').bind('click', function(__e) { return (F_e('Cell9574Link1', F_CL, __e)); } );
	$('#Cell9573Link1').bind('click', function(__e) { return (F_e('Cell9573Link1', F_CL, __e)); } );
	$('#Cell9572Link1').bind('click', function(__e) { return (F_e('Cell9572Link1', F_CL, __e)); } );
});
// End Actions


