// menu_items.js file
// comments block here
var SITEMENU_ITEMS0 =[
["Home", "http://www.petrescuebyjudy.com/", null,
["Events", "http://www.petrescuebyjudy.com/info/events"],
["My Rescue", "/myrescue"],
["Logout", "/user/logout"]
],
["Animals", "/animals/list", null,
["Recent Arrivals", "/animals/browse?special=recent"],
["Dogs", "/animals/list?Species=Dog"],
["Cats", "/animals/list?Species=Cat"],
["Seniors", "/animals/list?special=seniors"],
["Special Needs", "/animals/list?special=needs"]
],
["Adopt / Foster", "", null,
["Cat Adoption App", "https://www.petrescuebyjudy.com/forms/form?formid=6846"],
["Dog Adoption App ", "/forms/form?formid=7250"],
["Foster Application", "/forms/form?formid=432"],
["Dog 4 a Day app", "/forms/form?formid=6161"]
],
["Surrender", "/info/display?PageID=22191"],
["Volunteer", "/info/display?PageID=2751"],
["Ways to Give", "#", null,
["Our Wish List", "/info/display?PageID=18674"],
["Amazon Wish List", "https://www.amazon.com/hz/wishlist/ls/9S0POQDWO6AQ?ref_=wl_share"],
["Chewy Wish List", "https://www.chewy.com/g/pet-rescue-by-judy-inc_b73486044"],
["Donate: Paypal", "/info/display?PageID=22193"],
["Donate: Venmo", "/info/display?PageID=22192"]
],
["Successes", "/animals/successes"]
];