// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild8' , 'Bild8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild8','Fly','In From Right',0,
	'Motion Ended','Text1','Fly','In From Right',0,
	'Clicked','Layout','Go To','./html/home.html',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Text2','Fly','In From Right',0),'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Text3','Fly','In From Right',0),'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild8A').bind('click', function(__e) { return (F_e('Bild8', F_CL, __e)); } );
});
// End Actions

