function writeTop(){
  document.write("<h1>P.A.J. Moving Services</h1>");
  document.write("<h2>The household removals experts with a professional and friendly service</h2>");
  document.write("<br>");
  document.write("<h2>FREEPHONE: 0800 08 38 647</h2>");
  document.write("<h2>");
  document.write("<a href=\"mailto:enquiries@pajremovals.co.uk\">enquiries@pajremovals.com</a>");
  document.write("</h2>");
  document.write("<br>");
}

function writeLinks(){
  document.write("<h3>");
  document.write("<a href=\"index.html\">Introduction</a>&nbsp;-&nbsp;");
  document.write("<a href=\"packing.html\">Packing&nbsp;services</a>&nbsp;-&nbsp;");
  document.write("<a href=\"storage.html\">Storage&nbsp;facilities</a>&nbsp;-&nbsp;");
  document.write("<a href=\"ireland.html\">Removals&nbsp;to&nbsp;Ireland</a>&nbsp;<br>");
  document.write("<a href=\"services.html\">Other&nbsp;services</a>&nbsp;-&nbsp;");
  document.write("<a href=\"contact.html\">Contact&nbsp;us</a>&nbsp;-&nbsp;");
  document.write("<a href=\"packingAdvice.html\">Packing&nbsp;advice</a>&nbsp;");  
  document.write("</h3>");
}
