function w(text) 
{
  document.write(text);
}

//Define links for side menu bar
w("<p class=\"subnavigation\"><a href=\"index.html\">eNews home</a></p>");
w("<p class=\"subnavigation\"><a href=\"whatshappening.html\">what's happening now</a></p>");
w("<p class=\"subnavigation\"><a href=\"previous.html\">previous eNews</a></p>");
w("<p class=\"subnavigation\"><a href=\"index.html\" target=\"_blank\">sign up</a></p>");
w("<p class=\"subnavigation\"><a href=\"index.html\" target=\"_blank\">manage your subscription</a></p>");
w("<p class=\"subnavigation\"><a href=\"http://thevine.glenmarchurch.org/\" target=\"_blank\">the vine</a></p>");
w("<p class=\"subnavigation\"><a href=\"index.html\">contact eNews editor</a></p>");