// menu script

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='about.aspx'>About the Market</a>&nbsp;<br />");
document.write("<a href='fresh.aspx'>What's Fresh at the Market</a>&nbsp;<br />");
document.write("<a href='find.aspx'>How to Find Us</a>&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='vendors.aspx'>Vendors</a>&nbsp;<br />");
document.write("<a href='produce.aspx'>Produce Availability Calendar</a>&nbsp;<br />");
document.write("<a href='okgrown.aspx'>Oklahoma Grown</a>&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='applications.aspx'>How to Become a Vendor</a>&nbsp;<br />");
document.write("<a href='/agriculture'>Agriculture Tech Home</a>&nbsp;<br />");
document.write("<a href='/farmersmarket'>Farmers' Market Home</a>&nbsp;<br />");
document.write("</div>");

// end