<!-- 
document.writeln('<table width="100%" border="0" align="center" cellpadding="0" cellspacing="3" bgcolor="#FFFFFF">');
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="#FF0000" size="2" face="Arial, Helvetica, sans-serif"><strong>Since opening ');
document.writeln('                    <br>');
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: Arial; font-size: 18pt; text-align: right; color: #FF0000; padding: 0">');
document.writeln('                    </form>');
document.writeln('                  </div></td>');
document.writeln('              </tr>');
document.writeln('            </table>');
document.writeln('            <span class="title"><font color="#000066" size="4" face="Arial, Helvetica, sans-serif"><strong>150,000 People Will Die Today</strong></font></span><br> <font color="#000066" size="2" face="Arial, Helvetica, sans-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. Christ commanded his followers to share the Gospel ');
document.writeln('            with those who are perishing ... who have you shared with <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>');
// -->

