$(document).ready(function() {
	$('form[name="EWSuche2"] img:first').each(function(){
		var source = $(this).attr('src');
		$(this).attr('src', source.replace(/http\:\/\/www\.ehrenamtnet\.de/gi, 'http://212.117.70.153'));
	});
	
	$("#content table tbody tr:odd").addClass("odd");
});


