// JavaScript Document

document.write('&copy; '); 
			
	
		today=new Date();
		year0=today.getFullYear();
		document.write(year0);

    
document.write(' Orange Chair &nbsp;<span class="moxie">&nbsp;|&nbsp;&nbsp; Programmed by <a href="http://www.thinkmoxie.com" target="_blank">Moxie Creative Studio, LLC.</a></span>');
