<!--
// Spotlight entried to be randomly presented to the users.
spotlight = new Array(); 
index = 0;

spotlight[index++] = "<a href='http://www.mass.gov/cqp' target=''><img src='http://www.mass.gov/agr/images/cqp-spotlight.jpg' alt='Commonwealth Quality Logo' border='0' /><br>Commonwealth Quality</a>"
spotlight[index++] = "<a href='http://www.mass.gov/massgrown/index.htm' target=''><img src='http://www.mass.gov/agr/images/massgrown_spotlight.gif' alt='Mass Grown Logo' border='0' /><br>Your Gateway to Local</a>"
spotlight[index++] = "<a href='http://www.mass.gov/agr/boards-commissions/mfpc.htm' target=''><img src='http://www.mass.gov/agr/images/fpc-spotlight.jpg' alt='Mass Food Policy Council' border='0' /><br>Mass Food Policy Council</a>"
spotlight[index++] = "<a href='http://www.mass.gov/agr/massgrown/faces-of-ag/index.htm' target=''><img src='http://www.mass.gov/agr/images/AgFaces1.jpg' alt='Faces of MA Agriculture' border='0' /><br>Faces of MA Agriculture</a>"
spotlight[index++] = "<a href='http://www.mass.gov/agr/massgrown/faces-of-ag/index.htm' target=''><img src='http://www.mass.gov/agr/images/AgFaces2.jpg' alt='Faces of MA Agriculture' border='0' /><br>Faces of MA Agriculture</a>"
spotlight[index++] = "<a href='http://environment.blog.state.ma.us/' target=''><img src='http://www.mass.gov/agr/images/the-great-outdoors.jpg' alt='The Great Outdoors Blog' border='0' /></a>"

// Division Specific Links for Subpages
agriculturalDevelopmentLinks = new Array(); 
index = 0; 

agriculturalDevelopmentLinks[index++] = "<li class='sidebarlinklist'><A href='http://mass.gov/agr/massgrown/index.htm'><B>Consumer Information<br><br></a>"
agriculturalDevelopmentLinks[index++] = "<li class='sidebarlinklist'><A href='http://www.mass.gov/agr/markets/index.htm'><B>Marketing Assistance<br><br></a>"


// Culinary Tourism Links
culinaryTourismLinks = new Array();
index = 0;

culinaryTourismLinks[index++] = "<hr><br><center><A href='http://mass.gov/agr/markets/culinary_tourism/docs/recipe-of-the-month.pdf'><b>July Recipe</b><br>Swiss Chard and Scape Frittata<br><br></a></center>"

// Produce Tips Links
produceTipsLinks = new Array();
index = 0;
basePath = "http://mass.gov/agr/massgrown/producetips/"

produceTipsLinks[index++] = "<li><A href='" + basePath + "apples.htm'>Apples</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "asparagus.htm'>Asparagus</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "beets.htm'>Beets</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "blueberries.htm'>Blueberries</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "carrots.htm'>Carrots</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "cauliflower.htm'>Cauliflower</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "cranberries.htm'>Cranberries</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "cucumber.htm'>Cucumbers</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "eggplant.htm'>Eggplant</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "greenbeans.htm'>Greenbeans</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "greens.htm'>Greens</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "lettuce.htm'>Lettuce</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "onions.htm'>Onions</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "peaches.htm'>Peaches</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "pears.htm'>Pears</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "peas.htm'>Peas</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "peppers.htm'>Peppers</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "plums.htm'>Plums</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "potatoes.htm'>Potatoes</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "raspberries.htm'>Raspberries</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "spinach.htm'>Spinach</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "strawberries.htm'>Strawberries</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "summersquash.htm'>Summer Squash</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "corn_sweet.htm'>Sweet Corn</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "tomato.htm'>Tomatoes</a></li>"
produceTipsLinks[index++] = "<li><A href='" + basePath + "wintersquash.htm'>Winter Squash</a></li>"
-->
