var d = document
var n = new Date()


d.write('<div class="credit">'); 
d.write('COPYRIGHT '); 
d.write(n.getFullYear());
d.write(', GINNY PULOS COMMUNICATIONS, INC. ALL RIGHTS RESERVED.');
d.write('</span>');
d.write('</div>');
d.close();



