// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild6' , 'Bild6LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild6','Iris','In',0),'',0);
 
	F_OM('Banner2' , 'Banner2LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Bild7' , 'Bild7LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild7','Iris','In',0,
	'Clicked','Layout','Go To','../html/kontakt.php',0),'',0);
 	F_OM('Bild19' , 'Bild19LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild19','Iris','In',0,
	'Clicked','Layout','Go To','../html/intern.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild7A').bind('click', function(__e) { return (F_e('Bild7', F_CL, __e)); } );
	$('#Bild19A').bind('click', function(__e) { return (F_e('Bild19', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(function() {
	$("#WindowsMediaPlayer3").media({width: 372, height: 351, src: 'Carmen.wmv', autoplay: true});
});
// End jMedia Components


