// The date that quiz 1 has to show
// Format yyyymmdd
// Quiz 2 = date + 1
// Gaat het goed bij nieuwjaar??
function StartQuizAt()
{
    return 20080401;
}

