var currentTime = new Date()
var year = currentTime.getFullYear()
document.write('Copyright © 2007 - ' + year + ' West Netmedia, Inc.')