<!--
// Site Alert / Information
// sample alert: "<p class='alert'>This is a test Alert from <b>Joao P. Tavares</b></p>"
// Sample Alert: "<p class='info'>Thinking of adopting an animal over the holidays? Rescue responsibly at a 
// <a href='http://www.mass.gov/agr/docs/ag_day_program.pdf'>Save the Date! March 10th - Agriculture Day at the Statehouse</a></p>";
// sample Alert: "<p class='info'><a href='http://www.mass.gov/agr/animalhealth/rabies/vaccinationclinics.htm'><b>Take advantage of low-cost // rabies vaccination clinics in your area!</b></a></p>";
// agday alert: "<p class='info'><a href='http://www.thebige.com/fair/'><b>Come Join Us Massachusetts Day (Sept. 24th) at the Big E!</b></a></p>";
var alertMessage = "";

// Main Menu Items For All Pages
mainMenu = new Array(); 
index = 0; 

mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/index.htm' target=''>Home</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/about/index.htm' target=''>About</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/bureaus.htm' target=''>Divisions</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/programs/index.htm' target=''>Programs</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/massgrown/index.htm' target=''>MassGrown</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/events/index.htm' target=''>Calendar</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/about/directions.htm' target=''>Contact Us</a>"
mainMenu[index++] = "<a class='topmenubar' href='http://www.mass.gov/agr/index_a_z.htm' target=''><span class='siteindex'>[ A - Z Index ]</span></a>"

// Start of  Calendar Items
var january = {};
january.Winner		= "Name of Winner"
january.Text		= "Description of Photo"

var february = {};
february.Winner		= "Name of Winner"
february.Text		= "Description of Photo"

var march = {};
march.Winner	= "Name of Winner"
march.Text		= "Description of Photo"

var april = {};
april.Winner	= "Name of Winner"
april.Text		= "Description of Photo"

var may = {};
may.Winner		= "Name of Winner"
may.Text		= "Description of Photo"

var june = {};
june.Winner		= "Name of Winner"
june.Text		= "Description of Photo"

var july = {};
july.Winner		= "Name of Winner"
july.Text		= "Description of Photo"

var august = {};
august.Winner	= "Name of Winner"
august.Text		= "Description of Photo"

var september = {};
september.Winner	= "Name of Winner"
september.Text		= "Description of Photo"

var october = {};
october.Winner		= "Name of Winner"
october.Text		= "Description of Photo"

var november = {};
november.Winner		= "Bernie Kubiak"
november.Text		= "Taken at Yazwinski's Farm, Deerfield"

var december = {};
december.Winner		= "Casey Vandervalk"
december.Text		= "Christmas Tree Shop at Vandervalk Farm, Mendon"
-->