$(document).ready( function() {
	/*	$('body').css({background: 'url("http://www.campingland-guenzburg.de/images/gras.jpg")'}); */
																
		 var a = new Date();
		 var b = a.getFullYear();
		 var c = a.getMonth()+1;
		 var d = a.getDate();
		 if(c < 10){c = '0'+c;} 
		 if(d < 10){d = '0'+d;}
		 var zeit = b+''+c+''+d;
		 if (zeit > "20110903") {
			 $("#ausstellung").hide();
		 } else {
			 $('#ausstellung').html('<img src="/images/skybann_Hausmesse_10-2011.jpg" border="0" style="margin-bottom: 15px;" />');
		 }
		 if (zeit > "20111204") {
			 $(".sommer").hide();
			 $('.winter').show();
		 } else {
			 $('.sommer').show();
			 $(".winter").hide();
		 }
		
		$('#facebook').html('<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FCampingland-G%25C3%25BCnzburg%2F193089424046420&amp;width=198&amp;colorscheme=light&amp;show_faces=false&amp;stream=false&amp;header=false&amp;height=90" scrolling="no" frameborder="0" style="border:1px solid #b9b9b9; overflow:hidden; width:198px; height:90px;" allowTransparency="true"></iframe>');
								 
		$('.fahrzeug:eq(0) .smallpic img').hover(function(){
				$(this).css({ 'cursor': 'pointer'});
				var pic = $(this).attr('src');
				$(".bigpic:eq(0) img").attr('src', pic);
		})
		$('.fahrzeug:eq(1) .smallpic img').hover(function(){
				$(this).css({ 'cursor': 'pointer'});
				var pic = $(this).attr('src');
				$(".bigpic:eq(1) img").attr('src', pic);
		})
		$('.fahrzeug:eq(2) .smallpic img').hover(function(){
				$(this).css({ 'cursor': 'pointer'});
				var pic = $(this).attr('src');
				$(".bigpic:eq(2) img").attr('src', pic);
		})
		
		
		
		$('form').hide();
		$(':header:contains(Kontakt)').hide();
		$('a:contains(eintragen)').hide();
			
		 
	/*	 $('#rightouter').append('<a href="http://www.movera.com/shop.html" target="_blank"><img src="images/movera_logo.jpg" border="0" width="180"></a><br><br>');
		 $('#rightouter').append('<a href="http://www.frankana.de/opencms/index.html" target="_blank"><img src="images/frankana_logo.jpg" border="0" width="180"></a><br><br>');
		 $('#rightouter').append('<a href="http://www.reimo.com/de/startseite/startseite.html" target="_blank"><img src="images/reimo_logo.jpg" border="0" width="180"></a><br><br>');
		 $('#rightouter').append('<a href="http://www.fritz-berger.de/fbonline/__shop__/category/fritzberger_katalog/Wohnwagenvorzelte/detail.jsf" target="_blank"><img src="/images/berger_logo2.jpg" border="0" width="180"></a><br><br>'); */
}); 
