// JavaScript Document

bottomMenu=function(){
			if (location.hostname == "localhost"){
		var sitePath = "localhost/cottonwoodheights/";
	}
	else {
		var sitePath = "www.cottonwoodheights.org/";
		}
	document.write("<a href='http:\/\/" + sitePath + "newsletter/index.htm' class='menu'>News<\/a><a href='http:\/\/" + sitePath + "newsUpdates/index.htm' class='menu'>News Updates<\/a><a href='http:\/\/" + sitePath + "newsletter/newsletters.htm' class='menu'>Newsletters<\/a><a href='http:\/\/" + sitePath + "useful/index.htm' class='menu'>Useful Information<\/a><a href='http:\/\/" + sitePath + "useful/utilities.htm' class='menu'Key Links and Numbers<\/a>");
}

utilities.htm