// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',new Array(
	'Page Loaded','NavigationBar2','Fly','In From Bottom',0),'',0);
 
	F_OM('Component8' , 'Component8LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Component8','Fly','In From Top',0),'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture8','Fly','In From Left',0,
	'Clicked','Layout','Go To','../html/video.html',0),'',0);
 	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text6','Fly','In From Left',0),'',0);
 	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text8','Fly','In From Right',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture8A').bind('click', function(__e) { return (F_e('Picture8', F_CL, __e)); } );
});
// End Actions


