function se3bookmark() {
	if (document.all) window.external.AddFavorite('http://www.cvenvacaturebank.nl/','CV&VacatureBank.nl'); else alert('U browser ondersteund deze functie niet');
}

$(document).ready(function(){
	$('.informatie').mouseover(function(){
		$(this).find("span").css("visibility","visible");
	});
	$('.informatie').mouseleave(function(){
		$(this).find("span").css("visibility","hidden");
	});
});

