on pageFooter () {
«pageFooter
«http://www.filsa.net/frontier/scripts/
«Mon, Mar 16, 1998 at 8:59:21 PM by PS
local (htmltext = "");
on add (s) {
htmltext = htmltext + s};
if html.getpref ("includeBodyTag") {
add ("</body>\r")};
add ("</html>");
return (htmltext)}