// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly',F_Parm('direction',90,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1),'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text3','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text4','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text8','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('Text10' , 'Text10LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text10','Move To',F_Parm('x',60,'y',120,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Navigationsschaltflaeche6A').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:info@thewebdesign.mobi'); } );
	$('#Text6Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:info@thewebdesign.mobi'); } );
});
// End Analytics


