function box1() {
document.writeln("<div class=\"bottom-image-title\" id=\"news-home\"><div class=\"bottom-image-title\" id=\"box-title\">Latest News</div><div id=\"box\"><br /><br /><br />");
document.writeln("<a href=\"news-bryn-seiont.html\">Plans for a \"world class\" Dementia Care Centre in Caernarfon: Read more.</a>");
document.writeln("<br /><div id=\"arrow\"><a href=\"news-bryn-seiont.html\"><img src=\"i/arrow.png\" width=\"14\" height=\"18\" border=\"0\" /></a></div></div></div>");
}

function box2() {
document.writeln("<div id=\"home-bottom\"><div id=\"home-residents\">");
document.writeln("<div class=\"bottom-image-title\" id=\"box-title\">Meet Our Residents</div><div id=\"box\"><a href=\"meettheresidents.html\"><br /><br /><br />");
document.writeln("Click here to meet some of the people who it is all about.</a><br /><br />");
document.writeln("<div id=\"arrow\"><a href=\"meettheresidents.html\"><img src=\"i/arrow.png\" width=\"14\" height=\"18\" border=\"0\" /></a></div></div></div>");
document.writeln("<div class=\"bottom-image-title\" id=\"home-team\"><div class=\"bottom-image-title\" id=\"box-title\">Meet Our Team</div>");
document.writeln("<div id=\"box\"><a href=\"meettheteam.html\"><br /><br /><br />Click here to meet just some of the people who make it happen.</a><br />");
document.writeln("<br /><div id=\"arrow\"><a href=\"meettheteam.html\"><img src=\"i/arrow.png\" width=\"14\" height=\"18\" border=\"0\" /></a></div></div></div></div>");
}

function box3() {
document.writeln("<div class=\"bottom-image-title\" id=\"news-home2\">");
document.writeln("<div class=\"bottom-image-title\" id=\"box-title\">Latest News</div>");
document.writeln("<div id=\"box\"><a href=\"news-bryn-seiont.html\">Plans for a \"world class\" Dementia Care Centre in Caernarfon: Read more.</a>");
document.writeln("<br /><div id=\"arrow\"><a href=\"news-bryn-seiont.html\"><img src=\"i/arrow.png\" width=\"14\" height=\"18\" border=\"0\" /></a></div>");
document.writeln("</div></div><div id=\"gallery\"><div class=\"bottom-image-title\" id=\"box-title\">Photo Gallery</div>");
document.writeln("<div id=\"box\"><a href=\"gallery.html\">Click here to see our favourite pictures of PendinePark.</a><br /><br />");
document.writeln("<div id=\"arrow\"><a href=\"gallery.html\"><img src=\"i/arrow.png\" width=\"14\" height=\"18\" border=\"0\" /></a></div>");
document.writeln("</div></div><div class=\"bottom-image-title\" id=\"team\"><div class=\"bottom-image-title\" id=\"box-title\">Meet Our Team</div>");
document.writeln("<div id=\"box\"><a href=\"meettheteam.html\">Click here and meet some of our team.</a><br /><br />");
document.writeln("<div id=\"arrow\"><a href=\"meettheteam.html\"><img src=\"i/arrow.png\" width=\"14\" height=\"18\" border=\"0\" /></a></div></div></div>");

}

function clearbox(box) {
 if(box.value==box.defaultValue) {
   box.value = "";
  }
 }