// Copyright statement displays at the bottom of every page
function copydate ()
 {
    today=new Date();
    yearonly=today.getFullYear();
	firstyear = "&copy;&nbsp;2004 - "
    document.write(firstyear +yearonly + '&nbsp;Done in a Day Decorating - All Rights Reserved&nbsp;');
	
 }