
// 	Establishing Years and Number of Inspections Variables
// 
//	1.  Copy the first code in a new file, save it as validation.js
//  	2.  Include the .js file in the HEAD of your HTML document
//<script language="JavaScript" src="validation.js"></script>
// These settings apply to kent.html and contest.html
//Winning # should be 8 digits
var varYears	= "22";
var varInspections = "132,000";
var varWinningNumber = "87727539";
