$(document).ready(function(){ 
	$(document).pngFix(); 
	
	$('.top_content_image_back').click(function() {
		history.back();
	});
	
	$('#logo').click(function() {
		window.location.href = 'http://kic.nisb.nl/site';
	})
	var vandaag = new Date();
	
	$("#kalender").calendar({ year: vandaag.getFullYear(), month: vandaag.getMonth(), current: new Date() });
	
	$('a[href$="/site/agenda/datum/2010-03-10"]').css({'font-weight':'bold', 'color':'#660066'});
	
}); 


