var currentTime = new Date();

<!-- Start

// NOTE: If you use a ' add a slash before it like this \' -->

document.write('<span class="copytext">');

document.write('&copy;Copyright ' + currentTime.getFullYear());

document.write(' <a href="http://www.escaperadius.com" target="_top">Escape Radius</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to Contact Us at: '); 

document.write(' <A HREF="mailto:video@photoradius.com">video@photoradius.com</a> -- 585.766.0730<br>');

document.write('</span>');

//  End -->