var lcdefault=lifecalc_default;var lcborder=lifecalc_bordercolor==""?"":'border: 1px solid '+lifecalc_bordercolor+'; ';var lcbgcolor=lifecalc_bgcolor==""?"":'background-color: '+lifecalc_bgcolor+'; ';var lcfontfamily=lifecalc_font=""?"":'font-family: '+lifecalc_font+'; ';var lcfontsize=lifecalc_size==""?"":'font-size: '+lifecalc_size+'; ';var lccolor=lifecalc_color=""?"":'color: '+lifecalc_color+'; ';var lcwidth=lifecalc_width=""?"":'width: '+lifecalc_width+'px; ';document.write('
');document.write('Lebenserwartung
');document.write('
');document.write('
');document.write('');document.write('');document.write('
');document.write('');document.write('
');document.write('
');document.write('www.lifecalc.de');document.write('
');function lcRequest(birthday,gender,uniqueid,divtag){var xmlHttp=null;var res="";if(typeof XMLHttpRequest!='undefined'){xmlHttp=new XMLHttpRequest();};if(!xmlHttp){try{xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){xmlHttp=null;};};};if(xmlHttp){xmlHttp.open('GET','http://www.lifecalc.de/wscalc?birthday='+escape(birthday)+'&gender='+escape(gender)+'&uniqueid='+escape(uniqueid),true);xmlHttp.onreadystatechange=function(){if(xmlHttp.readyState==4){document.getElementById(divtag).innerHTML="Statistisch betrachtet fällt dein Todestag auf den "+xmlHttp.responseText+" \"Info\" ";};};xmlHttp.send(null);};};