// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',new Array(	'Page Loaded','Table1','Delay',F_Parm('action','','delay',5,'continuous',false),1,	'Page Loaded','Table1','Wipe','In From Top',0),'',0); 		F_OM('Cell1' , 'Cell1LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell2' , 'Cell2LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell3' , 'Cell3LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell4' , 'Cell4LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell5' , 'Cell5LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell6' , 'Cell6LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell7' , 'Cell7LYR', 'lyr', 'Table1',null,'',0); 		F_OM('Cell8' , 'Cell8LYR', 'lyr', 'Table1',null,'',0); 	F_OM('Flash2' , 'Flash2LYR', 'lyr', 'Layout',null,'',0); 	F_OM('Text23' , 'Text23LYR', 'txt', 'Layout',new Array(	'Page Loaded','Text23','Iris',F_Parm('hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash2").media({ width: 352, height: 73,
		src: '../assets/applets/bottom1.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


