/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/'],
	['Why?', '/why'],
	['Our Movies', '', null,
		['2007 - Hunting the Gump', '/movies/hunting_the_gump'],
		['Our Christmas Movies', '/movies/xmas'],
		['The Work Movies', '/movies/work'],
		['The Other Movies', '/movies/other']
	],
	['Audio Bits', '', null,
		['Skits', '/audio/skits'],
		['Pranks', '/audio/pranks']
	],
	['The Music', '/music'],
	['Contact Us', '/contact_us'],
	['Wisconsin City Name Generator', '/wicng']
];

