
		if(document.location.href.indexOf('www.steigerwald.de')==-1)
		{    
			if (document.location.port != '')
			{
				//alert(document.location.protocol + '//www.steigerwald.de:' + document.location.port + document.location.pathname + document.location.search);
				document.location.replace(document.location.protocol + '//www.steigerwald.de:' + document.location.port + document.location.pathname + document.location.search);
			}
			else
			{
				//alert(document.location.protocol + '//www.steigerwald.de' + document.location.pathname + document.location.search);
				document.location.replace(document.location.protocol + '//www.steigerwald.de' + document.location.pathname + document.location.search);
		
			}
		}


