jQuery(document).ready(function () {
				
	$('#player2').attr('style','display:none;')
				flowplayer("player", "/sites/all/themes/hanseaticweb/Player_files/flowplayer-3.2.7.swf",{
					// change the default controlbar to tube
					plugins: {
						controls: null 
					}
				});
				 /*window.setTimeout('startvideo2()', 14000);*/

			    // window.setTimeout('start()', 14000);
				
			});

var i = 0;
function startvideo2(){
	$('#player').attr('style','display:none;')
	flowplayer("player2", "/sites/all/themes/hanseaticweb/Player_files/flowplayer-3.2.7.swf",{
		// change the default controlbar to tube
		plugins: {
			controls: null 
		}
	});

}	
	
	
function start(){
	//window.location.href = "http://harem.testlink.info/de/content/home";
	$('#introshow').css("display","none");
	// $('#introshow').hide('slow');
	
	$('body').css("background","#FFFFFF url(/sites/all/themes/hanseaticweb/image/wrapper.jpg) repeat scroll 0 0");
	$('#body_content').css("background","transparent url(/sites/all/themes/hanseaticweb/image/repeaty.jpg) repeat-y scroll left top");
	
	$('#body_content > div').css("background","transparent url(/sites/all/themes/hanseaticweb/image/bg-mit-farbigem-logo-ohne-b.jpg) no-repeat scroll left top");
	$('.intro .spacer').css("height","589px");
	
	$('#navi').show('slow');
	$('#footer_layer').show('slow');
	$('#icon1').show('slow');
	$('#icon2').show('slow');
 
	// $('#body_content > div').animate({
	//     background: "url(/sites/all/themes/hanseaticweb/image/bg.jpg)"
	//   }, 3000, function() {
	//     // Animation complete.
	//      // $(this).hide();  
	//   }); 
	//window.setInterval('slide()', 3500);
	jQuery('#slideshow').crossSlide({
		sleep: 2,
		fade: 2
		}, [
		    	{ src: '/sites/all/themes/hanseaticweb/galerie/01.jpg' },
		    	{ src: '/sites/all/themes/hanseaticweb/galerie/02.jpg' },
		    	{ src: '/sites/all/themes/hanseaticweb/galerie/03.jpg' },
		    	{ src: '/sites/all/themes/hanseaticweb/galerie/04.jpg' },
		    	{ src: '/sites/all/themes/hanseaticweb/galerie/05.jpg' } 
		]);
}

function slide() {
	if (i >= 6 ){
		i = 1;
	}else{
		i = i + 1;
	}
	
	
	$('#body_content > div').css("background","transparent url(/sites/all/themes/hanseaticweb/image/"+i+"s.jpg) no-repeat scroll left top");
	//$('#body_content > div').animate({
	//    opacity: 0.25,
	//  }, 1000, function() {
		  //$('#body_content > div').css("background","transparent url(/sites/all/themes/hanseaticweb/image/bg-ringfoto"+i+".jpg) no-repeat scroll left top").fadeIn('slow');
	
		/*
			$('#body_content > div').fadeOut( 'slow', function(){
			$('#body_content > div').removeClass().addClass('bg'+i).fadeIn('slow');
		   })
		  
		*/  
	//	  $('#body_content > div').css("opacity",1);
	//  });
	

}
