// Parameters.

// Cookie name
// Change HypertextName to a name representing your hypertext.
// This name cannot include spaces, commas, or semicolons.

histCookieName = "Groceries"

// Total number of nodes in the hypertext
// Change 0 to the number of nodes in your hypertext.

totalNodes = 21

spagbol = ["garlic.htm", "toms.htm", "season.htm", "mushrooms.htm", "onions.htm", "beef.htm", "spaghetti.htm"]
salad = ["pepper.htm", "lettuce.htm", "cucumber.htm"]
surprise = ["sugar.htm", "caster.htm", "srflour.htm", "custard.htm", "margarine.htm", "peaches.htm"]
all = ["garlic.htm", "toms.htm", "season.htm", "mushrooms.htm", "onions.htm", "beef.htm", "spaghetti.htm", "pepper.htm", "lettuce.htm", "cucumber.htm", "sugar.htm", "caster.htm", "srflour.htm", "custard.htm", "margarine.htm", "peaches.htm"]

fileExtension = "htm"
