 document.write('<td class="site" bgcolor="#999999" ');
 if (parseInt(navigator.appVersion) == 4) {
 document.write('height=35 '); }
 document.write('onclick="JavaScript:window.location.href=\'index.html\';"\
 onmouseover="this.bgColor=\'#663366\'; setPointer(this)"\
 onmouseout="this.bgColor=\'#999999\'">\
 <a href="index.html">Home</a>\
         </td>');
