var pfpLinks = $('div.pfp a').click(function(){
	var splitThis = $(this).attr('href').split('?');
	var newUrl = '/fiche_select2.asp?'+splitThis[1];
	$(this).attr({href:newUrl});
});