// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["Adopt", "", null,
["Adoption Info", "/info/adoption"],
["Browse Available Dogs", "/animals/browse"],
["Adoption Application", "/info/display?PageID=16576"],
["Happy Tales/Success Stories", "/animals/stories"],
["Successful Adoptions", "/animals/successes"]
],
["Donate", "", null,
["Donations", "/info/donate"],
["Expenses Incurred when Rescuing a Dog", "/info/display?PageID=18597"]
],
["Get Involved", "", null,
["Foster", "/info/display?PageID=16732"],
["Partners Give Back ", "/info/display?PageID=17494"],
["Wish List", "/info/display?PageID=17493"],
["Events", "/info/events"],
["Past Events", "/info/display?PageID=11451"]
],
["Contact Us", "/#/contact"],
["LOST Pet Tips", "/info/display?PageID=15274", null,
["FOUND a Pet ", "/info/display?PageID=15273"]
],
["ARFLA Forms", "/info/display?PageID=18547"]
];