$(document).ready(function(){

	$('#referentie, .nieuws, .workshop').cycle({ 
		fx: 'fade', 
    speed:    1500, 
    timeout:  7500  
	});

	$("#links div, #actueel div, #actie div div").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});

	$("a[@href$=pdf]").addClass("pdf").attr({ target: "_blank" });

	$("a[@href$=zip]").addClass("zip").attr({ target: "_blank" });

	$("a[@href$=psd]").addClass("psd").attr({ target: "_blank" });
	
	$("a[@href^='http']").attr('target','_blank')
		.addClass("external")
		.attr({ target: "_blank" });

});
