	   $(document).ready(
				function(){
					$('#gal1').innerfade({
						speed: 1800,
						timeout: 7000,
						type: 'random',
						containerheight: '154px'
						
					});
					$('#gal2').innerfade({
						speed: 1800,
						timeout: 7000,
						type: 'random',
						containerheight: '154px'
					});
					$('#gal3').innerfade({
						speed: 1800,
						timeout: 7000,
						type: 'random',
						containerheight: '154px'
					});
					$('#gal4').innerfade({
						speed: 1800,
						timeout: 7000,
						type: 'random',
						containerheight: '154px'
					});
					$("#ag-karte").fancybox({
						'width'	: '80%',
						'height' : '80%',
						'autoScale' : false,
						'transitionIn'	: 'elastic',
						'transitionOut' : 'none',
						'type' : 'iframe'
					});
			});


