// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/", null,
["Sitemap", "/info/sitemap"]
],
["Animals", "/animals", null,
["Adoption Info", "/info/adoption"],
["Browse Available Animals", "/animals/browse"],
["Animal List", "/animals/list"],
["Search Animals", "/animals/search"],
["Help... I Found A Stray", "/info/display?PageID=11907"],
["Successful Adoptions", "/animals/successes"],
["Dynamic Dog Success Stories", "/info/display?PageID=14627"],
["Happy Tails", "/animals/stories"],
["Forms/Applications", "/forms"]
],
["Events", "/info/events"],
["Support RUFF", "/info/display?PageID=11864", null,
["Donate", "/info/display?PageID=18915"],
["Volunteer", "/info/display?PageID=17294"],
["Foster For RUFF", "http://www.ncruff.org/info/display?PageID=12049"],
["Needs a Foster", "/animals/browse.php?special=NeedsFoster"]
],
["About Us", "/info/index", null,
["Contact Us", "/info/contact"],
["RUFF Partners", "/info/display?PageID=12072"]
],
["My Rescue", "/myrescue", null,
["Volunteer Info", "/info/volunteers_only"],
["Log In", "/user/login.php"],
["Register", "/user/register.php"]
]
];