// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text24' , 'Text24LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text24','Fly','In From Right',0),'',0);
		F_OM('Text24Link1' , '', 'tln', 'Text24',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','','URL','./News/news.html','width',600,'height',800,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text24Link1').bind('click', function(__e) { return (F_e('Text24Link1', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#RotierendesWerbebanner2").media({ width: 400, height: 48, src: 'DynamicBanner.class', title: 'Rotierendes Werbebanner',
		params: { codebase: './', archive: 'AdBannerDeploy.jar', 'banner0': './Willkommen_rot.gif,,Column', 'banner1': './Willkommen_gelb.gif,,Column', 'autoResize': '0', 'delay': '3', 'bgcolor': '#9999FF' }
	});
});
// End jMedia Components


