$(document).ready(function(){

	
	(function(){
	    $("#slide1").fadeIn(400).delay(1500).slideUp(300);
		$("#slide2").delay(2200).fadeIn(400).delay(4000).slideUp(300);
		
	    setTimeout(arguments.callee, 7200);
	})();
	
	$("#home_banner").click(function(){
	     window.location=$(this).find("a").attr("href");
	     return false;
	});
	
	/*
	$().prettyPhoto({
		theme: 'facebook'
	})
    api_images = ['wp-content/themes/swetsodv/img/kerst.png'];
    api_titles = ['Prettige feestdagen!'];
    api_descriptions = [];
    $.prettyPhoto.open(api_images,api_titles);
    */

});

