/* 2004 - Demetrey Iljin */

/* Cookies for QuickJump and ShoutBox/SuchFeld */
function window.parent.boxSetCookie(){
  var now=new Date()
  window.parent.fixDate(now)
  now.setTime(now.getTime()+31*24*60*60*1000)

  window.parent.shoutboxCookie=window.parent.getCookie("shoutboxCookie")
  if(!window.parent.shoutboxCookie)
   window.parent.shoutboxCookie=""
   window.parent.setCookie("shoutboxCookie",shoutBox,now)
			             }


function window.parent.boxCheckCookie(){
  window.parent.shoutboxCookie=window.parent.getCookie("shoutboxCookie");
  if ((!window.parent.shoutboxCookie)||(window.parent.shoutboxCookie==0)){window.parent.SuchFeldLoader();return;}
  if (window.parent.shoutboxCookie==1){window.parent.ShoutBoxLoader();return;}
                                       }

function window.parent.boxMainLoader(){
  if (window.parent.shoutBox==0){
   window.parent.ShoutBoxLoader();
   window.parent.boxSetCookie();
  return;
                                }
  if (window.parent.shoutBox==1){
   window.parent.SuchFeldLoader();
   window.parent.boxSetCookie();
  return;
				}
			              }

function window.parent.ShoutBoxLoader(){
  window.parent.shoutBox=1
  window.parent.menuShoutboxText="Suchfeld"
  document.getElementById("shout_00").src="menu/tasten/suche_00.jpg"
  window.parent.shoutboxurl="http://96726.myshoutbox.com/"
  document.getElementById("suchFeld").style.display="none"
  document.getElementById("ShoutBox").style.display="block"
  document.getElementById("ShoutBox").src=window.parent.shoutboxurl
				       }

function window.parent.SuchFeldLoader(){
  window.parent.shoutBox=0
  window.parent.menuShoutboxText="ShoutBox"
  document.getElementById("shout_00").src="menu/tasten/shout_00.jpg"
  window.parent.shoutboxurl=""
  document.getElementById("ShoutBox").style.display="none"
  document.getElementById("suchFeld").style.display="block"
				       }

function window.parent.boxMouseOver(){
if (window.parent.shoutBox==1){document.getElementById("shout_00").src="menu/tasten/suche_01.jpg"}
if (window.parent.shoutBox==0){document.getElementById("shout_00").src="menu/tasten/shout_01.jpg"}
				     }

function window.parent.boxMouseOut(){
if (window.parent.shoutBox==1){document.getElementById("shout_00").src="menu/tasten/suche_00.jpg"}
if (window.parent.shoutBox==0){document.getElementById("shout_00").src="menu/tasten/shout_00.jpg"}
				    }

/* Filling the Forms if the Cookies exists */
function window.parent.manageCookie(){
  window.parent.userCookie=document.getElementById("cookieTable");
  if (window.parent.userCookie==null){return;}
  if (window.parent.userCookie!=null){
   window.parent.formArray=hauptInhalt.all.tags("FORM");
   if (window.parent.formArray[0].action=='http://www.abfragen.de/lexika12.asp'){
    var vorName=getCookie("vorName");

    if (!vorName){document.vor.name.value='Vorname eingeben'}
     else{document.vor.name.value=vorName}
										}
   if (window.parent.formArray[0].action=='http://www.abfragen.de/gesund2.asp'){
    var birthDay=getCookie("birthDay");
    var birthMonth=getCookie("birthMonth");
    var birthYear=getCookie("birthYear");

    if (!birthDay){document.bio.tag.value='tt'}
     else{document.bio.tag.value=birthDay}
    if (!birthMonth){document.bio.monat.value='mm'}
     else{document.bio.monat.value=birthMonth}
    if (!birthYear){document.bio.jahr.value='jahr'}
     else{document.bio.jahr.value=birthYear}
									       }
   if (window.parent.formArray[0].action=='http://www.abfragen.de/ernaehrung3.asp'){
    var sex=getCookie("sex");
    var height=getCookie("height");
    var weight=getCookie("weight");

    if (!sex){document.gewichtCheck.Geschlecht.value='mannlich'}
     else{document.gewichtCheck.Geschlecht.value=sex}
    if (!height){document.gewichtCheck.hoehe.value='Hoeche eingeben'}
     else{document.gewichtCheck.hoehe.value=height}
    if (!weight){document.gewichtCheck.gewicht.value='Gewicht eingeben'}
     else{document.gewichtCheck.gewicht.value=weight}
									           }
   if (window.parent.formArray[0].action=='http://www.astroguide.de/galileoonline/galileocgi.exe'){
    var vorName=getCookie("vorName");
    var sex=getCookie("sex");
    var birthDatum=getCookie("birthDatum");
    var birthZeit=getCookie("birthZeit");
    var birthLand=getCookie("birthLand");
    var birthCity=getCookie("birthCity");
    var eMail=getCookie("eMail");
    var birthDay=getCookie("birthDay");
    var birthMonth=getCookie("birthMonth");
    var birthYear=getCookie("birthYear");

    if (!vorName){document.horoskop1.name1.value='Vorname eingeben'}
     else{document.horoskop1.name1.value=vorName}
    if (!sex){document.horoskop1.geschlecht1.value='M'}
     else{document.horoskop1.geschlecht1.value=sex}
    if (!birthDatum){
     if ((!birthDay)&&(!birthMonth)&&(!birthYear)){document.horoskop1.datum1.value='Tag.Monat.Jahr'}
      else{document.horoskop1.datum1.value=birthDay+'.'+birthMonth+'.'+birthYear}
		    }
     else{document.horoskop1.datum1.value=birthDatum}
    if (!birthZeit){document.horoskop1.zeit1.value='Stunde:Minute'}
     else{document.horoskop1.zeit1.value=birthZeit}
    if (!birthLand){document.horoskop1.land1.value='Land eingeben'}
     else{document.horoskop1.land1.value=birthLand}
    if (!birthCity){document.horoskop1.ort1.value='Geburtsort eingeben'}
     else{document.horoskop1.ort1.value=birthCity}
    if (!eMail){document.horoskop1.email.value='name@domain.de'}
     else{document.horoskop1.email.value=eMail}
                                                                                                  }
   if (window.parent.formArray[0].action=='http://www.astroguide.de/galileoonline/Galileocgi.exe'){
    var vorName=getCookie("vorName");
    var sex=getCookie("sex");
    var birthDatum=getCookie("birthDatum");
    var birthDay=getCookie("birthDay");
    var birthMonth=getCookie("birthMonth");
    var birthYear=getCookie("birthYear");
    var birthZeit=getCookie("birthZeit");
    var birthLand=getCookie("birthLand");
    var birthCity=getCookie("birthCity");
    var vorName2=getCookie("vorName2");
    var sex2=getCookie("sex2");
    var birthDatum2=getCookie("birthDatum2");
    var birthDay2=getCookie("birthDay2");
    var birthMonth2=getCookie("birthMonth2");
    var birthYear2=getCookie("birthYear2");
    var birthZeit2=getCookie("birthZeit2");
    var birthLand2=getCookie("birthLand2");
    var birthCity2=getCookie("birthCity2");
    var eMail=getCookie("eMail");

    if (!vorName){document.form1.name1.value='Vorname eingeben'}
     else{document.form1.name1.value=vorName}
    if (!sex){document.form1.geschlecht1.value='W'}
     else{document.form1.geschlecht1.value=sex}
    if (!birthDatum){
     if ((!birthDay)&&(!birthMonth)&&(!birthYear)){document.form1.datum1.value='Tag.Monat.Jahr'}
      else{document.form1.datum1.value=birthDay+'.'+birthMonth+'.'+birthYear}
		    }
     else{document.form1.datum1.value=birthDatum}
    if (document.getElementById("checkingAform")!=null){
    if (!vorName2){document.form1.name2.value='Vorname eingeben'}
     else{document.form1.name2.value=vorName2}
    if (!sex2){document.form1.geschlecht2.value='W'}
     else{document.form1.geschlecht2.value=sex2}
    if (!birthDatum2){
     if ((!birthDay2)&&(!birthMonth2)&&(!birthYear2)){document.form1.datum2.value='Tag.Monat.Jahr'}
      else{document.form1.datum2.value=birthDay2+'.'+birthMonth2+'.'+birthYear2}
		     }
     else{document.form1.datum2.value=birthDatum2}
						       }
    if (document.getElementById("checkingAform2")!=null){
    if (!vorName){document.form1.name1.value='Vorname eingeben'}
     else{document.form1.name1.value=vorName}
    if (!sex){document.form1.geschlecht1.value='W'}
     else{document.form1.geschlecht1.value=sex}
    if (!birthDatum){
     if ((!birthDay)&&(!birthMonth)&&(!birthYear)){document.form1.datum1.value='Tag.Monat.Jahr'}
      else{document.form1.datum1.value=birthDay+'.'+birthMonth+'.'+birthYear}
		    }
     else{document.form1.datum1.value=birthDatum}
    if (!birthZeit){document.form1.name1.value='Stunde:Minute'}
     else{document.form1.zeit1.value=birthZeit}
    if (!birthLand){document.form1.zeit1.value=''}
     else{document.form1.land1.value=birthLand}
    if (!birthCity){document.form1.ort1.value='Geburtsort eingeben'}
     else{document.form1.ort1.value=birthCity}
    if (!vorName2){document.form1.name2.value='Vorname eingeben'}
     else{document.form1.name2.value=vorName2}
    if (!sex2){document.form1.geschlecht2.value='W'}
     else{document.form1.geschlecht2.value=sex2}
    if (!birthDatum2){
     if ((!birthDay2)&&(!birthMonth2)&&(!birthYear2)){document.form1.datum2.value='Tag.Monat.Jahr'}
      else{document.form1.datum2.value=birthDay2+'.'+birthMonth2+'.'+birthYear2}
		    }
     else{document.form1.datum2.value=birthDatum2}
    if (!birthZeit2){document.form1.zeit2.value='Stunde:Minute'}
     else{document.form1.zeit2.value=birthZeit2}
    if (!birthLand2){document.form1.land2.value=''}
     else{document.form1.land2.value=birthLand2}
    if (!birthCity2){document.form1.ort2.value='Geburtsort eingeben'}
     else{document.form1.ort2.value=birthCity2}
    if (!eMail){document.form1.email.value='name@domain.de'}
     else{document.form1.email.value=eMail}
						        }
                                                                                                  }
   if (window.parent.formArray[0].id=='hauptReg'){
     var vorName=getCookie("vorName");
     var nachName=getCookie("nachName");
     var sex=getCookie("sex");
     var birthDay=getCookie("birthDay");
     var birthMonth=getCookie("birthMonth");
     var birthYear=getCookie("birthYear");
     var birthLand=getCookie("birthLand");
     var birthCity=getCookie("birthCity");
     var wohnLand=getCookie("wohnLand");
     var wohnCity=getCookie("wohnCity");
     var wohnPLZ=getCookie("wohnPLZ");
     var login=getCookie("login");
     var password=getCookie("password");
     var password2=getCookie("password2");
     var eMail=getCookie("eMail");

    if (!vorName){document.hauptReg.vorname.value='Vorname eingeben'}
     else{document.hauptReg.vorname.value=vorName}
    if (!nachName){document.hauptReg.nachname.value='Nachname eingeben'}
     else{document.hauptReg.nachname.value=nachName}
    if (!sex){document.hauptReg.geschlecht.value=''}
     else{document.hauptReg.geschlecht.value=sex}
    if (!birthDay){document.hauptReg.tag.value='tt'}
     else{document.hauptReg.tag.value=birthDay}
    if (!birthMonth){document.hauptReg.monat.value='mm'}
     else{document.hauptReg.monat.value=birthMonth}
    if (!birthYear){document.hauptReg.jahr.value='jahr'}
     else{document.hauptReg.jahr.value=birthYear}
    if (!birthLand){document.hauptReg.land.value=''}
     else{document.hauptReg.land.value=birthLand}
    if (!birthCity){document.hauptReg.ort.value='Geburtsort eingeben'}
     else{document.hauptReg.ort.value=birthCity}
    if (!wohnLand){document.hauptReg.wland.value=''}
     else{document.hauptReg.wland.value=wohnLand}
    if (!wohnPLZ){document.hauptReg.plz.value='PLZ'}
     else{document.hauptReg.plz.value=wohnPLZ}
    if (!wohnCity){document.hauptReg.wort.value='Wohnort eingeben'}
     else{document.hauptReg.wort.value=wohnCity}
    if (!login){document.hauptReg.login.value='Login eingeben'}
     else{document.hauptReg.login.value=login}
    if (!password){document.hauptReg.pass.value=''}
     else{document.hauptReg.pass.value=password}
    if (!password2){document.hauptReg.pass2.value=''}
     else{document.hauptReg.pass2.value=password2}
    if (!eMail){document.hauptReg.mail.value='name@domain.de'}
     else{document.hauptReg.mail.value=eMail}
						 }
   if (document.getElementById("webKamera")!=null){
    var wohnCity=getCookie("wohnCity");
    if (!wohnCity){document.webkameras.suche.value='Stadt eingeben'}
     else{document.webkameras.suche.value=wohnCity}
						  }
   if (document.getElementById("kennzeichen")!=null){
    var autoKFZ=getCookie("autoKFZ");
    if (!autoKFZ){document.kfz.ort.value='KFZ-Kennung oder Ort eingeben'}
     else{document.kfz.ort.value=autoKFZ}
						    }
   if (document.getElementById("stadtinfo")!=null){
    var wohnCity=getCookie("wohnCity");
    if (!wohnCity){document.stadtinfo.STADTSUCHE.value='Stadt eingeben'}
     else{document.stadtinfo.STADTSUCHE.value=wohnCity}
						  }
   if (document.getElementById("zeitzone")!=null){
    var wohnLand=getCookie("wohnLand");
    if (!wohnLand){document.zeitzone.start1.value=''}
     else{document.zeitzone.start1.value=wohnLand}
						 }
   if (document.getElementById("apotheke")!=null){
    var wohnPLZ=getCookie("wohnPLZ");
    if (!wohnPLZ){document.apotheke.plz.value='PLZ eingeben'}
     else{document.apotheke.plz.value=wohnPLZ}
						 }
   if (document.getElementById("notdienst")!=null){
    var wohnPLZ=getCookie("wohnPLZ");
    if (!wohnPLZ){document.notdienst.plz.value='PLZ eingeben'}
     else{document.notdienst.plz.value=wohnPLZ}
						  }
   if (document.getElementById("arzt")!=null){
    var wohnPLZ=getCookie("wohnPLZ");
    if (!wohnPLZ){document.arzt.plz.value='PLZ eingeben'}
     else{document.arzt.plz.value=wohnPLZ}
				             }
   if (document.getElementById("fitness")!=null){
    var wohnPLZ=getCookie("wohnPLZ");
    var wohnCity=getCookie("wohnCity");
    var wohnLand=getCookie("wohnLand");
    if (!wohnPLZ){document.fitness.frmstr_ADDRESS_PLZ.value='PLZ'}
     else{document.fitness.frmstr_ADDRESS_PLZ.value=wohnPLZ}
    if (!wohnCity){document.fitness.frmstr_ADDRESS_CITY.value='Ortsname eingeben'}
     else{document.fitness.frmstr_ADDRESS_CITY.value=wohnCity}
    if (!wohnLand){document.fitness.frmstr_ADDRESS_COUNTRY.value=''}
     else{document.fitness.frmstr_ADDRESS_COUNTRY.value=wohnLand}
				                }
   if (document.getElementById("bank")!=null){
    var wohnPLZ=getCookie("wohnPLZ");
    if (!wohnPLZ){document.bank.ort.value='PLZ eingeben'}
     else{document.bank.ort.value=wohnPLZ}
				             }
   if (document.getElementById("vorwahl")!=null){
    var wohnCity=getCookie("wohnCity");
    if (!wohnCity){document.vorwahl.Lookup.value='Ortsname eingeben'}
     else{document.vorwahl.Lookup.value=wohnCity}
				                }
   if (document.getElementById("radar")!=null){
    var wohnCity=getCookie("wohnCity");
    var radar=getCookie("radar");
    if (!wohnCity){document.radar.querry.value='Ort eingeben'}
     else{document.radar.querry.value=wohnCity}
    if (!radar){document.radar.art.value=''}
     else{document.radar.art.value=radar}
				              }
   if (document.getElementById("Fern_44")!=null){
    var bedienungCookie=getCookie("bedienungCookie");
    if (!wohnCity){document.Fern_44.fern_blend.value=''}
     else{document.Fern_44.fern_blend.value=bedienungCookie}
                                                }
						 }
				     }
				     

/* Saving a Cookies */
function window.parent.saveCookie(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
   window.parent.formArray=hauptInhalt.all.tags("FORM");

  if (window.parent.formArray[0].action=='http://www.abfragen.de/lexika12.asp'){
   var vorName=getCookie("vorName");
   if (!vorName){vorName=""}
   setCookie("vorName", a, now);
									       }
  if (window.parent.formArray[0].action=='http://www.abfragen.de/gesund2.asp'){
   var birthDay=getCookie("birthDay");
   var birthMonth=getCookie("birthMonth");
   var birthYear=getCookie("birthYear");

   if (!birthDay){vorName=""}
    setCookie("birthDay", a, now);
   if (!birthMonth){vorName=""}
    setCookie("birthMonth", b, now);
   if (!birthYear){vorName=""}
    setCookie("birthYear", c, now);
									      }
  if (window.parent.formArray[0].action=='http://www.abfragen.de/ernaehrung3.asp'){
   var sex=getCookie("sex");
   var height=getCookie("height");
   var weight=getCookie("weight");
   alert(document.gewichtCheck.Geschlecht.value);
   if (!sex){sex=""}
    setCookie("sex", a, now);
   if (!height){height=""}
    setCookie("height", b, now);
   if (!weight){weight=""}
    setCookie("weight", c, now);
										  }
  if (window.parent.formArray[0].action=='http://www.astroguide.de/galileoonline/galileocgi.exe'){
   var vorName=getCookie("vorName");
   var sex=getCookie("sex");
   var birthDatum=getCookie("birthDatum");
   var birthZeit=getCookie("birthZeit");
   var birthLand=getCookie("birthLand");
   var birthCity=getCookie("birthCity");
   var eMail=getCookie("eMail");

   if (!vorName){vorName=""}
    setCookie("vorName", a, now);
   if (!sex){sex=""}
    setCookie("sex", b, now);
   if (!birthDatum){birthDatum=""}
    setCookie("birthDatum", c, now);
   if (!birthZeit){birthZeit=""}
    setCookie("birthZeit", d, now);
   if (!birthLand){birthLand=""}
    setCookie("birthLand", e, now);
   if (!birthCity){birthCity=""}
    setCookie("birthCity", f, now);
   if (!eMail){eMail=""}
    setCookie("eMail", g, now);
                                                                                                 }
  if (window.parent.formArray[0].action=='http://www.astroguide.de/galileoonline/Galileocgi.exe'){
   var vorName=getCookie("vorName");
   var sex=getCookie("sex");
   var birthDatum=getCookie("birthDatum");
   var birthZeit=getCookie("birthZeit");
   var birthLand=getCookie("birthLand");
   var birthCity=getCookie("birthCity");
   var vorName2=getCookie("vorName2");
   var sex2=getCookie("sex2");
   var birthDatum2=getCookie("birthDatum2");
   var birthZeit2=getCookie("birthZeit2");
   var birthLand2=getCookie("birthLand2");
   var birthCity2=getCookie("birthCity2");
   var eMail=getCookie("eMail");

   if (!vorName){vorName=""}
    setCookie("vorName", a, now);
   if (!sex){sex=""}
    setCookie("sex", b, now);
   if (!birthDatum){birthDatum=""}
    setCookie("birthDatum", c, now);
   if (document.getElementById("checkingAform")!=null){
   if (!vorName2){vorName2=""}
    setCookie("vorName2", d, now);
   if (!sex2){sex2=""}
    setCookie("sex2", e, now);
   if (!birthDatum2){birthDatum2=""}
    setCookie("birthDatum2", f, now);
						      }
   if (document.getElementById("checkingAform2")!=null){
   if (!vorName){vorName=""}
    setCookie("vorName", a, now);
   if (!sex){sex=""}
    setCookie("sex", b, now);
   if (!birthDatum){birthDatum=""}
    setCookie("birthDatum", c, now);
   if (!birthZeit){birthZeit=""}
    setCookie("birthZeit", d, now);
   if (!birthLand){birthLand=""}
    setCookie("birthLand", e, now);
   if (!birthCity){birthCity=""}
    setCookie("birthCity", f, now);
   if (!vorName2){vorName2=""}
    setCookie("vorName2", g, now);
   if (!sex2){sex2=""}
    setCookie("sex2", h, now);
   if (!birthDatum2){birthDatum2=""}
    setCookie("birthDatum2", i, now);
   if (!birthZeit2){birthZeit2=""}
    setCookie("birthZeit2", j, now);
   if (!birthLand2){birthLand2=""}
    setCookie("birthLand2", k, now);
   if (!birthCity2){birthCity2=""}
    setCookie("birthCity2", l, now);
   if (!eMail){eMail=""}
    setCookie("eMail", m, now);
						       }
												 }
   if (window.parent.formArray[0].id=='hauptReg'){
     var vorName=getCookie("vorName");
     var nachName=getCookie("nachName");
     var sex=getCookie("sex");
     var birthDay=getCookie("birthDay");
     var birthMonth=getCookie("birthMonth");
     var birthYear=getCookie("birthYear");
     var birthLand=getCookie("birthLand");
     var birthCity=getCookie("birthCity");
     var wohnLand=getCookie("wohnLand");
     var wohnPLZ=getCookie("wohnPLZ");
     var wohnCity=getCookie("wohnCity");
     var login=getCookie("login");
     var password=getCookie("password");
     var password2=getCookie("password2");
     var eMail=getCookie("eMail");

   if (!vorName){vorName=""}
    setCookie("vorName", a, now);
   if (!nachName){nachName=""}
    setCookie("nachName", b, now);
   if (!sex){sex=""}
    setCookie("sex", c, now);
   if (!birthDay){birthDay=""}
    setCookie("birthDay", d, now);
   if (!birthMonth){birthMonth=""}
    setCookie("birthMonth", e, now);
   if (!birthYear){birthYear=""}
    setCookie("birthYear", f, now);
   if (!birthLand){birthLand=""}
    setCookie("birthLand", g, now);
   if (!birthCity){birthCity=""}
    setCookie("birthCity", h, now);
   if (!wohnLand){wohnLand=""}
    setCookie("wohnLand", i, now);
   if (!wohnPLZ){wohnPLZ=""}
    setCookie("wohnPLZ", j, now);
   if (!wohnCity){wohnCity=""}
    setCookie("wohnCity", k, now);
   if (!login){login=""}
    setCookie("login", l, now);
   if (!password){password=""}
    setCookie("password", m, now);
   if (!password2){password2=""}
    setCookie("password2", n, now);
   if (!eMail){eMail=""}
    setCookie("eMail", o, now);
						 }
										      }

/* Saving a Cookies II (User Local Services, last known as 9505,0.html) */
function window.parent.saveCookie_0(a){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
  var wohnCity=getCookie("wohnCity");
  if (!wohnCity){wohnCity=""}
   setCookie("wohnCity", a, now);
				      }

function window.parent.saveCookie_1(a){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
  var autoKFZ=getCookie("autoKFZ");
  if (!autoKFZ){autoKFZ=""}
   setCookie("autoKFZ", a, now);
				      }

function window.parent.saveCookie_2(a){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
  var wohnLand=getCookie("wohnLand");
  if (!wohnLand){wohnLand=""}
   setCookie("wohnLand", a, now);
				      }

function window.parent.saveCookie_3(a){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
  var wohnPLZ=getCookie("wohnPLZ");
  if (!wohnPLZ){wohnLand=""}
   setCookie("wohnPLZ", a, now);
				      }

function window.parent.saveCookie_4(a,b,c){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
  var wohnPLZ=getCookie("wohnPLZ");
  var wohnCity=getCookie("wohnCity");
  var wohnLand=getCookie("wohnLand");
  if (!wohnPLZ){wohnLand=""}
   setCookie("wohnPLZ", a, now);
  if (!wohnCity){wohnCity=""}
   setCookie("wohnCity", b, now);
  if (!wohnLand){wohnLand=""}
   setCookie("wohnLand", c, now);
				          }

function window.parent.saveCookie_5(a,b){
  var now=new Date();
   fixDate(now);
   now.setTime(now.getTime() + 31 * 24 * 60 * 60 * 1000);
  var wohnCity=getCookie("wohnCity");
  var radar=getCookie("radar");
  if (!wohnCity){wohnCity=""}
   setCookie("wohnCity", a, now);
  if (!radar){radar=""}
   setCookie("radar", b, now);

				        }
