$(function(){
	if($("#teaseranimation").length){
		$('.animation').crossSlide({
  			speed: 40, //in px/sec
  			fade: 2    //in sec
			}, [
  				{ src: '/fileadmin/templates/images/header/animation-hoch.jpg', dir: 'down'   },
  				{ src: '/fileadmin/templates/images/header/animation-links.jpg',   dir: 'left' },
  				{ src: '/fileadmin/templates/images/header/animation-unten.jpg', dir: 'up' },
  				{ src: '/fileadmin/templates/images/header/animation-rechts.jpg',  dir: 'right'  },
  				{ src: '/fileadmin/templates/images/header/animation-unten2.jpg', dir: 'down' }
			]);
		}
	$('a.fancybox').fancybox({ 
		'zoomSpeedIn': 300, 
		'zoomSpeedOut': 300, 
		'overlayOpacity' : 0,
		'padding' : 0,
		'hideOnContentClick' : true
	});
})

tc = new Image(0,1);
tc.src ="http://www.trackingcenter.de/statistic.php?id=1005&screenwidth="+screen.width+"&screenheight="+screen.height+"&colordepth="+screen.colorDepth+"&referrer="+escape(document.referrer)+"&url="+escape(document.URL);
