function InsertFooter() {
ss="";
ss+="<div align=\"center\"><span class=\"blk1\"> ";
ss+="<a href=\"home.htm\">Home</a>&nbsp;";
ss+="| <a href=\"aboutthecompany.htm\">About&nbsp;the&nbsp;Company</a>&nbsp;";
ss+="| <a href=\"http://psrch.hlc-s.co.uk/pfgr/ressalesform.htm\">Residential&nbsp;Sales</a>&nbsp;";
ss+="| <a href=\"commercial.htm\">Commercial</a>&nbsp;";
ss+="| <a href=\"letting.htm\">Letting</a>&nbsp;";
ss+="| <a href=\"residentialsurvey.htm\">Residential&nbsp;Surveys</a>&nbsp;";
ss+="| <a href=\"landagency.htm\">Land&nbsp;Agency</a>&nbsp;";
ss+="| <a href=\"http://www.pfkauctions.co.uk\">Saleroom</a>&nbsp;";
ss+="| <a href=\"planning.htm\">Planning</a>&nbsp;";
ss+="| <a href=\"ouroffices.htm\">Our&nbsp;Offices</a>&nbsp;";
ss+="| <a href=\"keypersonnel.htm\">Key&nbsp;Personnel</a>&nbsp;";
ss+="| <a href=\"localinfo.htm\">Local&nbsp;Information</a>&nbsp;";
ss+="<br>Penrith Farmers&nbsp;&amp;&nbsp;Kidds&nbsp;plc&nbsp;";
ss+="<a href=\"http://www.pfandk.co.uk\" target=\"_top\">http://www.pfandk.co.uk</a> ";
ss+="</span></div>";
document.write(ss);
}
