// JavaScript Document

bottomMenu=function(){
			if (location.hostname == "localhost"){
		var sitePath = "localhost/cottonwoodheights/";
	}
	else {
		var sitePath = "www.cottonwoodheights.org/";
		}

}

		var currentdate = new Date();
		var vmonth = currentdate.getMonth() + 1;
		var vyear = currentdate.getFullYear();
		var vday = currentdate.getDate();
		if (vyear <= '2009'){
		  if (vmonth <= '7'){
			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>
						   <a href='http:\/\/" + sitePath + "useful/calloways/tips2009-07.htm' class='menu'>Calloways Garden Tips<\/a>");
		  if (vmonth <= '6'){
			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>
						   <a href='http:\/\/" + sitePath + "useful/calloways/tips2009-06.htm' class='menu'>Calloways Garden Tips<\/a>");
			}
		  if (vmonth <= '5'){
			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>
						   <a href='http:\/\/" + sitePath + "useful/calloways/tips2009-05.htm' class='menu'>Calloways Garden Tips<\/a>");
		  }
			}
		  }