// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture60' , 'Picture60LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture60','Fly',F_Parm('direction',0,'hide','Show','duration',14,'inDuration',10,'outDuration',2,'repeat',1,'reverse',false,'message',''),1),'',0);
 	F_OM('Picture68' , 'Picture68LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture68','Fly','In From Bottom',1,
	'Clicked','Layout','Go To','./html/loading.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture68A').bind('click', function(__e) { return (F_e('Picture68', F_CL, __e)); } );
});
// End Actions

