function writeFooter()
{
var dt = new Date();
var newYr = new Number(dt.getFullYear())-1;


var htm='<span>&copy; '+newYr+'-'+dt.getFullYear()+' Hilltop Media Corporation.All rights Reserved.</span>\n';
htm+='<br>\n';
htm+='<a href="/">Home</a> | <a href="/order.html" >Order</a> | <a href="/instructions.html" >Instructions</a>\n';
htm+=' | <a href="/contactus.html" >Contact Us</a> | <a href="/moreinfo.html" >More Information</a>\n';
htm+=' | <a href="/legal.html">Legal</a>\n';
htm+='<script src="/mint/?js" type="text/javascript"></script>';
/*htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_fr&url=http%3A%2F%2Fwww.flossfish.com" >Traduire la page</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_fr&url=http%3A%2F%2Fwww.flossfish.com" >&#220;bersetzen Sie zum Deutschen</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_pt&url=http%3A%2F%2Fwww.flossfish.com" >Tranduzir esta p&#225;gina!</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_nl&url=http%3A%2F%2Fwww.flossfish.com" >Vertaal aan het Nederlands</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_zh&url=http%3A%2F%2Fwww.flossfish.com" >&#32763;&#35793;&#23545;&#27721;&#35821;</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_zt&url=http%3A%2F%2Fwww.flossfish.com" >&#32763;&#35695;&#23565;&#28450;&#35486;</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_ko&url=http%3A%2F%2Fwww.flossfish.com" >&#48264;&#50669;&#54616;&#49901;&#49884;&#50836;</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_el&url=http%3A%2F%2Fwww.flossfish.com" >&#924;&#949;&#964;&#945;&#966;&#961;&#940;&#963;&#964;&#949;';
htm+='&#963;&#964;&#945; &#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940;</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_ja&url=http%3A%2F%2Fwww.flossfish.com" >&#26085;&#26412;&#35486;&#12395;&#32763;&#35379;&#12375;&#12394;&#12373;&#12356;</a>\n';
htm+=' | <a href="http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=en_ru&url=http%3A%2F%2Fwww.flossfish.com" >&#1055;&#1077;&#1088;&#1077;&#1074;&#1077;&#1076;&#1080;&#1090;&#1077;';
htm+='&#1082; &#1088;&#1091;&#1089;&#1089;&#1082;&#1086;&#1084;&#1091;</a>\n';*/
document.write(htm);
}