// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "/", null,
["Home", "/"],
["Sitemap", "/info/sitemap"]
],
["About Us", null, null,
["About Us", "/info/"],
["Contact Us", "/info/contact"]
],
["Information", null, null,
["News", "/info/news"],
["Events", "/info/events"],
["NorthStar Shih Tzu Rescue", "/info/display?PageID=14847"],
["Foster 101", "/info/display?PageID=14966"],
["History of Shih Tzu", "/info/display?PageID=14974"],
["Shih Tzu 411", "/info/display?PageID=15026"],
["Foster", "/info/display?PageID=16290"],
["Volunteer", "/info/display?PageID=16291"],
["Surrender", "/info/display?PageID=16304"],
["Donate", "/info/donate"]
],
["Animals", null, null,
["Animals Home", "/animals/"],
["Sponsorship Info", "/info/sponsorship"],
["Adoption Info", "/info/adoption"],
["List", "/animals/list"],
["Browse", "/animals/browse"],
["Search", "/animals/search"],
["Needs a Foster", "/animals/browse?special=NeedsFoster"],
["Successes", "/animals/successes"],
],
["My Rescue", null, null,
["Register", "/user/register"],
["Login", "/user/login"]
]
];