// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Adoptable Cats", "/animals"],
["Adopt", "/info/adoption"],
["Donate", "/info/donate"],
["Success Stories", "/animals/successes"],
["About Us", "/info/index", null,
["New Cat Owners’ Guide", "/info/display?PageID=22016"],
["Foster Resources", "/info/display?PageID=20330"],
["Trap-Neuter-Release", "/info/display?PageID=22013"],
["Contact Us", "/info/contact"],
["Newsletter", "/info/display?PageID=22014"],
["Log In", "/user/login.php"],
["Register", "/user/register.php"]
]
];