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

document.write('<div id="rounded"><img src="img/bottom.gif" width="750" alt="" /></div>');

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

document.write(', The Bubs Foundation, Inc. &nbsp; All rights reserved. &nbsp; &nbsp; Web design: <a href="http://visual-velocity.com" target="_blank">Visual Velocity</a>');