// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text6','Fly','In From Top Right',0),'',0);
 	F_OM('Text272' , 'Text272LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text272','Fly','In From Bottom Left',0,
	'Motion Ended','Text272','Move By',F_Parm('x',10,'y',0,'duration',10,'inDuration',2,'outDuration',2,'repeat',50,'reverse',true,'message',''),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


