﻿// JavaScript Document
var base="http://www.ecometalslimited.com/ecometals_rev_mar2009/global"
document.write
(	'<div id="footer">\n'+
    	'<div id="fL"><a href="'+base+'/">Contact Us</a> | <a href="'+base+'/user.html">User Agreement</a> | <a href="'+base+'/privacy.html">Privacy Policy</a></div>\n'+
        '<div id="fR">Ecometals Ltd. © 2010</div>\n'+
    '</div>'
);