<!--
// The following represents the point against which age validation will occur:
// Enter parameters representing the start date of the sweepstakes or event
// OR put NO parameters for "at time of entry"
eventStartDate = new Date("March 17, 2003");
requiredAgeInYears = 13;
useTimeOfEntry = true;
// true to be "requiredAgeInYears" by actual date of form submission
// or false to be "requiredAgeInYears" by eventStartDate
// -->
