// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Home", "/"], ["About Us", "/info/index"], ["Adoptable Dogs", "/animals/browse?species=Dog", null, ["Adoptable Dogs", "/animals/browse?species=Dog"], ["Courtesy Listings", "/animals/browse?Courtesy=Yes"] ], ["Adoption Info", "/info/adoption"], ["Events", "/info/events"], ["Get Involved", "/info/display.php?PageID=20642", null, ["Volunteer Information", "/info/display?PageID=20642"], ["Foster Information", "/info/display?PageID=20641"] ], ["Donate", "/info/sponsorship"], ["My Rescue", "/myrescue", null, ["Log In", "/user/login.php"], ["Register", "/user/register.php"] ] ];