<!-- 
document.writeln('<table width="208"    border="3" align="center" cellpadding="0" cellspacing="3" bgcolor="#DBE6EC">');
document.writeln('  <tr>');
document.writeln('    <td><table width="100%" border="0" cellpadding="2" cellspacing="0" bgcolor="#DBE6EC">');
document.writeln('        <tr> ');
document.writeln('          <td><table width="100" border="3" align="right" cellpadding="2" cellspacing="0" bgcolor="#DBE6EC">');
document.writeln('              <tr> ');
document.writeln('                <td> <div align="center"><font color="#FF0000" size="2" face="Times New Roman, Times, serif"><strong>People that have<br>DIED<br>since opening ');
document.writeln('                    <br>');
document.writeln('                    ');
document.writeln('                    this web page...</strong></font></div></td>');
document.writeln('              </tr>');
document.writeln('              <tr> ');
document.writeln('                <td><div align="center"> ');
document.writeln('                    <form name="d">');
document.writeln('                      <input type="text" size="5" name="d2" style="font-family: Times; font-size: 18pt; text-align: right; color: #FF0000; padding: 0" bgcolor="#DBE6EC">');
document.writeln('                    </form>');
document.writeln('                  </div></td>');
document.writeln('              </tr>');
document.writeln('            </table>');
document.writeln('            <span class="title"><font color="#495677" size="4" face="Times New Roman, Times, serif"><strong>150,000 ');
document.writeln('            People <br>');
document.writeln('            Will Die Today</strong></font></span><br> <font color="#495677" size="2" face="ATimes New Roman, Times, serif">The ');
document.writeln('            counter to the side is ticking off the number of people who have died ');
document.writeln('            since you opened this webpage. The vast majority of those people are ');
document.writeln('            entering Hell.<br> Christ commanded us: <em>go ye into all the World ');
document.writeln('            and preach the Gospel</em> ...<br>Who have you told <strong><em>today</em></strong>?</font></td>');
document.writeln('        </tr>');
document.writeln('      </table> </td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('');
document.writeln('<script>');
document.writeln('' + '<' + '!' + '-' + '-' + '');
document.writeln('/*By George Chiang. (JK\'s ultimate JavaScript tutorial and free JavaScripts site!)');
document.writeln('http://www.javascriptkit.com');
document.writeln('Credit MUST stay intact for use*/');
document.writeln('var milisec=0');
document.writeln('var seconds=0');
document.writeln('document.d.d2.value=\'0\'');
document.writeln('function display(){');
document.writeln('if (milisec>=9){');
document.writeln('milisec=0');
document.writeln('seconds+=1');
document.writeln('}');
document.writeln('else');
document.writeln('milisec+=1');
document.writeln('');
document.writeln('Number.prototype.insertComma = function(){');
document.writeln('  var s = this.toString();');
document.writeln('  var temp = \'\';');
document.writeln('  for (var i=s.length-1;i>=0;i-=3){');
document.writeln('    if ((i-3)>=0) temp = "," + s.substr(i-2, 3) + temp;');
document.writeln('    else temp = s.substring(0, i+1) + temp;');
document.writeln('  }');
document.writeln('  return temp;');
document.writeln('}');
document.writeln('');
document.writeln('document.d.d2.value = seconds.insertComma() + "." + milisec');
document.writeln('setTimeout("display()",100/1.78)');
document.writeln('}');
document.writeln('display()');
document.writeln('//' + '-' + '-' + '>' + '');
document.writeln('      </script>');
// -->

