/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.kkoz.com'],
	['Programs', '/ProgramSchedule.asp', {'sb':'KKOZ Program Schedule'},
		['Local', null, null,
			['Trading Post', '/TradingPost', {'sb':'KKOZ Telephone Trading Post'}],
			['Today in Cause Country', '/CauseCountry', {'sb':'KKOZ Today in Cause Country - Local Interviews'}],
			['Sunday', '/Sunday', {'sb':'Sermons brought to you by the Ava church of Christ'}]
		],
		['Network', null, null,
			['Derry Brownfield Show', 'http://www.derrybrownfield.com', {'tw':'kkoz_derry'}],
			['Missouri Net', 'http://www.missourinet.com', {'tw':'kkoz_missourinet'}]
		]
	],
	['News', '/News', null,
		['KKOZ News', '/News'],
		['Other News Outlets', null, null,
			['Fox News', 'http://www.foxnews.com', {'tw':'kkoz_foxnews'}],
			['CNN', 'http://www.cnn.com', {'tw':'kkoz_cnn'}],
			['Drudge Report', 'http://www.drudgereport.com', {'tw':'kkoz_drudge'}]
		]
	],
	['Sports', '/Sports', null,
		['Current Scores', '/Sports?team=Current%20Scores'],
		['Local', null, null,
			['High School', null, null,
				['Ava Bears', '/Sports/?team=Ava%20Bears'],
				['Ava Bears (JV/Freshman)', '/Sports/?team=Ava%20Bears%20(JV%20-%20Freshmen)'],
				['Ava Lady Bears', '/Sports/?team=Ava%20Lady%20Bears'],
				['Ava Lady Bears (JV)', '/Sports/?team=Ava%20Lady%20Bears%20(JV)'],
				['Mansfield Lions', '/Sports/?team=Mansfield%20Lions']
			],
			['Middle School', null, null,
				['Ava Bears', '/Sports/?team=Ava%20Bears%20(Middle%20School)'],
				['Ava Lady Bears', '/Sports/?team=Ava%20Lady%20Bears%20(7-8)']
			],
			['SCA Sports', 'http://sca-sports.com', {'tw':'kkoz_sca'}]
		],
		['Missouri', null, null,
			['Missouri State Bears', 'http://www.missouristatebears.com', {'tw':'kkoz_msbears'}],
			['Mizzou Tigers', 'http://www.mutigers.com/index-main.html', {'tw':'kkoz_mizzou'}],
			['Kansas City Royals', 'http://www.kcroyals.com', {'tw':'kkoz_kcroyals'}]
		]
	],
	['Weather', '/Weather', null,
		['KKOZ Weather', '/Weather'],
		['National Weather Service', 'http://weather.noaa.gov/cgi-bin/iwszone?Sites=:moz096', {'tw':'kkoz_nws'}],
		['The Weather Channel', 'http://www.weather.com/weather/today/Ava+MO+65608', {'tw':'kkoz_twc'}],
		['AccuWeather', 'http://www.accuweather.com/us/mo/ava/65608/city-weather-forecast.asp', {'tw':'kkoz_accuweather'}]
	],
	['KKOZ', null, null,
		['LIVE', '/ProgramSchedule.asp', {'sb':'Listen to KKOZ live!'}],
		['Program Schedule', '/ProgramSchedule.asp', {'sb':'KKOZ Program Schedule'}],
		['About Us', '/About']
	]
];

