var params = {
	
	//Progressbar
	//set the current stat in % (0-100) //This is useless if you set a startDate
	currentState: 94,
	
	//set the Date to a GMT/UTC
	//format: mm/dd/yyyy hh:mm:ss GMT  //If you set a startDate the currenState value gets calculated
	startDate: false,
	//startDate: false,  //Set startDate to false to use the currentState value
	//format: mm/dd/yyyy hh:mm:ss GMT
	targetDate: '02/13/2012 10:00:00 GMT',
	
	//redirect when targetDate is reached (a url like http://www.google.com)
	redirectto: false,
	
	//increase for slower progressbar animation
	steps: 180,
	
	
	//Some dynamic text can be modified here
	texts: {
		emailstatus: 'Neugierig? ... einfach E-Mail hinterlassen!',
		emailinvalid: 'oops, deine E-Mail Adresse scheint nicht richtig zu sein ;-(',
		emailok: 'ok, Deine E-Mail Adresse ist in Ordnung, klick auf Submit!',
		emailwait: 'einen Augenblick...',
		emailadded: "Danke, wir folgen Deinem Wunsch, sobald es was neues gibt melden wir uns!",
		emailaddfail: "oops, irgend etwas ist nicht in Ordnung! Probiers später nochmal!",
		contactforminvalidemail: 'oops, Deine Email ist scheint nicht richtig zu sein',
		contactforminvalid: 'Bitte alle Felder ausfüllen!Danke :-)',
		contactformwait: 'einen Augenblick...',
		contactformadded: "Danke für Dein Interesse! Wir melden uns so schnell als möglich!",
		contactformaddfail: "oops, irgend etwas ist nicht in Ordnung! Probiers später nochmal!",
		days:'Tage',
        day:'Tag',
        hours:'Stunden',
        hour:'Stunde',
        minutes:'Minuten',
        minute:'Minute',
        seconds:'Sekunden',
        second:'Sekunde'
	}
	
};
