var now = new Date();
var todayYear = now.getFullYear();

document.write ("<center><font size=1>Copyright  &copy; " + todayYear);

var name = "web";
var domain = "vivacityinc.com";

document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
							document.write( '  Vivacity, Inc.</a>');

