// menu_items.js file // comments block here var LAYOUTMENU_ITEMS0 =[ ["Go Home", "/"], ["About Us", "/info/index", null, ["Events", "/info/events"], ["Photo Gallery", "/info/photos"] ], ["Volunteering", "http://homeatlastsanctuary.org/volunteer.html", null, ["Log In", "/user/login.php"], ["Register", "/user/register.php"], ["Sanctuary", "/info/display?PageID=14864"], ["Transport", "/info/display?PageID=14853"] ], ["My Rescue", "/myrescue", null, ["Dogs", "/animals/browse?species=Dog"], ["Recent Arrivals", "/animals/browse?special=Recent"], ["Adopters Only", "/info/adopters_only"], ["Sponsorships", "/animals/browse?special=sponsorable"], ["Forms/Applications", "/forms"] ], ["Blog", "/info/news"], ["Donation Info", "http://homeatlastsanctuary.org/donate.html", null, ["Happy Tails", "/animals/stories"] ], ["Contact Us", "/info/contact"] ];