Hi
Firstly thanks for a great template - I am becoming more impressed with it as I gain confidence using the Canvas template.
I wish to add JavaScript code to automatically update the copyright date each year.
<script>new Date().getFullYear()>1998&&document.write("-"+new Date().getFullYear());</script>
The script works when I insert it in the Copyrights section of the page. I want to make sure I am not creating an unknown problem by inserting the script code in the Copyrights section.
Do you have instructions on properly handling additional scripts?
