

function writeFooter() {
    s = '\n'
         + '<br><br>\n'
         + '</body>\n'
         ;

    //'<img src=/images/spacer.gif width=150 height=1 border=0>'

    //alert(s);
    document.write(s);
}


//alert("calling writingFooter()");
writeFooter();

