// Put all your lovely jQuery / Javascript goodies right down here.

// Cufon
Cufon.replace('.banner h1', { fontFamily: 'Techno' });

$(document).ready(function(){

	$('#left-col ul').innerfade({
		type: 'random',
	    speed: 1200,
	    timeout: 6000,
	    containerheight: '609px'
	});
	
	$('#img-panel ul').innerfade({
		type: 'random',
	    speed: 1200,
	    timeout: 4500,
	    containerheight: '270px'
	});
    
    

    
    $("#default-search").DefaultValue("Zoek naar onderwerp...");
    
    $(".photo-album .event").click(function(){
		   window.location=$(this).find("a").attr("href");return false;
	});
	
	
    
    //$("#menu li").hover(function() {
    //	$('.menu-items').stop().animate({ height: "115" }, 200);
    //}, function() {
    //	$('.menu-items').stop().animate({ height: "0" }, 100);
    //});
    
});
