/*
Copyright year and code for website
*/

var d=new Date();
 
document.write('<span style="background: #fffacd; color: #000000; font-size: 13px; font-weight: 300">&nbsp;Copyright &#169;&nbsp;'+d.getFullYear()+'&nbsp;<em><strong>Sasquatch Productions</strong></em>. All Rights Reserved&nbsp;</span>');

