// menu_items.js file
// comments block here
var LAYOUTMENU_ITEMS0 =[
["Home", "http://www.tampabaybeaglerescue.org"],
["Adopt", "/info/adoption"],
["Animals", "", null,
["All Available", "/animals/browse"],
["Recent Arrivals", "/animals/browse?special=recent"],
["Puppies (under 6 months)", "/animals/browse?special=puppy"],
["Young (6 - 24 months)", "/animals/browse?special=teens"],
["Adult (2 - 7 years)", "/animals/browse?Species=Dog&special=adult"],
["Senior (8 years +)", "/animals/browse?special=senior"],
["Compassionate Care Cases", "/animals/browse?special=Compassionate Care Cases"],
["Rainbow Bridge", "/animals/rainbowbridge"]
],
["Events", "/info/events"],
["Community Events", "/info/display?PageID=21657"],
["Information", "", null,
["Is A Beagle Right for Me?", "/info/display?PageID=349"],
["Owning A Dog", "/info/display?PageID=348"],
["Behavior Problems", "/info/display?PageID=6744"],
["Senior Beagles", "/info/display?PageID=2311"],
["Puppy Mills", "/info/display?PageID=351"]
],
["About Us", "", null,
["Contact Us", "/info/contact"],
["How to Help", "/info/donate"],
["Surrendering a Beagle", "/info/display?PageID=337"],
["Mission & History", "/info/display?PageID=340"],
["Join Our Mailing List", "/info/display?PageID=18220"]
],
["Your Account", "", null,
["Login", "http://www.tampabaybeaglerescue.org/myrescue/myoptions"],
["Forms", "/forms"]
]
];