Popular Posts

This wizard will create a copyright message that will automatically update the current year.
Just enter the details and paste the script into the body of your HTML document where you want the message to appear.
<!-- Auto Copyright Script -->
<script language=javascript>
<!--
today=new Date();
y0=today.getFullYear();
document.write('<span style="font: 10pt arial,sans-serif">Copyright © 2001 - '+y0+', Joe Citizen, all rights reserved.</span>');
//-->
</script>
Change according to your wishes :
Font face and size for copyright message:
font: 10pt arial,sans-serif
Year Copyright Started:
2001
Name Of Copyright Owner:
Joe Citizen
Your Copyright Message:
all rights reserved

Example: