// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["About", "/info/index"],
["Dogs", "/animals/browse?species=Dog"],
["Adopt", "/info/adoption"],
["Donate", "/info/donate"],
["Volunteer", "/info/display?PageID=20922"],
["Contact", "/info/contact"]
];