var today = new Date(); 		/* heute */
var second_heute = today.getTime(); 

var welt_jahr = 93312000000 
	/*Zahl der Millisekunden in einem Jahr: für unsere Welt ist es 365 (Tage pro Jahr) x24 (Stunden pro Tag) x 60 (Minuten 
	pro Stunde) x 60 (Sekunden pro Minuten) x 1000 (wegen der milli-)*/

var jahre_past = second_heute/welt_jahr
var tage_calc = second_heute%welt_jahr
var jahre_calc = second_heute - tage_calc
var ganz_jahre = jahre_calc/welt_jahr
var jahr_1970 = 604
	/* Das Jahr, in dem bei uns der 1. Januar 1970 war */

var welt_jahr_jetzt = jahr_1970 + ganz_jahre

var nr_of_tage = 360 /*Zahl der Tage pro Jahr*/

var seconds_per_tag = welt_jahr/nr_of_tage
var past_tage_dies_jahr = tage_calc / seconds_per_tag
var part_of_tag =  tage_calc % seconds_per_tag
var ganz_tage_past_calc = tage_calc - part_of_tag 
var ganz_tage = ganz_tage_past_calc/seconds_per_tag

/* Tag im Monat */ 

var zahl_monate = 36 /* tage im monat */
var tag_der_monat = (ganz_tage % zahl_monate)
var monat_tag = tag_der_monat + 1 

/* Mondphasen */

var nilhat=ganz_tage%36 /*Zahl der Tage in denen Nilhat Esper umkreist*/

if (nilhat < 4 && nilhat >=0)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_neu.gif"> &nbsp; ')
}

if (nilhat < 8 && nilhat >=4)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_zu_sichel.gif"> &nbsp; ')
}

if (nilhat < 12 && nilhat >=8)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_zu_halb.gif"> &nbsp; ')
}

if (nilhat < 16 && nilhat >=12)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_zu.gif"> &nbsp; ')
}

if (nilhat < 21 && nilhat >=16)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_voll.gif"> &nbsp; ')
}

if (nilhat < 26 && nilhat >=21)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_ab.gif"> &nbsp; ')
}

if (nilhat < 31 && nilhat >=26)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_ab_halb.gif"> &nbsp; ')
}

if (nilhat < 36 && nilhat >=31)
{
	document.write('<IMG SRC="http://www.annor.de/images/n_ab_sichel.gif"> &nbsp; ')
}

var lanhat=ganz_tage%360 /*Zahl der Tage in denen Lanhat Esper umkreist*/

if (lanhat < 4 && lanhat >=0)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="15" height="15">')
}

if (lanhat < 8 && lanhat >=4)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="17" height="17">')
}

if (lanhat < 17 && lanhat >=8)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="19" height="19">')
}

if (lanhat < 26 && lanhat >=17)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab.gif" width="19" height="19">')
}

if (lanhat < 35 && lanhat >=26)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb.gif">')
}

if (lanhat < 39 && lanhat >=35)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_sichel.gif">')
}

if (lanhat < 92 && lanhat >=39)
{
	document.write('<IMG SRC="http://www.annor.de/images/blank.gif">')
}

if (lanhat < 97 && lanhat >=92)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_sichel.gif" width="5" height="5">')
}

if (lanhat < 102 && lanhat >=97)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_sichel.gif" width="9" height="9">')
}

if (lanhat < 107 && lanhat >=102)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_sichel.gif" width="13" height="13">')
}

if (lanhat < 111 && lanhat >=107)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_sichel.gif" width="16" height="16">')
}

if (lanhat < 136 && lanhat >=111)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_sichel.gif">')
}

if (lanhat < 141 && lanhat >=136)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_halb.gif">')
}

if (lanhat < 156 && lanhat >=141)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu.gif">')
}

if (lanhat < 166 && lanhat >=156)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif">')
}

if (lanhat < 176 && lanhat >=166)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab.gif">')
}

if (lanhat < 181 && lanhat >=176)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_zu_halb.gif">')
}

if (lanhat < 216 && lanhat >=181)
{
	document.write('<IMG SRC="http://www.annor.de/images/blank.gif">')
}

if (lanhat < 221 && lanhat >=216)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_sichel.gif" width="5" height="5">')
}

if (lanhat < 226 && lanhat >=221)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_sichel.gif" width="9" height="9">')
}

if (lanhat < 231 && lanhat >=226)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_sichel.gif" width="13" height="13">')
}

if (lanhat < 236 && lanhat >=231)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_sichel.gif" width="16" height="16">')
}

if (lanhat < 241 && lanhat >=236)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb.gif">')
}


if (lanhat < 246 && lanhat >=241)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_1.gif">')
}

if (lanhat < 251 && lanhat >=246)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_2.gif">')
}

if (lanhat < 256 && lanhat >=251)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_3.gif">')
}

if (lanhat < 261 && lanhat >=256)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_4.gif">')
}

if (lanhat < 266 && lanhat >=261)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_5.gif">')
}

if (lanhat < 271 && lanhat >=266)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_6.gif">')
}

if (lanhat < 276 && lanhat >=271)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_7.gif">')
}

if (lanhat < 281 && lanhat >=276)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_ab_halb_8.gif">')
}

if (lanhat < 331 && lanhat >=281)
{
	document.write('<IMG SRC="http://www.annor.de/images/blank.gif">')
}

if (lanhat < 336 && lanhat >=331)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="13" height="13">')
}

if (lanhat < 341 && lanhat >=336)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="9" height="9">')
}

if (lanhat < 346 && lanhat >=341)
{
	document.write('<IMG SRC="http://www.annor.de/images/blank.gif">')
}

if (lanhat < 351 && lanhat >=346)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="9" height="9">')
}

if (lanhat < 360 && lanhat >=351)
{
	document.write('<IMG SRC="http://www.annor.de/images/l_voll.gif" width="13" height="13">')
}

