var params = {
	
	//Progressbar
	//set the current stat in % (0-100) //This is useless if you set a startDate
	currentState: 99,
	
	//set the Date to a GMT/UTC
	//format: mm/dd/yyyy hh:mm:ss GMT  //If you set a startDate the currentState value gets calculated
	startDate: '01/21/2012 18:00:00 GMT',
	startDate: false,  //Set startDate to false to use the currentState value
	//format: mm/dd/yyyy hh:mm:ss GMT
	targetDate: '02/05/2012 22:00:00 GMT',
	
	//redirect when targetDate is reached (a url like http://www.google.com)
	redirectto: '',
	
	/* This Block is just for some random demonstration. delete it! */
	//currentState: Math.round(Math.random() * 70 + 30),
	//targetDate: (new Date(new Date().getFullYear(),new Date().getMonth(),new Date().getDate()+1,new Date().getHours(),new Date().getMinutes(),new Date().getSeconds()+3)),
	/* delete until here */
	
	//increase for slower progressbar animation
	steps: 150,
	
	
	//Some dynamic text can be modified here
	texts: {
		emailstatus: 'Voer een geldig e-mailadres in.',
		emailinvalid: 'Er is een ongeldig e-mailadres ingevuld.',
		emailok: 'E-mailadres is geldig!',
		emailwait: 'Verzenden...',
		emailadded: "Bedankt! U hoort zo snel mogelijk van ons!",
		emailaddfail: "Er is iets misgegaan, probeer het later opnieuw.",
		contactforminvalidemail: 'Er is een ongeldig e-mailadres ingevuld.',
		contactforminvalid: 'Niet alle velden zijn ingevuld! Probeer het nog eens.',
		contactformwait: 'Bedankt voor uw bericht. Een reactie volgt zo snel mogelijk!',
		contactformadded: "Bedankt voor uw bericht. Een reactie volgt zo snel mogelijk!",
		contactformaddfail: "Er is iets misgegaan, probeer het later opnieuw.",
		days:'dagen',
		day:'dag',
		hours:'uur',
		hour:'uur',
		minutes:'minuten',
		minute:'minuut',
		seconds:'seconden',
		second:'seconden'
	}
	
};
