<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var right_now=new Date();

var right_year=right_now.getYear();
if (right_year < 2000) 
right_year = right_year + 1900; 

document.write('<span class ="copyright">&copy;Copyright ' + right_year + ' ' );

document.write('<a href="index.html" target="_top">Art of the East</a> ');

document.write('All Rights Reserved<br>');

document.write('For more information feel free to '); 

document.write(' <A HREF="contact.php">Contact Us</a> or e-mail us: <a href="mailto:dsumner@artoftheeast.com">dsumner@artoftheeast.com</a>');

document.write('</span><br>');

//  End -->