$(document).ready(function(){

	$("#searchResults a").each(function(){
		if ($(this).attr('href') == "http://www.hubermedia.de/") {
			$(this).remove();
		} // if											
	});

});
