// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild56' , 'Bild56LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To URL','./html/de/de_aktuelles.php',0),'',0);
 
	F_OM('HTTP_Link' , 'HTTP_LinkLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To URL','./html/de/de_aktuelles.php',1),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild56A').bind('click', function(__e) { return (F_e('Bild56', F_CL, __e)); } );
	$('#HTTP_LinkA').bind('click', function(__e) { return (F_e('HTTP_Link', F_CL, __e)); } );
});
// End Actions

