Config = function()
{
	this.fromFile = false;
	this.contentFolder = "published/"
}

var config = new Config();
