// 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',null,'',0);
 
		F_OM('Picture35' , 'Picture35LYR', 'img', 'Text6',new Array(
		'Page Loaded','Picture35','Fly','In From Top',0,
		'Clicked','_parent:Layout','Go To','./html/eventtabactivities.html',0),'',0);
 
	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture35A').bind('click', function(__e) { return (F_e('Picture35', F_CL, __e)); } );
});
// End Actions

