var params = {
	
	//Progressbar
	//set the current stat in % (0-100) //This is useless if you set a startDate
	currentState: 77,
	
	//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: '018/01/2012 00:00:00 GMT',
	//startDate: false,  //Set startDate to false to use the currentState value
	//format: mm/dd/yyyy hh:mm:ss GMT
	targetDate: '1/03/2012 23:59:59 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: 'excribe tu email para suscribirte',
		emailinvalid: 'oops, parece que tu dirección de email no es válida',
		emailok: 'ok, tu email es correcto, haz click en enviar!',
		emailwait: 'porfavor espera...',
		emailadded: "gracias, nosotros te avisaremos de nuestra apertura",
		emailaddfail: "oops, parece que hay algo incorrecto, porfavor intentalo más tarde.",
		contactforminvalidemail: 'oops, parece que tu dirección de email no es válida.',
		contactforminvalid: 'porfavor rellene todos los campos',
		contactformwait: 'porfavor espera...',
		contactformadded: "Gracias por tu interés, nos pondremos en contacto contigo pronto.",
		contactformaddfail: "oops, parece que hay algo incorrecto, porfavor intentalo más tarde.",
		days:'días',
		day:'día',
		hours:'horas',
		hour:'hora',
		minutes:'minutos',
		minute:'minuto',
		seconds:'segundos',
		second:'segundo'
	}
	
};
