
function Footer()



{

                document.write("<hr><table width=\"100%\"><tr><td>© " + vCompanyName + "<br>All rights reserved,  2005-2012.<br><br>");

                document.write("11<SUP>th</SUP> January 2012");

                document.write(" | For more information, please contact ");

                document.write(vSite_Contact);

                document.write("</td><td></td></tr></table></body></html>");

                }







Footer();

