//
var currentYear=2010; // Edit current year as required (semicolon MUST follow year)
//
if (beginYear>=currentYear) {YtoY=currentYear;}
else {YtoY=beginYear+'-'+currentYear;}
document.write ('<p style="font-family:Arial,Helvetica,sans-serif;font-size:11px">&copy; Copyright '+YtoY+' OnLine Training, Inc. All rights reserved.<br>This material may not be published, broadcast, rewritten or redistributed without permission.<br>Send comments and questions about OLT to <a href="mailto:admin@oltraining.com?subject=Comments and Questions">admin@oltraining.com</a>.</p>');
