// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture54' , 'Picture54LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture54','Fly','In From Bottom',0),'',0);
 
	F_OM('Picture41' , 'Picture41LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture41','Fly','In From Left',0,
	'Clicked','Layout','Go To','mailto:sherryridenhour@yahoo.com',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture41A').bind('click', function(__e) { return (F_e('Picture41', F_CL, __e)); } );
});
// End Actions

