/* Tigra Menu items structure */
var MENU_ITEMS = [
	['On the Issues', 'issues.html'],
	['Endorsements', 'endorsements.html'],
	['Testimonials', 'testimonials.html'],
	['Where\'s Barry', 'calendar.html'],
	['Photo Gallery', 'photos.html'],
	['Barry\'s Favorite Links', 'links.html']
];

