var testDate = new Date();
var Year = testDate.getFullYear();
//alert(Year);
document.write('Copyright © 2000-'+Year+' Iowa 80 Group, Inc.')