<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var cyear = "<? echo date('Y'); ?>"; 

document.write('<span class ="copyright">&copy; Copyright '+cyear+' ');

document.write('<a href="contact.php" target="_top">Ginger Jeffers</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="mailto:Ginger@GingerJeffers.com">Contact Ginger</a>');

document.write('</span><br>');


//  End -->
