<!-- 
document.writeln('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="3"');
document.writeln('  <tr>');
document.writeln('    <td><table width="100%" border="0" cellpadding="2" cellspacing="0">');
document.writeln('        <tr> ');
document.writeln('          <td><table width="100" border="0" align="right" cellpadding="2" cellspacing="0">');
document.writeln('              <tr> ');
document.writeln('                <td> <div align="right"><font color="#660000" size="2" face="Arial, Helvetica, sans-serif"><strong>Died since');
document.writeln('                    <br>');
document.writeln('                    opening this<br>');
document.writeln('                    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: Arial; font-size: 18pt; text-align: right; color: #660000; padding: 0">');
document.writeln('                  </div></td>');
document.writeln('              </tr>');
document.writeln('            </table>');
document.writeln('            <span class="title"><font color="#000000" size="4" face="Georgia,Trebuchet MS,Verdana,Helvetica,Arial,sans-serif"><strong>150,000 ');
document.writeln('            People <br>');
document.writeln('            Will Die Today</strong></font></span><br><br><font color="#000000" size="2" face="Trebuchet MS,Verdana,Helvetica,Arial, Helvetica, sans-serif">The ');
document.writeln('            counter above is counting 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><br>Jesus commanded his followers to share the Gospel ');
document.writeln('            with those who are perishing so they might repent and seek forgiveness... who have you shared with <strong><em>today</em></strong>?</font></td>');
document.writeln('        </tr>');
document.writeln('        <tr> ');
document.writeln('          <td><div align="center"><font color="#000066" size="1" face="Arial, Helvetica, sans-serif">Click ');
document.writeln('              here for free <a href="http://www.livingwaters.com/m_equip.shtml" target="_blank">Evangelism</a> ');
document.writeln('              resources.</font></div></td>');
document.writeln('        </tr>');
document.writeln('      </table> </td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('');
document.writeln('                    </form>');
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>');
// -->
