// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Motion Started','Text3','','',0),'',0);
		F_OM('Text3Link1' , '', 'tln', 'Text3',new Array(
		'Page Loaded','Text3','Peek','In From Left',0,
		'Clicked','Layout','Go To','./home.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text3Link1').bind('click', function(__e) { return (F_e('Text3Link1', F_CL, __e)); } );
});
// End Actions


