<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: For no allwebco copyright erase only the next 2 lines
var now = new Date();
var monthnumber = now.getMonth();
var monthday    = now.getDate();
var year        = now.getFullYear();
var fulldate = now 

document.write('<span class="copyright">');
document.write('Peregrine Designs&nbsp;&copy ' +  year + '</span>');

// DO NOT DELETE THE NEXT LINE

document.write('<br>');




//  End -->