$(function(){
	$('table.stripe tr:even').css('background-color','#eeeeee');
	$('table.stripe tr:odd').css('background-color','#cccccc');
});

$(function(){
	$('td.shopTtlBtn').find('a').click(function(){
		$(this).attr('href', $(this).attr('href').replace('http://www.netz-fonte.net/map/shop/index.html','/shop/map/index.html'));
	});
});
