var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:250px;background:#377b9f;color:#FFFFFFF', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["The Steve Harvey Morning Show", "http://krnb.com/default.asp?pid=10420"],
	["105.7 Smooth R&B", "#"],
	["Sean Andre", "http://www.krnb.com/?pid=11030"],
	["Ron Chavis", "http://www.krnb.com/?pid=11025"],
	["Tony Mathis", "http://www.krnb.com/?pid=11026"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'background:#377b9f', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Enter to Win!", "http://krnb.com/default.asp?pid=11109"],
	["Contest Rules", "http://www.krnb.com/?pid=13760"]
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'background:#377b9f', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Coupons and Promotions", "http://www.krnb.com/default.asp?pid=10427"],
	["Automotive", "http://www.krnb.com/default.asp?pid=12577"],
	["Traffic", "http://mycommute.maptuit.com/?config=TrafficT.KRNB-FM"],
	["Need A Job?", "http://www.krnb.com/default.asp?pid=16048"],
	["Advertise with Us", "http://www.krnb.com/default.asp?pid=10424"]
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#ecebeb', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]