var params = {

    //Progressbar
    //set the current stat in % (0-100)
    currentState: 93,
    //set the Date to a GMT/UTC
    //format: dd/mm/yyyy hh:mm:ss GMT
    targetDate: '06/27/2011 23:59:59 GMT',

    //redirect when targetDate is reached (a url like http://www.google.com)
    redirectto: '',


   	//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: 'Suscríbete a nuestra newsletter',
        emailinvalid: '¡oops, al parecer tu email no es válido!',
        emailok: 'ok, tu email parece correcto, ¡haz clic en enviar!',
        emailwait: 'Por favor espera...',
        emailadded: "Gracias, lo tenemos. te enviaremos un email cuando inauguremos la web",
        emailaddfail: "¡oops, parece que hay algún problema! ¡por favor prueba más tarde!",
        contactforminvalid: '¡Por favor rellena todos los campos!',
        contactformwait: 'Por favor espera...',
        contactformadded: "¡Gracias por tu interes! ¡Nos pondremos en contacto muy pronto!",
        contactformaddfail: "¡oops, parece que hay algún problema! ¡por favor prueba más tarde!"
    }

};



