|
|
|
|
Edo_Nation_Online A collection of Edo-related websites, cultures, and information.
| Renew_Your_Mind_Ministries Equipping the people of God to be successful in the areas of finance and marriage.
| Dennis_and_Brian A couple since 1990, living in Philadelphia, PA. Photographs of them and their cats.
| Colorado_Climax_Hockey Home of the Colorado Gay Ice Hockey Association (CGIHA) with practice and game schedules, tournaments, and player information.
| Chisholm_Trail_Cowboy_Church Enid, Oklahoma. Browse a calendar, view photos, or read news. Learn about the singers, prior guests, and trail rides.
| Newsboys A fan site with member profiles and photographs, and a discography.
|
|
| Alexa statistic for http://www.deathclock.com/ |
Please visit: http://www.deathclock.com/
|
| Related sites for http://www.deathclock.com/ |
| Access_-_Women\'s_Health_Rights_Coalition Works to ensure California low-income women are informed and supported to make the right reproductive choice through direct services, advocacy and community education, and combatting disinformation. | | Tannin From Wikipedia. Information about the demon Tannin. | | Appaji,_Sri The life and teachings of the saint who started preaching from his childhood and the ashram founded by him. | | Chronicles_of_the_Scotch-Irish_Settlement_in_Virginia Extracted from the original court records of Augusta County 1745-1800. | | Michael_Gurian\'s_Home_Page Pro-Men books by Michael Gurian, books that favor men's opinions and rights. | | Fullagar Ancestors of Daniel Shawn Fullagar. | | +ve_Online The positive magazine for everybody. News, actualities and information around HIV and AIDS. This is the online edition of the UK +ve Magazine. | | The_World_Food_Prize International award recognizing individuals who have improved the quality, quantity or availability of food in the world. Information on past winners, news, and information on a youth institute. | | Clara_Barton_District Serves congregations in Connecticut and western and central Massachusetts. | | Crime_Library__Arnold_Rothstein Writer Allan May presents a biography of New York mobster, gambler and bootlegger Arnold Rothstein. | | Cantu,_Roger An eMagazine of self discovery and enlightenment. Provides articles about Buddhism and related practices, and information about their seminars. | | Old_Catholic_Church_of_America Old Catholic, Carfora line. Uses "Knott Missal" (English version of Tridentine Mass). Chancery in DeForest, Wisconsin. | | Rotary_District_1160 Ireland. | | Astral_Traveler Spiritual Consciousness for this level and beyond. Discussions on all the facets of mankind, and the universe. | | Clan_MacLean_ Includes sections on history, news, names, locations and events. | | Magabala_Books_ Publisher of Australian indigenous books, by Australian Aboriginal and Torres Strait Island authors. | | Bible-Based_Cults Basic information on Peacemakers International. | | The_Beginning_of_Philip_of__Macedon\'s_Reign A portion of the works of Justin, 3rd Century C.E. | | Taino_Vocabulary A listing of vocabulary words remaining in Puerto Rico's vocabulary. | | Nutcase_#1 California man shares testimony, poems, and weblog. |
|
The Death Clock - When Am I Going To Die?
if(top != self) top.location = "http://www.deathclock.com";
if(document.images) {
obits = new Image(150,30); obits.src = "images/nav/obituaries.gif";
obits_over = new Image(150,30); obits_over.src = "images/nav/obituaries.h.gif";
will = new Image(150,29); will.src = "images/nav/yourwill.gif";
will_over = new Image(150,29); will_over.src = "images/nav/yourwill.h.gif";
mort = new Image(150,35); mort.src = "images/nav/mortuary.gif";
mort_over = new Image(150,35); mort_over.src = "images/nav/mortuary.h.gif";
letter = new Image(150,30); letter.src = "images/nav/deadletter.gif";
letter_over = new Image(150,30); letter_over.src = "images/nav/deadletter.h.gif";
testament = new Image(150,30); testament.src = "images/nav/testament.gif";
testament_over = new Image(150,30); testament_over.src = "images/nav/testament.h.gif";
prayer = new Image(150,25); prayer.src = "images/nav/yourprayer.gif";
prayer_over = new Image(150,25); prayer_over.src = "images/nav/yourprayer.h.gif";
}
function over(img) {
if(document.images) document [img].src = eval(img+"_over.src");
}
function off(img) {
if(document.images) document [img].src = eval(img+".src");
}
var BASE = "http://www.deathclock.com/";
function windowob(name,src, width, height,options) {
this.name = name;
this.src = BASE + src;
this.width = width;
this.height = height;
if(options) this.options = options;
}
var deathwin = new windowob('deathwin','dw.cfm',419,273,'toolbar=no,directories=no,status=no,scrollbars=no,resizable=yes,menubar=no')
function launchwindow(obj) {
var width = obj.width;
var height = obj.height;
var src = obj.src;
if(obj.options) obj = window.open("",obj.name,"width="+width+",height="+height+","+obj.options);
else obj = window.open("",obj.name,"toolbar=no,width="+width+",height="+height+",directories=no,status=no,scrollbars=yes,resizable=no,menubar=no");
if(obj != null) {
if(obj.opener == null) obj.opener = self;
obj.location.href = src;
if(document.images) obj.focus();
}
}
// --------------------------------------------------------------
// Send out our email
// --------------------------------------------------------------
function MM_Mail()
{
fname = document.bminame.FName.value;
lname = document.bminame.LName.value;
addr = document.bminame.Addr.value;
city = document.bminame.City.value;
StVal = document.bminame.State.selectedIndex;
state = eval('document.bminame.State.options[StVal].text');
zip = document.bminame.Zip.value;
country = document.bminame.Country.value;
email = document.bminame.Email.value;
var URL = eval('BmiMail.cfm?URL_FName=' + fname + '&URL_LName=' + lname +
'&URL_Addr=' + addr + '&URL_City=' + city + '&URL_State=' + state +
'&URL_Zip=' + zip + '&URL_Country=' + countryr + '&URL_EMail=' + email);
var winVal = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes" +
",left=" + 5 + ",top=" + 200 + ",width=" + 5 + ",height=" + 5;
myWindow2 = window.open (URL,"", winVal);
}
function Valid(val,errormsg) {
for(var y = 0; y "9") {
alert("Illegal character in "+errormsg+" field.\nOnly digits are allowed.");
return false;
}
}
return true;
}
function LeapYear(year) {
if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) return true;
else return false;
}
function okForm(myday,mymonth,myyear) {
//Check for valid numbers
if(!Valid(myday,"Day")) {
document.main.day.value = 1;
return false;
}
if(!Valid(myyear,"Year")) {
document.main.year.value = 1973;
return false;
}
if(!myday || myday 31) {
alert("The maximum number of days in a month is 31.\n"+myday+" is invalid.");
document.main.day.value = 1;
return false;
}
if((mymonth==3) || (mymonth==5) || (mymonth==8) || (mymonth==10)) {
if(myday>30) {
alert("Only 30 days in the month you have selected.");
document.main.day.value = 30;
return false;
}
}
if((mymonth==1) && (myday > 29)) {
alert("The maximum number of days in February is 29.\n"+myday+" is invalid.");
document.main.day.value = 29;
return false;
}
if( !LeapYear(myyear) && (mymonth == 1) && (myday > 28)) {
alert("There are only 28 days in February "+myyear);
document.main.day.value = 28;
return false;
}
if(myyear < 1900) {
alert("You must enter a year after 1899.");
return false;
}
if(myyear > 2100) {
alert("You must enter a year before 2100.");
return false;
}
if(!myyear || myyear == 0) {
alert("You must enter a year of birth.");
document.main.year.value = 1973;
return false;
}
return true;
}
function startDeath(form) {
if(okForm(form.day.value,form.month.selectedIndex,form.year.value)) {
trueSex = form.sex.options[form.sex.selectedIndex].text;
trueMode = form.mode.options[form.mode.selectedIndex].text;
deathwin.src = BASE + "dw.cfm?Day=" + form.day.value + "&Month=" + (form.month.selectedIndex+1) + "&Year=" + form.year.value + "&Sex=" + trueSex + "&Mode=" + trueMode + "&bmi=" + form.bmi.value + "&smoker=" + form.smoker.value;
launchwindow(deathwin);
}
return false;
}
// --------------------------------------------------------------
// Do oue BMI Calculations
// --------------------------------------------------------------
function MM_BMI()
{
br="ie";
if (navigator.appName == "Netscape")
{
br="ns";
}
ver = navigator.appVersion.substring(0,1);
var comnt = "";
WVal = document.main.weight.selectedIndex;
w = eval('document.main.weight.options[WVal].text');
w = (w * 1);
HtfVal = document.main.htf.selectedIndex;
Htf = eval('document.main.htf.options[HtfVal].text');
HeightFeetInt = (Htf * 1);
HtiVal = document.main.hti.selectedIndex;
Hti = eval('document.main.hti.options[HtiVal].text');
HeightInchesInt = (Hti * 1);
HeightFeetConvert = HeightFeetInt * 12;
h = HeightFeetConvert + HeightInchesInt;
displaybmi = (Math.round((w * 703) / (h * h)));
if (HeightInchesInt > 11)
{
reminderinches = mod(HeightInchesInt,12);
document.main.hti.value = reminderinches;
document.main.htf.value = HeightFeetInt + ((HeightInchesInt - reminderinches)/12);
document.main.answer.value = displaybmi;
}
if (displaybmi =19 && displaybmi =25 && displaybmi =30 && displaybmi 40)
{
comnt = "Extremely obese";
}
com = eval('"Your Category is: " + comnt');
if(document.all)
{
Comment.innerHTML = com;
}
else
{
if (ver
Last update: 03-Jul-08
Site hosted by Media3.
References
Fontaine KR, Redden DT, Wang C, Westfall AO, Allison DB. Years of life lost due to obesity.
JAMA. 2003 Jan 8;289(2):187-93.
Rogers RG, Powell-Griner E. Life expectancies of cigarette smokers and non-smokers in the United States. Soc Sci Med 1991;32 (10):1151-1159.
CIA World Factbook: Life expectancy
Copyright © 2008 The Death Clock. All rights reserved.
|
|