var footerText = "<hr noshade=\"noshade\" size=\"1\">";
footerText += "<table style=\"text-align: left; width: 100%; border=0px;\" cellspacing=\"0\" cellpadding=\"0\">";
footerText += "<tbody>";
footerText += "<tr class=\"footer\">";
footerText += "<td style=\"vertical-align: top; text-align: left;\">&copy;1999-2007 Beckstones";
footerText += " Farm Guest House.</td>";
footerText += "<td style=\"text-align: right;\">";
footerText += "<a href=\"http://validator.w3.org/check/referer\" class=\"hyperLink\">";
footerText += "<img src=\"http://www.w3.org/Icons/valid-html401\" alt=\"Valid HTML 4.01!\"";
footerText += " style=\"border: 0px; width: 88px; height: 31px;\"></a></td>";
footerText += "</tr>";
footerText += "</tbody>";
footerText += "</table>";

document.writeln(footerText);

