	var $buoop = {vs:{i:6,f:2,o:10.5,s:2,n:9}} 
	$buoop.ol = window.onload; 
	window.onload=function(){ 
	 if ($buoop.ol) $buoop.ol(); 
	 var e = document.createElement("script"); 
	 e.setAttribute("type", "text/javascript"); 
	 e.setAttribute("src", "http://browser-update.org/update.js"); 
	 document.body.appendChild(e); 
	} 		
jQuery(document).ready(function () {
				jQuery('#slideshow').crossSlide({
				  sleep: 1,
				  fade: 1
				}, [
				  { src: '/sites/all/themes/birdie/galerie/1.jpg' },
				  { src: '/sites/all/themes/birdie/galerie/2.jpg' },
				  { src: '/sites/all/themes/birdie/galerie/3.jpg' },
				  { src: '/sites/all/themes/birdie/galerie/4.jpg' },
				  { src: '/sites/all/themes/birdie/galerie/5.jpg' },
				  { src: '/sites/all/themes/birdie/galerie/6.jpg' }
				]);
				var defaultValue = "Suche";
				$('#edit-search-theme-form-1').val(defaultValue);
				
				$('#edit-search-theme-form-1').click(function() {
				    if (this.value == defaultValue) {
				      this.value = '';
				    }
				  });
				  $('#edit-search-theme-form-1').blur(function() {
				    if (this.value == '') {
				      this.value = defaultValue;
				    }
				  });
				
				  
				  jQuery("#block-block-3 li:last").css('margin-right', '0');
				jQuery('.module_textblock table').css("height","200px");				  
			});

