
$(document).ready(function()
{	

	// fehlerhafte Bilder ersetzen
	$('img.cross_selling').
	error(function() {
        $(this).attr('src', '/images/product_images/notfound.png');
	});	
});
