jQuery(document).ready(function () {         

	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
	var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
	if (ieversion<=6){
	jQuery('#body_content').empty();
	jQuery('#body_content').append('<p class="paragraph_style" style="padding-top: 0pt;">FŸr eine <span class="style">optimale</span> Darstellung Ihrer Webseite und <span class="style">sicheres, schnelles und stabiles</span> Surfen im Internet nutzen Sie bitte die aktuellsten Browser. Nachfolgend die Links fŸr die <span class="style_1">kostenlose</span> Aktualisierung Ihrer Browser, falls notwendig.<br/></p><p><a href="http://www.mozilla-europe.org/de/firefox/" title="http://www.mozilla-europe.org/de/firefox/" style="">MOZILLA FIREFOX</a></p><p><a href="http://www.microsoft.com/germany/windows/internet-explorer/" title="http://www.microsoft.com/germany/windows/internet-explorer/" style="">INTERNET EXPLORER</a></p>');
	}else   { 
	  start(); 
	  }  
	}else{ 
	  start();
	  }
	});               

	function start(){
	/*************************************************************************
	 * hier kommt dein Code hinein*******************************************/
	 jQuery('#slideshow').crossSlide({
				  sleep: 3,
				  fade: 2
				}, [
				  { src: 'themes/atil/galerie/1.jpg' },
				  { src: 'themes/atil/galerie/2.jpg' },
				  { src: 'themes/atil/galerie/3.jpg' },
				  { src: 'themes/atil/galerie/4.jpg' },
				  { src: 'themes/atil/galerie/5.jpg' },
				  { src: 'themes/atil/galerie/6.jpg' }
				]); 
	
	/*************************************************************************
	 *************************************************************************/


	$('.typography a').each(
			function(index) {
				if($(this).find("img").length!=0){
					$(this).addClass("typographya");
					
				}
			  }
		)

	if(document.URL.indexOf("ber-uns")!= -1 || document.URL.indexOf("360-panorama")!= -1) {
		
	}else{
		ScrollLoad ("scrollholder", "scroll", false);
	}
	}



