$(document).ready (function ()
{
	$(".bilderrechts img, .bilderlinks img").css({ cursor:"pointer"});
	$("div.grossbild").css({position:"absolute", top:"150px"});	
	$(".bilderlinks div.grossbild").css({marginLeft:"100px"});
	$(".bilderrechts div.grossbild").css({marginLeft:"-350px"});

	$("img#fernsehturm_klein").click(function(){
		$("div#fernsehturm").fadeIn("slow");	    
	})
	$("img#stadtpark_klein").click(function(){
		$("div#stadtpark").fadeIn("slow");	    
	})	
	$("img#hafen_klein").click(function(){
		$("div#hafen").fadeIn("slow");   
	})
	$("img#elbe_klein").click(function(){
		$("div#elbe").fadeIn("slow");   
	})
	$("img#alster_klein").click(function(){
		$("div#alster").fadeIn("slow");
	})
	$("img#jenisch_klein").click(function(){
		$("div#jenisch").fadeIn("slow");	    
	})
	$("img#hamburgerdom_klein").click(function(){
		$("div#hamburgerdom").fadeIn("slow");    
	})
	$("img#michel_klein").click(function(){
		$("div#michel").fadeIn("slow");  
	})
	$("img#ballone_klein").click(function(){
		$("div#ballone").fadeIn("slow");  
	})
	$("img#airbusse_klein").click(function(){
		$("div#airbusse").fadeIn("slow");  
	})
	$("img#capsandiego_klein").click(function(){
		$("div#capsandiego").fadeIn("slow");
	})
	
	$("div.grossbild").click(function(){
		$(".bilderrechts div, .bilderlinks div").fadeOut("slow");
    });

	$(":submit").click(function () {
	  var linktext="";
	  var linkindex = $(":input").index($(this));
	  var analyticskennung="Startseite: Umfrage Submit geklickt";	
      pageTracker._trackPageview(analyticskennung);
    });
	  
	$("a#facebooklink[href^='http://']").attr('target', '_blank');  
	$("a#deliciouslink[href^='http://']").attr('target', '_blank');   
	$("a#wonglink[href^='http://']").attr('target', '_blank');	  
	  
});