<!-- 
document.writeln('  <table width="485" border="0" align="left" cellpadding="2" cellspacing="0">');
document.writeln('                <td width="65">');
document.writeln('                    <form name="d">');
document.writeln('                      <input type="text" align="right" size="5" name="d2" text-align: right; color: #FF0000; padding: 0">');
document.writeln('                    </form></td>');
document.writeln('  <td><div align="left"># of people who have died since you opened this webpage.<br>10 out of 10 people die. Are you ready?<br><a link="#500000" href="http://www.livingwaters.com/good/" target="_blank" title="This is worth your time. Nothing is more important...">Click here to find out.</a></div></td>');
document.writeln('              </tr>');
document.writeln('            </table>');
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>');
// -->
