<!-- 
document.writeln('<table width="200"    border="3"   align="center" cellpadding="0" cellspacing="3" bgcolor="#554433"">');
document.writeln('  <tr>');
document.writeln('    <td><table width="100%" border="0"  cellpadding="2" cellspacing="0" bgcolor="#554433"">');
document.writeln('        <tr> ');
document.writeln('          <td><table width="200" border="3" bordercolor="#FFFB9C" align="right" cellpadding="2" cellspacing="0" bgcolor="#554433"">');
document.writeln('              <tr> ');
document.writeln('                <td align="center"> <div align="center"><font color="#FFFB9C" size="2" face="Times New Roman, Times, serif"><strong>People that have DIED<br>since opening ');
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: #554433; padding: 0" bgcolor="#FFFB9C">');
document.writeln('                    </form>');
document.writeln('                  </div></td>');
document.writeln('              </tr>');
document.writeln('            </table>');
document.writeln('            <center><span class="title"><font color="#FFFB9C" size="3" face="Times New Roman, Times, serif"><strong>155,000 People Die Everyday. . . <br>Two every second. . . </strong></font></span></center>');
document.writeln('	 		  <br><br> ');
document.writeln('			   <font color="#FFFB9C" size="3" face="Times New Roman, Times, serif">According to the Lord Jesus Christ, most people die and go to hell. <br><br>". . . for wide is the gate, and broad is the way, that leadeth to destruction, and many there be which go in thereat:" Matthew 7:13 ');
document.writeln('            </em></font><br><br><center><font color="#FFFB9C" size="5" face="ATimes New Roman, Times, serif"><strong><em>Your Death Is Coming!</em></strong></font><br><font color="#FFFB9C" size="3" face="ATimes New Roman, Times, serif">Are YOU prepared to die?</font></center></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>');
// -->

