/**
 * mg@powerflasher.de 06.03.2007
 */
function Config(){

	this.home = "kohl.de/";
	this.webroot = "/";
	this.address = window.location.href;
	this.mainContents = ["pkw","motorrad","erlebniswelt"]; // != global

}