<!-- 
document.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="3" bgcolor="#FFFFFF">');
document.writeln('  <tr>');
document.writeln('    <td><table width="100%" border="0" align="right" cellpadding="2" cellspacing="0">');
document.writeln('        <tr>');
document.writeln('          <td width="95%" align="right">&nbsp;</td>');
document.writeln('              <td width="100" align="right">');
document.writeln('                <font color="#FF0000" size="2" face="Arial, Helvetica, sans-serif"><strong>Since opening<br>');
document.writeln('                 this web page...</strong>');
document.writeln('                </font> ');
document.writeln('              </td>');
document.writeln('            </tr>');
document.writeln('            <tr>');
document.writeln('              <td align="left"><font color="#000066" size="4" face="Arial, Helvetica, sans-serif"><strong>150,000 People<br>');
document.writeln('               Will Die Today</strong></font>');
document.writeln('              </td>');
document.writeln('              <td align="center">');
document.writeln('                 <form name="d"><input type="text" size="5" name="d2" style="font-family: Arial; font-size: 18pt; text-align: right; color: #FF0000; padding: 0"></form>');
document.writeln('              </td>');
document.writeln('              </tr>');
document.writeln('           </table>');
document.writeln('           <br>');
document.writeln('           </td>');
document.writeln('           </tr>');
document.writeln('           <tr><td>');
document.writeln('                 <font color="#000066" size="2" face="Arial, Helvetica, sans-serif">The counter to the ');
document.writeln('                 side is ticking off the number of people who have died since you opened this webpage. ');
document.writeln('                 The vast majority of those people are entering Hell. Christ commanded his followers to ');
document.writeln('                 share the Gospel with those who are perishing... who have you shared with <strong>');
document.writeln('                 <em>today</em></strong>?</font>');
document.writeln('           </td></tr>');
document.writeln('           <tr>');
document.writeln('              <td align="center">');
document.writeln('                 <font color="#000066" size="1" face="Arial, Helvetica, sans-serif">Click here for free <a href="http://www.livingwaters.com/index.php?option=com_content&task=view&id=396&Itemid=290" target="_blank">Evangelism</a> resources.</font>');
document.writeln('              </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>');
// -->
