jQuery(document).ready(function(){
	jQuery('#profiel_aanvullen').button(); 
	jQuery('#profiel_aanvullen').click(function(){
		location.href='/mijngegevens.php';
	});
	
	jQuery('#aanmeld_uitgelogd').click(function(){
		location.href='/aanmelden.php';
	});
	jQuery('#spaar_uitgelogd').click(function(){
		location.href='/static/faq.html#sparen';
	});
	jQuery('#verzilver_uitgelogd').click(function(){
		location.href='/static/faq.html#uitbetalen';
	});

});
