jQuery(document).ready(function($){
	jQuery.fx.off = false;
	/*$("#NavbarHeaderElementNo3 h1").html('&nbsp;');
	//ajax	
	$("#remoteKeywords").load("http://shop.anomis.de/epages/10045749.sf/de_DE/?ObjectPath=/Shops/10045749/Categories/Topkeywords #topKeywords", function(){
		$("a", this).each(function(){
			var href = $(this).attr('href');
			//href = href.replace(/this_url/g, "");
			$(this).attr('href', 'http://www.anomis.de/' + href);
		});
	});
    
	$(".InputField.SearchForm input[type=image]").attr('src', 'http://www.anomis.de/images/layout/input-submitimg.png');
	*/
    // noSpam
    noSpam();
});
