
var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'_parent'} //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=[
	
	["NEWS", "index.php?type=news&top=0"],
	["BLOGS", "index.php?type=blog&top=0"],
	["CELEBS", "index.php?type=celeb&top=0"],
	["TECH", "index.php?type=tec&top=0"],
	["HOMES", "index.php?type=rlst&top=0"],
	["LUXURY", "index.php?type=lux&top=0/"],	
	["VEHICLES", "index.php?type=veh&top=0"],
	["MUSIC", "index.php?type=music&top=0/"],
	["ADULT", "index.php?type=adu&top=0"],
	["EyPHI", "http://www.eyphi.com"],
	["*", "index.php?type=*&top=1/"] //no comma following last entry! , "efc"
	

]

