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