var mydate= new Date()
var theyear=mydate.getFullYear()
var thetoday=mydate.getDate()

document.write('&copy; ');
document.write(theyear);

document.write(' <a href="mailto:jerri@jerriudelson.com">Jerri Udelson</a>  &nbsp;&nbsp;Master Certified Coach, Entrepreneurial Coaching and Consulting');
document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');

document.write('<span class="phone">(505) 988-5533</span>');
document.write('&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;');

document.write('Site design: <a href="http://www.visual-velocity.com" style="color:"#999">Visual Velocity</a>');
