
<!-- Begin


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

<!-- NOTE: For no allwebco copyright erase only the next 2 lines -->

var currentTime = new Date()
var year = currentTime.getFullYear()
document.write('<span class="copyright">');
document.write('Cincyco.com, LLC<br>&copy;2004-');
document.write(year);
document.write('</span>');






document.write('<br>');




//  End -->