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


