$(document).ready(function() {
	// change the first a href which ends with 187 to www.rissepersoneel.nl
	$('a[href$="203"]:first').attr("href", "http://www.rissepersoneel.nl/");
	
});
