        
document.write('<TABLE width="95%" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<TR>');

document.write('<TD align="center"><p class="foot">&copy;2005-'+thisYear+' <a class="footlink" href="mailto:reikiprogressive@aol.com">ReikiProgressive</a></p></td>');

document.write('</tr>');
document.write('</table>');
document.write('<p>&nbsp;</p>')

        theObjects = document.getElementsByTagName("object");
        for (var i = 0; i < theObjects.length; i++) {
            theObjects[i].outerHTML = theObjects[i].outerHTML;
        }

