			function marketslide () {
				new Effect.SlideDown("morph",{duration:1});
				jQuery('.thema-bluetengarten').animate({top: '+=31'}, 1000);
				jQuery('.thema-grill-pool').animate({top: '+=31'}, 1000);
				jQuery('.thema-steingarten').animate({top: '+=31'}, 1000);

				/*
				document.getElementsByClassName('thema_grillen')[0].style.top='31px'
				document.getElementsByClassName('thema_garten')[0].style.top='31px'
				document.getElementsByClassName('thema_balkon')[0].style.top='31px'
				*/
			}

			var newurl = window.location.href;
			if (newurl.indexOf("www.praktiker.de") > 1 && (newurl.indexOf("/sommer/") > 1 || newurl.indexOf("/fruehjahr/") > 1) ) {
				window.location.href = newurl.replace(/www.praktiker.de/, "www.praktiker-markt.de");
			} else if (newurl.indexOf("/fruehjahr/") > 1 || newurl.indexOf("/herbst/") > 1) || newurl.indexOf("/winter/") > 1)) {
				window.location.href = "http://www.praktiker-markt.de/pb/site/sommer/node/525773/Lde/index.html";
			}
