$(document).ready(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
	
	var h = $(".content").height()
//	$(".links").height(h)
//	$(".rechts").height(h)

	$(".spronkels").click(function() {
		document.location.href = 'spronkels.asp'
	})

	//$('.fadein').shuffle();
	//$('.rotate').shuffle();

//	$('.resultaten:odd').css("background-color","#F3F3F3");

	$('.fadein img:gt(0)').hide();
		setInterval(function(){$('.fadein :first-child').fadeOut("slow").next('img').fadeIn("slow").end().appendTo('.fadein');}, 3000);
	
	if($("h1[class!='titel']").length !== 0) {
		$("h1[class='titel']").hide();
	}
	
	$(".faq").click(function(){
		var id = $(this).attr("rel");
		$(".faq").each(function(){
			$("p.antw[rel!='" + id + "']").slideUp();
		});
		// $(this).closest("p").slideDown();
		
	});
	
});
