

$(document).ready(function(){

	$("#opendag").fadeIn();

	$("#opendag").click(function() {
		$(this).fadeOut();
	});
});
