var MusicMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "MusicMenu" is a unique name!
MusicMenu.items=[
	["New Music", "http://www.ktbg.fm/newmusic.html"],
	["NPR Music", "http://www.npr.org/music/"] //no comma following last entry!
]

var EventsMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "EventsMenu" is a unique name!
EventsMenu.items=[
	["Music & Arts Calendar", "http://www.ktbg.fm/concert-calendar.html"],
	["Ticket Contests", "http://www.ktbg.fm/contests.html"],
	["Venue Information", "http://www.ktbg.fm/venues.html"] //no comma following last entry!
]

var ProgramsMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "ProgramsMenu" is a unique name!
ProgramsMenu.items=[
	["Program Schedule", "http://www.ktbg.fm/schedule.html"],
	["All Things Considered", "http://www.npr.org/templates/story/story.php?storyId=2"],
	["Blues Quest", "http://www.bluesquest.org/"],
	["Eclectic Cafe", "http://www.ktbg.fm/eclectic_cafe.html"],
	["Keller's Cellar", "http://www.kellerwilliams.net/cellar"],
	["Morning Edition", "http://www.npr.org/templates/story/story.php?storyId=3"],
	["NPR News", "http://www.npr.org/"],
	["UCM Athletics", "http://www.ktbg.fm/athletics.html"],
	["World Cafe", "http://worldcafe.npr.org/"],
	["Weekend Edition Saturday", "http://www.npr.org/templates/story/story.php?storyId=7"],
	["Weekend Edition Sunday", "http://www.npr.org/templates/story/story.php?storyId=10"] //no comma following last entry!
]

var SupportMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "SupportMenu" is a unique name!
SupportMenu.items=[
	["Pledge Online", "http://www.ucmo.edu/foundation/online_giving/FM_YES.cfm"],
	["Shop at Amazon", "http://www.ktbg.fm/amazon.html"] //no comma following last entry!
]

var AboutMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "AboutMenu" is a unique name!
AboutMenu.items=[
	["Contact Us", "http://www.ktbg.fm/contactus.html"],
	["Employment", "http://www.ktbg.fm/employment.html"],
	["Privacy Policy", "http://www.ktbg.fm/privacy.html"],
	["Community Advisory Board", "http://www.ktbg.fm/cab.html"] //no comma following last entry!
]
