
var params = {
    currentState: 77,
    targetDate: '3/31/2011 23:59:59 GMT',
    redirectto: '',
    currentState: Math.round(Math.random() * 70 + 30),
    steps: 150,
    texts: {
        emailstatus: 'enter your email to subscribe',
        emailinvalid: 'oops, it seems your email address is not valid!',
        emailok: 'ok, your email looks fine, click submit!',
        emailwait: 'please wait...',
        emailadded: "thanks, we got you! we will email you on launch",
        emailaddfail: "oops, it seems there is something wrong! please try again later!",
        contactforminvalid: 'please provide all fields!',
        contactformwait: 'please wait...',
        contactformadded: "thanks for your interest! we will contact you soon!",
        contactformaddfail: "oops, it seems there is something wrong! please try again later!"
    }
};

