// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.gospelam1400.com', null,
		['About Us', 'http://www.gospelam1400.com/about.php'],
],
	[' Program Schedule', 'http://www.gospelam1400.com/schedule.php'],
	['News', 'http://www.gospelam1400.com/news.php'],
	['Sports', 'http://www.gospelam1400.com/sports.php'],
	['Weather', null],
	['Entertainment', 'http://www.gospelam1400.com/entertainment.php'],
	['Health', 'http://www.gospelam1400.com/health.php'],
	['Community Calendar', 'http://www.gospelam1400.com/calendar.php'],
	['Advertising', 'http://www.gospelam1400.com/advertising.php'],
	['Contact Us', 'http://www.gospelam1400.com/contact.php'],
];
