// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/"],
["Available Animals", "/animals/browse"],
["Fostering", "/info/display?PageID=17823"],
["About Us", "/info/index", null,
["Contact Information", "/info/display?PageID=16379"],
["Our Sponsors", "/info/display?PageID=16216"],
["Log In", "/user/login.php"],
["Register", "/user/register.php"]
],
["Donation Info", "/info/donate", null,
["Sponsorship Info", "/info/sponsorship"]
],
["Information", "/info/display?PageID=16445", null,
["Owner Surrender", "/info/display?PageID=16394"],
["If you found a lost pet", "/info/display?PageID=16393"],
["Forms/Applications", "/forms"]
],
["Adoption Info", "/info/adoption", null,
["Successful Adoptions", "/animals/successes"],
["New dog shopping list", "/info/display?PageID=16387"]
]
];