Config = function()
{
	this.fromFile = false;
	this.contentFolder = "published/"
	this.startpage = "IMG_0009";
}

var config = new Config();