// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["home", "http://adoptastrayfl.rescuegroups.org/"],
["about us", "#", null,
["who-we-are", "/info/display?PageID=18024"],
["what-we-do", "/info/display?PageID=18025"],
["locate-us", "/info/display?PageID=18026"],
["contact us", "/info/display?PageID=18082"]
],
["adoptions", "#", null,
["cats", "/animals/browse?species=Cat"],
["dogs", "/animals/browse?species=Dog"],
["applications", "http://adoptastrayfl.rescuegroups.org/info/adoption"]
],
["how you can help", "#", null,
["volunteer", "/info/display?PageID=18027"],
["foster", "/info/display?PageID=18028"],
["wishlist", "/info/display?PageID=18029"]
],
["donate", "/info/donate"],
["information", "#", null,
["spay-neuter", "/info/display?PageID=18031"],
["resources", "/info/display?PageID=18032"],
["articles", "/info/display?PageID=18033"],
["events", "/info/events"],
["tributes", "/info/display?PageID=18807"]
]
];