<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var d = new Date();
var curr_date = d.getDate();
var curr_month = d.getMonth();
var curr_year = d.getFullYear();
document.write('<span class ="copyright">&copy;Copyright ' + curr_year);
document.write('<a href="" target="_top"> Manvel Economic Development Corporation</a> ');
document.write('All Rights Reserved<br>');
document.write('For more information feel free to '); 
document.write(' <A HREF="mailto:info@cityofmanvel.com">Contact Us</a>');
document.write('</span><br>');

//  End -->