You could also use this for the year:
CODE
<script language=javascript>
var d = new Date();
document.write(d.getFullYear());
</script>
This will automatically update every year, so you won't have to update your copyright anymore. Right now, this bit of code will say 2008, but on Jan 1, 2009, it will say 2009.