// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Hidden','Layout','StartAnimation',F_Parm('animationName','FLASHING'),0));
	F_OM('Text66' , 'Text66LYR', 'txt', 'Layout',new Array(
	'Shown','Text66','Bring Forward','',0),'',0);
 
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',new Array(
	'Mouse Over','LayoutRegion3','Bring To Front','',0),'',0);
 
	F_OM('' , 'LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','http://www.netobjects.com',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#LayoutRegion3LYR').bind('mouseover', function(__e) { return (F_e('LayoutRegion3', F_MV, __e)); } );
});
// End Actions

$(document).ready(
function() {
	$.TimelinesManager.setupTimelines([
		{id: "flash", fps: 15, duration: 0.00, 
		 oList: [
		
		 ]
		}, 
{id: "FLASHING", fps: 15, duration: 0.00, 
		 oList: [
		
		 ]
		}
	]);
	}
);
