// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild5' , 'Bild5LYR', 'img', 'Layout',new Array(
	'Loaded','Bild5','Fly','In From Top Left',0,
	'Clicked','Layout','Go To','./veranstaltungen.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild5A').bind('click', function(__e) { return (F_e('Bild5', F_CL, __e)); } );
	$('#Bild5').bind('load', function(__e) { return (F_e('Bild5', F_L, __e)); } );
});
// End Actions


