var cText = '';


//<!--******************* Copyright information at bottom of page *******************-->
cText += '<div id="copyright">' +
		 '  &copy;&nbsp;';

document.write(cText);
document.write(new Date().getFullYear());
document.write('&nbsp;SimonComputing, Inc. All Rights Reserved. </div>');

