<!-- Begin
function setClass(obj, cls) {
 obj.className = cls;
}
var dt=new Date()
document.write('<span class="footer">Copyright &copy; ');
document.write(dt.getFullYear());
document.write(' <a href="index.html" target="_top">Marine Chartering Company, Inc.</a> ');
document.write('All Rights Reserved.<br> ');
document.write('For more information feel free to '); 
document.write(' <A HREF="contact.htm">Contact Us</a>');
document.write('</span><br>');

