// menu_items.js file

var MENU_ITEMS =[
	["HOME", "http://www.rightsideup.org/"],
	["WHY THIS SITE", "http://www.rightsideup.org/philosophy.html"],
	["ESSAYS", "http://www.rightsideup.org/essays.html",],
	["BLOG", "http://blog.rightsideup.org/"],
	["LINKS", "http://www.rightsideup.org/links.html"],
	["BOOKS ETC.", "http://www.rightsideup.org/books.html"],
	["CONTACT ME", "http://www.rightsideup.org/contactform.html"]
];
