var params = {
	
	//Progressbar
	//set the current stat in % (0-100) //This is useless if you set a startDate
	currentState: 40,
	
	//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: '08/27/2011 00:00:00 GMT',
	//startDate: false,  //Set startDate to false to use the currentState value
	//format: mm/dd/yyyy hh:mm:ss GMT
	targetDate: '09/27/2011 09: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: 'enter your email to subscribe',
		emailinvalid: 'oops, parece que tu correo no es valido!',
		emailok: 'ok, your email looks fine, click submit!',
		emailwait: 'por favor espera...',
		emailadded: "gracias, respondere en cuanto antes tu correo",
		emailaddfail: "oops, it seems there is something wrong! please try again later!",
		contactforminvalidemail: 'oops, it seems your email address is not valid!',
		contactforminvalid: 'todos los campos son requeridos!',
		contactformwait: 'por favor espera...',
		contactformadded: "gracias por tu interes! te respondere en cuanto antes!",
		contactformaddfail: "oops, no se puedo enviar tu correo! intenta nuevamente por favor!",
		days:'dias',
		day:'dia',
		hours:'horas',
		hour:'hora',
		minutes:'minutos',
		minute:'minuto',
		seconds:'segundos',
		second:'segundo'
	}
	
};
