$(document).ready(function(){
	$('#imgVerzendmethode').hover(function() {
		$(this).attr('src', '../images/verzendmethode_enabled.png');								   
	},
	function() {
		$(this).attr('src', '../images/verzendmethode_disabled.png');
	});
});
