// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["About Us", "/info/index", null, ["Contact Us", "/info/contact"] ], ["Adopt", "/info/adoption", null, ["Dogs", "/animals/browse?species=Dog"], ["Cats", "/animals/browse?species=Cat"], ["Adoption Application", "/forms/form?formid=6633"], ["Successful Adoptions", "/animals/successes"] ], ["Events", "/info/events", null, ["Events Calendar", "/info/events"], ["Ride for Their Lives", "/info/display?PageID=13541"], ["Run for Their Lives", "https://runfortheirlives5k10k.wordpress.com/"], ["Quarters for CARA", "/info/display?PageID=19213"] ], ["HOW TO HELP", "", null, ["Donate", "/info/donate"], ["Holly Fund", "/info/display?PageID=13561"], ["Sponsorship", "https://cara.rescuegroups.org/info/display?PageID=19429"], ["Volunteer", "/info/display?PageID=13560"] ], ["Resources", "/info/display?PageID=16322", null, ["Care and Training", "/info/display?PageID=13559"], ["Pet Surrender Information", "/info/display?PageID=13566"], ["Find a Vet", "/info/display?PageID=13565"] ] ];