$(document).ready(function(){
	if($.browser.mozilla)
	{
		$("#lageplan").hover(
			function()
			{
				$(this).animate( { opacity:"1.0"}, 600 );
			},
			function()
			{
				$(this).animate( { opacity:"0.6"}, 300 );
			}
		);
	}
	$("a[rel='Image']").colorbox({transition:"elastic", speed:500, opacity:0.85, current:"{current} von {total}"});
	$.ajax(
		{
			type: 'GET',
			url: 'http://www.google-analytics.com/ga.js',
			success:
			function() {
				var pageTracker = _gat._getTracker('UA-596270-4');
				pageTracker._trackPageview();
			},
			dataType: 'script',
			cache: true
		}
	);
});

