

function gestaltung()
	{
	var z = top.location;
	a = new Array("http://www.adconsultare.de","http://www.adconsultare.de/","http://www.adconsultare.de/Produkte/index.html","http://www.adconsultare.de/index.html","http://www.adconsultare.de/History/index.html","http://www.adconsultare.de/Impressum/index.html","http://www.adconsultare.de/Kontakt/index.html")
	for (var j=0; j < a.length; ++j) if (a[j]==z) system.exit(1);
	window.open("http://www.adconsultare.de/index.html","test");
	}

