var params = {
	
	//Progressbar
	//set the current stat in % (0-100) //This is useless if you set a startDate
	currentState: 100,
	
	//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: '10/30/2011 18:20:00 GMT',
	//startDate: false,  //Set startDate to false to use the currentState value
	//format: mm/dd/yyyy hh:mm:ss GMT
	targetDate: '02/18/2012 12: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: 'Informacja o starcie bitwy - wpisz e-maila swego',
		emailinvalid: 'Adres e-mail niepoprawny lub nie wprowadzony - popraw!',
		emailok: 'ok, adres e-mail wyglada dobrze, kliknij wyslij!',
		emailwait: 'Prosze czekac...',
		emailadded: "Dziekujemy, mamy twoj e-mail! Poinformujemy Ciebie jak tylko strona ruszy",
		emailaddfail: "Rekonfiguracja serwera, prosze sprobuj pozniej!",
		contactforminvalidemail: 'Adres e-mail niepoprawny lub nie wprowadzony!',
		contactforminvalid: 'Prosze wypelnij wszystkie pola!',
		contactformwait: 'Prosze czekac...',
		contactformadded: "Dziekujemy za twoje zainteresowanie, skontaktujemy sie z Toba niebawem!",
		contactformaddfail: "Rekonfiguracja serwera, prosze sprobuj pozniej!",
		days:'dni',
		day:'dzien',
		hours:'godzin',
		hour:'godzina',
		minutes:'minut',
		minute:'minuta',
		seconds:'sekund',
		second:'sekunda'
	}
	
};
