/* The following will generate a random number between 1 and 100. var numRand = Math.floor(Math.random()*101);
Top of the page