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

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

}