function astro() {
var start = 1901, birthyear = document.zod.year.value, date=document.zod.date.value, month=document.zod.month.selectedIndex;
with (document.zod.astr){
if (month == 1 && date >=20 || month == 2 && date <=18) {value = "Verseau";}
if (month == 1 && date > 31) {value = "Impossible";}
if (month == 2 && date >=19 || month == 3 && date <=20) {value = "Poissons";}
if (month == 2 && date > 29) {value = "Impossible";}
if (month == 3 && date >=21 || month == 4 && date <=19) {value = "Bélier";}
if (month == 3 && date > 31) {value = "Impossible";}
if (month == 4 && date >=20 || month == 5 && date <=20) {value = "Taureau";}
if (month == 4 && date > 30) {value = "Impossible";}
if (month == 5 && date >=21 || month == 6 && date <=21) {value = "Gémeaux";}
if (month == 5 && date > 31) {value = "Impossible";}
if (month == 6 && date >=22 || month == 7 && date <=22) {value = "Cancer";}
if (month == 6 && date > 30) {value = "Impossible";}
if (month == 7 && date >=23 || month == 8 && date <=22) {value = "Lion";}
if (month == 7 && date > 31) {value = "Impossible";}
if (month == 8 && date >=23 || month == 9 && date <=22) {value = "Vièrge";}
if (month == 8 && date > 31) {value = "Impossible";}
if (month == 9 && date >=23 || month == 10 && date <=22) {value = "Libra";}
if (month == 9 && date > 30) {value = "Impossible";}
if (month == 10 && date >=23 || month == 11 && date <=21) {value = "Scorpion";}
if (month == 10 && date > 31) {value = "Impossible";}
if (month == 11 && date >=22 || month == 12 && date <=21) {value = "Sagittaire";}
if (month == 11 && date > 30) {value = "Impossible";}
if (month == 12 && date >=22 || month == 1 && date <=19) {value = "Capricorne";}
if (month == 12 && date > 31) {value = "Impossible";}}
x = (start - birthyear) % 12
with (document.zod.castr){
if (x == 1 || x == -11) {value = "Rat";}
if (x == 0) {value = "Ox";}
if (x == 11 || x == -1) {value = "Tigre";}
if (x == 10 || x == -2) {value = "Lapin/Chat";}
if (x == 9 || x == -3)  {value = "Dragon";}
if (x == 8 || x == -4)  {value ="Serpent";}
if (x == 7 || x == -5)  {value = "Cheval";}
if (x == 6 || x == -6)  {value = "Mouton/Chèvre";}
if (x == 5 || x == -7)  {value = "Singe";}
if (x == 4 || x == -8)  {value = "Coq/Phoenix";}
if (x == 3 || x == -9)  {value = "Chien";}
if (x == 2 || x == -10)  {value = "Boar";}}}

function signs()
{
	var signe = false, ascendant = false, start = 0, hour = document.zodiac.heure.value, date = document.zodiac.jour.value, month = document.zodiac.mois.selectedIndex;
	
	if (!hour || !month || !date) {deb = false}
	else deb = true;
	
	if (month == 1 && date >= 20 || month == 2 && date <= 18) {signe = "Verseau"; signe_ch = "verseau";}
	if (month == 1 && date > 31) {signe = false;}
	if (month == 2 && date >= 19 || month == 3 && date <= 20) {signe = "Poissons"; signe_ch = "poissons";}
	if (month == 2 && date > 29) {signe = false;}
	if (month == 3 && date >= 21 || month == 4 && date <= 19) {signe = "Bélier"; signe_ch = "belier";}
	if (month == 3 && date > 31) {signe = false;}
	if (month == 4 && date >= 20 || month == 5 && date <= 20) {signe = "Taureau"; signe_ch = "taureau";}
	if (month == 4 && date > 30) {signe = false;}
	if (month == 5 && date >= 21 || month == 6 && date <= 21) {signe = "Gémeaux"; signe_ch = "gemeaux";}
	if (month == 5 && date > 31) {signe = false;}
	if (month == 6 && date >= 22 || month == 7 && date <= 22) {signe = "Cancer"; signe_ch = "cancer";}
	if (month == 6 && date > 30) {signe = false;}
	if (month == 7 && date >= 23 || month == 8 && date <= 22) {signe = "Lion"; signe_ch = "lion";}
	if (month == 7 && date > 31) {signe = false;}
	if (month == 8 && date >= 23 || month == 9 && date <= 22) {signe = "Vierge"; signe_ch = "vierge";}
	if (month == 8 && date > 31) {signe = false;}
	if (month == 9 && date >= 23 || month == 10 && date <= 22) {signe = "Balance"; signe_ch = "balance";}
	if (month == 9 && date > 30) {signe = false;}
	if (month == 10 && date >= 23 || month == 11 && date <= 21) {signe = "Scorpion"; signe_ch = "scorpion";}
	if (month == 10 && date > 31) {signe = false;}
	if (month == 11 && date >= 22 || month == 12 && date <= 21) {signe = "Sagittaire"; signe_ch = "sagittaire";}
	if (month == 11 && date > 30) {signe = false;}
	if (month == 12 && date >= 22 || month == 1 && date <= 19) {signe = "Capricorne"; signe_ch = "capricorne";}
	if (month == 12 && date > 31) {signe = false;}
	
	if (month == 1 && hour >=1.40 && date >=1 || month == 2 && hour <=4.20 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 1 && hour >=4.20 && date >=1 || month == 2 && hour <=6.50 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 1 && hour >=6.50 && date >=1 || month == 2 && hour <=8.40 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 1 && hour >=8.40 && date >=1 || month == 2 && hour <=10.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 1 && hour >=10.00 && date >=1 || month == 2 && hour <=11.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 1 && hour >=11.00 && date >=1 || month == 2 && hour <=12.00 && date <=1) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 1 && hour >=12.00 && date >=1 || month == 2 && hour <=13.20 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 1 && hour >=13.20 && date >=1 || month == 2 && hour <=15.00 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 1 && hour >=15.00 && date >=1 || month == 2 && hour <=17.40 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 1 && hour >=17.40 && date >=1 || month == 2 && hour <=20.20 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 1 && hour >=20.20 && date >=1 || month == 2 && hour <=23.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 1 && hour >=23.00 && date >=1 || month == 2 && hour <=1.40 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 1 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 1 && hour >=1.00 && date >=10 || month == 2 && hour <=3.40 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 1 && hour >=3.40 && date >=10 || month == 2 && hour <=6.00 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 1 && hour >=6.00 && date >=10 || month == 2 && hour <=8.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 1 && hour >=8.00 && date >=10 || month == 2 && hour <=9.20 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 1 && hour >=9.20 && date >=10 || month == 2 && hour <=10.20 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 1 && hour >=10.20 && date >=10 || month == 2 && hour <=11.20 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 1 && hour >=11.20 && date >=10 || month == 2 && hour <=12.40 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 1 && hour >=12.40 && date >=10 || month == 2 && hour <=14.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 1 && hour >=14.30 && date >=10 || month == 2 && hour <=17.00 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 1 && hour >=17.00 && date >=10 || month == 2 && hour <=19.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 1 && hour >=19.40 && date >=10 || month == 2 && hour <=22.20 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 1 && hour >=22.20 && date >=10 || month == 2 && hour <=1.00 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 1 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 1 && hour >=0.15 && date >=20 || month == 2 && hour <=2.50 && date <=31) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 1 && hour >=2.50 && date >=20 || month == 2 && hour <=5.20 && date <=31) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 1 && hour >=5.20 && date >=20 || month == 2 && hour <=7.15 && date <=31) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 1 && hour >=7.15 && date >=20 || month == 2 && hour <=8.40 && date <=31) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 1 && hour >=8.40 && date >=20 || month == 2 && hour <=9.40 && date <=31) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 1 && hour >=9.40 && date >=20 || month == 2 && hour <=10.30 && date <=31) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 1 && hour >=10.30 && date >=20 || month == 2 && hour <=12.00 && date <=31) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 1 && hour >=12.00 && date >=20 || month == 2 && hour <=13.40 && date <=31) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 1 && hour >=13.40 && date >=20 || month == 2 && hour <=16.20 && date <=31) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 1 && hour >=16.20 && date >=20 || month == 2 && hour <=19.00 && date <=31) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 1 && hour >=19.00 && date >=20 || month == 2 && hour <=21.30 && date <=31) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 1 && hour >=21.30 && date >=20 || month == 2 && hour <=0.15 && date <=31) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 1 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 2 && hour >=23.40 && date >=1 || month == 3 && hour <=2.20 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 2 && hour >=2.20 && date >=1 || month == 3 && hour <=5.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 2 && hour >=5.00 && date >=1 || month == 3 && hour <=6.40 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 2 && hour >=6.40 && date >=1 || month == 3 && hour <=8.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 2 && hour >=8.00 && date >=1 || month == 3 && hour <=9.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 2 && hour >=9.00 && date >=1 || month == 3 && hour <=10.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 2 && hour >=10.00 && date >=1 || month == 3 && hour <=11.20 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 2 && hour >=11.20 && date >=1 || month == 3 && hour <=13.00 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 2 && hour >=13.00 && date >=1 || month == 3 && hour <=15.40 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 2 && hour >=15.40 && date >=1 || month == 3 && hour <=18.20 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 2 && hour >=18.20 && date >=1 || month == 3 && hour <=21.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 2 && hour >=21.00 && date >=1 || month == 3 && hour <=23.40 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 2 && date > 29 && hour > 23.59) {ascendant = false;}
	if (month == 2 && hour >=23.00 && date >=10 || month == 3 && hour <=1.40 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 2 && hour >=1.40 && date >=10 || month == 3 && hour <=4.15 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 2 && hour >=4.15 && date >=10 || month == 3 && hour <=6.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 2 && hour >=6.00 && date >=10 || month == 3 && hour <=7.20 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 2 && hour >=7.20 && date >=10 || month == 3 && hour <=8.20 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 2 && hour >=8.20 && date >=10 || month == 3 && hour <=9.20 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 2 && hour >=9.20 && date >=10 || month == 3 && hour <=10.40 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 2 && hour >=10.40 && date >=10 || month == 3 && hour <=12.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 2 && hour >=12.30 && date >=10 || month == 3 && hour <=15.00 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 2 && hour >=15.00 && date >=10 || month == 3 && hour <=17.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 2 && hour >=17.40 && date >=10 || month == 3 && hour <=20.20 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 2 && hour >=20.20 && date >=10 || month == 3 && hour <=23.00 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 2 && date > 29 && hour > 23.59) {ascendant = false;}
	if (month == 2 && hour >=1.10 && date >=20 || month == 3 && hour <=3.40 && date <=29) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 2 && hour >=3.40 && date >=20 || month == 3 && hour <=5.30 && date <=29) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 2 && hour >=5.30 && date >=20 || month == 3 && hour <=6.45 && date <=29) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 2 && hour >=6.45 && date >=20 || month == 3 && hour <=7.45 && date <=29) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 2 && hour >=7.45 && date >=20 || month == 3 && hour <=8.45 && date <=29) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 2 && hour >=8.45 && date >=20 || month == 3 && hour <=10.10 && date <=29) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 2 && hour >=10.10 && date >=20 || month == 3 && hour <=12.00 && date <=29) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 2 && hour >=12.00 && date >=20 || month == 3 && hour <=14.30 && date <=29) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 2 && hour >=14.30 && date >=20 || month == 3 && hour <=17.00 && date <=29) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 2 && hour >=17.00 && date >=20 || month == 3 && hour <=19.45 && date <=29) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 2 && hour >=19.45 && date >=20 || month == 3 && hour <=22.30 && date <=29) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 2 && hour >=22.30 && date >=20 || month == 3 && hour <=1.10 && date <=29) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 2 && date > 29 && hour > 23.59) {ascendant = false;}
	if (month == 3 && hour >=0.30 && date >=1 || month == 4 && hour <=3.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 3 && hour >=3.00 && date >=1 || month == 4 && hour <=4.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 3 && hour >=4.45 && date >=1 || month == 4 && hour <=6.15 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 3 && hour >=6.15 && date >=1 || month == 4 && hour <=7.15 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 3 && hour >=7.15 && date >=1 || month == 4 && hour <=8.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 3 && hour >=8.00 && date >=1 || month == 4 && hour <=9.30 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 3 && hour >=9.30 && date >=1 || month == 4 && hour <=11.15 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 3 && hour >=11.15 && date >=1 || month == 4 && hour <=14.00 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 3 && hour >=14.00 && date >=1 || month == 4 && hour <=16.15 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 3 && hour >=16.15 && date >=1 || month == 4 && hour <=19.15 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 3 && hour >=19.15 && date >=1 || month == 4 && hour <=22.00 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 3 && hour >=22.00 && date >=1 || month == 4 && hour <=0.30 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 3 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 3 && hour >=2.30 && date >=10 || month == 4 && hour <=4.10 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 3 && hour >=4.10 && date >=10 || month == 4 && hour <=5.30 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 3 && hour >=5.30 && date >=10 || month == 4 && hour <=6.30 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 3 && hour >=6.30 && date >=10 || month == 4 && hour <=7.30 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 3 && hour >=7.30 && date >=10 || month == 4 && hour <=8.45 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 3 && hour >=8.45 && date >=10 || month == 4 && hour <=10.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 3 && hour >=10.30 && date >=10 || month == 4 && hour <=13.15 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 3 && hour >=13.15 && date >=10 || month == 4 && hour <=15.30 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 3 && hour >=15.30 && date >=10 || month == 4 && hour <=18.30 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 3 && hour >=18.30 && date >=10 || month == 4 && hour <=21.15 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 3 && hour >=21.15 && date >=10 || month == 4 && hour <=23.45 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 3 && hour >=23.45 && date >=10 || month == 4 && hour <=2.30 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 3 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 3 && hour >=1.30 && date >=20 || month == 4 && hour <=3.30 && date <=31) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 3 && hour >=3.30 && date >=20 || month == 4 && hour <=4.45 && date <=31) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 3 && hour >=4.45 && date >=20 || month == 4 && hour <=5.45 && date <=31) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 3 && hour >=5.45 && date >=20 || month == 4 && hour <=6.45 && date <=31) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 3 && hour >=6.45 && date >=20 || month == 4 && hour <=8.00 && date <=31) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 3 && hour >=8.00 && date >=20 || month == 4 && hour <=9.50 && date <=31) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 3 && hour >=9.50 && date >=20 || month == 4 && hour <=12.30 && date <=31) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 3 && hour >=12.30 && date >=20 || month == 4 && hour <=15.00 && date <=31) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 3 && hour >=15.00 && date >=20 || month == 4 && hour <=17.45 && date <=31) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 3 && hour >=17.45 && date >=20 || month == 4 && hour <=20.30 && date <=31) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 3 && hour >=20.30 && date >=20 || month == 4 && hour <=23.00 && date <=31) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 3 && hour >=23.00 && date >=20 || month == 4 && hour <=1.30 && date <=31) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 3 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 4 && hour >=1.00 && date >=1 || month == 5 && hour <=2.30 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 4 && hour >=2.30 && date >=1 || month == 5 && hour <=4.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 4 && hour >=4.00 && date >=1 || month == 5 && hour <=5.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 4 && hour >=5.00 && date >=1 || month == 5 && hour <=6.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 4 && hour >=6.00 && date >=1 || month == 5 && hour <=7.20 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 4 && hour >=7.20 && date >=1 || month == 5 && hour <=9.00 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 4 && hour >=9.00 && date >=1 || month == 5 && hour <=11.45 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 4 && hour >=11.45 && date >=1 || month == 5 && hour <=14.15 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 4 && hour >=14.15 && date >=1 || month == 5 && hour <=17.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 4 && hour >=17.00 && date >=1 || month == 5 && hour <=19.40 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 4 && hour >=19.40 && date >=1 || month == 5 && hour <=22.15 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 4 && hour >=22.15 && date >=1 || month == 5 && hour <=1.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 4 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 4 && hour >=0.00 && date >=10 || month == 5 && hour <=2.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 4 && hour >=2.00 && date >=10 || month == 5 && hour <=3.20 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 4 && hour >=3.20 && date >=10 || month == 5 && hour <=4.20 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 4 && hour >=4.20 && date >=10 || month == 5 && hour <=5.20 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 4 && hour >=5.20 && date >=10 || month == 5 && hour <=6.40 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 4 && hour >=6.40 && date >=10 || month == 5 && hour <=8.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 4 && hour >=8.30 && date >=10 || month == 5 && hour <=11.00 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 4 && hour >=11.00 && date >=10 || month == 5 && hour <=13.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 4 && hour >=13.40 && date >=10 || month == 5 && hour <=16.20 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 4 && hour >=16.20 && date >=10 || month == 5 && hour <=19.00 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 4 && hour >=19.00 && date >=10 || month == 5 && hour <=21.30 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 4 && hour >=21.30 && date >=10 || month == 5 && hour <=0.00 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 4 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 4 && hour >=1.30 && date >=20 || month == 5 && hour <=2.40 && date <=30) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 4 && hour >=2.40 && date >=20 || month == 5 && hour <=3.40 && date <=30) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 4 && hour >=3.40 && date >=20 || month == 5 && hour <=4.40 && date <=30) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 4 && hour >=4.40 && date >=20 || month == 5 && hour <=6.00 && date <=30) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 4 && hour >=6.00 && date >=20 || month == 5 && hour <=7.40 && date <=30) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 4 && hour >=7.40 && date >=20 || month == 5 && hour <=10.30 && date <=30) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 4 && hour >=10.30 && date >=20 || month == 5 && hour <=13.00 && date <=30) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 4 && hour >=13.00 && date >=20 || month == 5 && hour <=15.40 && date <=30) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 4 && hour >=15.40 && date >=20 || month == 5 && hour <=18.20 && date <=30) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 4 && hour >=18.20 && date >=20 || month == 5 && hour <=21.00 && date <=30) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 4 && hour >=21.00 && date >=20 || month == 5 && hour <=23.30 && date <=30) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 4 && hour >=23.30 && date >=20 || month == 5 && hour <=1.30 && date <=30) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 4 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 5 && hour >=0.45 && date >=1 || month == 6 && hour <=2.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 5 && hour >=2.00 && date >=1 || month == 6 && hour <=3.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 5 && hour >=3.00 && date >=1 || month == 6 && hour <=4.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 5 && hour >=4.00 && date >=1 || month == 6 && hour <=5.30 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 5 && hour >=5.30 && date >=1 || month == 6 && hour <=7.00 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 5 && hour >=7.00 && date >=1 || month == 6 && hour <=9.45 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 5 && hour >=9.45 && date >=1 || month == 6 && hour <=12.15 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 5 && hour >=12.15 && date >=1 || month == 6 && hour <=15.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 5 && hour >=15.00 && date >=1 || month == 6 && hour <=17.50 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 5 && hour >=17.50 && date >=1 || month == 6 && hour <=20.20 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 5 && hour >=20.20 && date >=1 || month == 6 && hour <=23.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 5 && hour >=23.00 && date >=1 || month == 6 && hour <=0.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 5 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 5 && hour >=0.00 && date >=10 || month == 6 && hour <=1.25 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 5 && hour >=1.25 && date >=10 || month == 6 && hour <=2.25 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 5 && hour >=2.25 && date >=10 || month == 6 && hour <=3.20 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 5 && hour >=3.20 && date >=10 || month == 6 && hour <=4.50 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 5 && hour >=4.50 && date >=10 || month == 6 && hour <=6.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 5 && hour >=6.30 && date >=10 || month == 6 && hour <=9.10 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 5 && hour >=9.10 && date >=10 || month == 6 && hour <=11.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 5 && hour >=11.40 && date >=10 || month == 6 && hour <=14.30 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 5 && hour >=14.30 && date >=10 || month == 6 && hour <=17.10 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 5 && hour >=17.10 && date >=10 || month == 6 && hour <=19.45 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 5 && hour >=19.45 && date >=10 || month == 6 && hour <=22.15 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 5 && hour >=22.15 && date >=10 || month == 6 && hour <=0.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 5 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 5 && hour >=0.45 && date >=20 || month == 6 && hour <=1.45 && date <=31) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 5 && hour >=1.45 && date >=20 || month == 6 && hour <=2.45 && date <=31) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 5 && hour >=2.45 && date >=20 || month == 6 && hour <=4.00 && date <=31) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 5 && hour >=4.00 && date >=20 || month == 6 && hour <=6.00 && date <=31) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 5 && hour >=6.00 && date >=20 || month == 6 && hour <=8.25 && date <=31) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 5 && hour >=8.25 && date >=20 || month == 6 && hour <=11.00 && date <=31) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 5 && hour >=11.00 && date >=20 || month == 6 && hour <=13.45 && date <=31) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 5 && hour >=13.45 && date >=20 || month == 6 && hour <=16.25 && date <=31) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 5 && hour >=16.25 && date >=20 || month == 6 && hour <=19.00 && date <=31) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 5 && hour >=19.00 && date >=20 || month == 6 && hour <=21.40 && date <=31) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 5 && hour >=21.40 && date >=20 || month == 6 && hour <=23.30 && date <=31) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 5 && hour >=23.30 && date >=20 || month == 6 && hour <=0.45 && date <=31) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 5 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 6 && hour >=0.00 && date >=1 || month == 7 && hour <=1.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 6 && hour >=1.00 && date >=1 || month == 7 && hour <=2.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 6 && hour >=2.00 && date >=1 || month == 7 && hour <=3.25 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 6 && hour >=3.25 && date >=1 || month == 7 && hour <=5.15 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 6 && hour >=5.15 && date >=1 || month == 7 && hour <=7.45 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 6 && hour >=7.45 && date >=1 || month == 7 && hour <=10.20 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 6 && hour >=10.20 && date >=1 || month == 7 && hour <=13.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 6 && hour >=13.00 && date >=1 || month == 7 && hour <=15.45 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 6 && hour >=15.45 && date >=1 || month == 7 && hour <=18.25 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 6 && hour >=18.25 && date >=1 || month == 7 && hour <=21.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 6 && hour >=21.00 && date >=1 || month == 7 && hour <=22.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 6 && hour >=22.45 && date >=1 || month == 7 && hour <=0.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 6 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 6 && hour >=0.25 && date >=10 || month == 7 && hour <=1.25 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 6 && hour >=1.25 && date >=10 || month == 7 && hour <=2.45 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 6 && hour >=2.45 && date >=10 || month == 7 && hour <=4.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 6 && hour >=4.30 && date >=10 || month == 7 && hour <=7.10 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 6 && hour >=7.10 && date >=10 || month == 7 && hour <=9.45 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 6 && hour >=9.45 && date >=10 || month == 7 && hour <=12.30 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 6 && hour >=12.30 && date >=10 || month == 7 && hour <=15.10 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 6 && hour >=15.10 && date >=10 || month == 7 && hour <=17.45 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 6 && hour >=17.45 && date >=10 || month == 7 && hour <=20.10 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 6 && hour >=20.10 && date >=10 || month == 7 && hour <=22.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 6 && hour >=22.00 && date >=10 || month == 7 && hour <=23.25 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 6 && hour >=23.25 && date >=10 || month == 7 && hour <=0.25 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 6 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 6 && hour >=0.45 && date >=20 || month == 7 && hour <=2.00 && date <=30) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 6 && hour >=2.00 && date >=20 || month == 7 && hour <=3.50 && date <=30) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 6 && hour >=3.50 && date >=20 || month == 7 && hour <=6.30 && date <=30) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 6 && hour >=6.30 && date >=20 || month == 7 && hour <=9.00 && date <=30) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 6 && hour >=9.00 && date >=20 || month == 7 && hour <=11.45 && date <=30) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 6 && hour >=11.45 && date >=20 || month == 7 && hour <=14.30 && date <=30) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 6 && hour >=14.30 && date >=20 || month == 7 && hour <=17.00 && date <=30) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 6 && hour >=17.00 && date >=20 || month == 7 && hour <=19.40 && date <=30) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 6 && hour >=19.40 && date >=20 || month == 7 && hour <=21.25 && date <=30) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 6 && hour >=21.25 && date >=20 || month == 7 && hour <=22.45 && date <=30) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 6 && hour >=22.45 && date >=20 || month == 7 && hour <=23.45 && date <=30) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 6 && hour >=23.45 && date >=20 || month == 7 && hour <=0.45 && date <=30) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 6 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 7 && hour >=0.10 && date >=1 || month == 8 && hour <=1.30 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 7 && hour >=1.30 && date >=1 || month == 8 && hour <=3.20 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 7 && hour >=3.20 && date >=1 || month == 8 && hour <=5.50 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 7 && hour >=5.50 && date >=1 || month == 8 && hour <=8.30 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 7 && hour >=8.30 && date >=1 || month == 8 && hour <=11.10 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 7 && hour >=11.10 && date >=1 || month == 8 && hour <=13.50 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 7 && hour >=13.50 && date >=1 || month == 8 && hour <=16.30 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 7 && hour >=16.30 && date >=1 || month == 8 && hour <=19.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 7 && hour >=19.00 && date >=1 || month == 8 && hour <=20.50 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 7 && hour >=20.50 && date >=1 || month == 8 && hour <=22.10 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 7 && hour >=22.10 && date >=1 || month == 8 && hour <=23.10 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 7 && hour >=23.10 && date >=1 || month == 8 && hour <=0.10 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 7 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 7 && hour >=1.00 && date >=10 || month == 8 && hour <=2.40 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 7 && hour >=2.40 && date >=10 || month == 8 && hour <=5.10 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 7 && hour >=5.10 && date >=10 || month == 8 && hour <=7.45 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 7 && hour >=7.45 && date >=10 || month == 8 && hour <=10.30 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 7 && hour >=10.30 && date >=10 || month == 8 && hour <=13.10 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 7 && hour >=13.10 && date >=10 || month == 8 && hour <=15.45 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 7 && hour >=15.45 && date >=10 || month == 8 && hour <=18.30 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 7 && hour >=18.30 && date >=10 || month == 8 && hour <=20.10 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 7 && hour >=20.10 && date >=10 || month == 8 && hour <=21.30 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 7 && hour >=21.30 && date >=10 || month == 8 && hour <=22.30 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 7 && hour >=22.30 && date >=10 || month == 8 && hour <=23.30 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 7 && hour >=23.30 && date >=10 || month == 8 && hour <=1.00 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 7 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 7 && hour >=0.00 && date >=20 || month == 8 && hour <=1.50 && date <=31) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 7 && hour >=1.50 && date >=20 || month == 8 && hour <=4.20 && date <=31) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 7 && hour >=4.20 && date >=20 || month == 8 && hour <=7.00 && date <=31) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 7 && hour >=7.00 && date >=20 || month == 8 && hour <=9.40 && date <=31) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 7 && hour >=9.40 && date >=20 || month == 8 && hour <=12.20 && date <=31) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 7 && hour >=12.20 && date >=20 || month == 8 && hour <=15.00 && date <=31) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 7 && hour >=15.00 && date >=20 || month == 8 && hour <=17.30 && date <=31) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 7 && hour >=17.30 && date >=20 || month == 8 && hour <=19.20 && date <=31) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 7 && hour >=19.20 && date >=20 || month == 8 && hour <=20.40 && date <=31) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 7 && hour >=20.40 && date >=20 || month == 8 && hour <=21.40 && date <=31) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 7 && hour >=21.40 && date >=20 || month == 8 && hour <=22.40 && date <=31) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 7 && hour >=22.40 && date >=20 || month == 8 && hour <=0.00 && date <=31) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 7 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 8 && hour >=1.15 && date >=1 || month == 9 && hour <=3.45 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 8 && hour >=3.45 && date >=1 || month == 9 && hour <=6.20 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 8 && hour >=6.20 && date >=1 || month == 9 && hour <=9.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 8 && hour >=9.00 && date >=1 || month == 9 && hour <=11.45 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 8 && hour >=11.45 && date >=1 || month == 9 && hour <=14.25 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 8 && hour >=14.25 && date >=1 || month == 9 && hour <=17.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 8 && hour >=17.00 && date >=1 || month == 9 && hour <=18.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 8 && hour >=18.45 && date >=1 || month == 9 && hour <=20.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 8 && hour >=20.00 && date >=1 || month == 9 && hour <=21.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 8 && hour >=21.00 && date >=1 || month == 9 && hour <=22.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 8 && hour >=22.00 && date >=1 || month == 9 && hour <=23.25 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 8 && hour >=23.25 && date >=1 || month == 9 && hour <=1.15 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 8 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 8 && hour >=0.30 && date >=10 || month == 9 && hour <=3.00 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 8 && hour >=3.00 && date >=10 || month == 9 && hour <=5.45 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 8 && hour >=5.45 && date >=10 || month == 9 && hour <=8.25 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 8 && hour >=8.25 && date >=10 || month == 9 && hour <=11.00 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 8 && hour >=11.00 && date >=10 || month == 9 && hour <=13.40 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 8 && hour >=13.40 && date >=10 || month == 9 && hour <=16.15 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 8 && hour >=16.15 && date >=10 || month == 9 && hour <=18.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 8 && hour >=18.00 && date >=10 || month == 9 && hour <=19.25 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 8 && hour >=19.25 && date >=10 || month == 9 && hour <=20.25 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 8 && hour >=20.25 && date >=10 || month == 9 && hour <=21.25 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 8 && hour >=21.25 && date >=10 || month == 9 && hour <=22.45 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 8 && hour >=22.45 && date >=10 || month == 9 && hour <=0.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 8 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 8 && hour >=2.30 && date >=20 || month == 9 && hour <=5.00 && date <=31) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 8 && hour >=5.00 && date >=20 || month == 9 && hour <=7.40 && date <=31) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 8 && hour >=7.40 && date >=20 || month == 9 && hour <=10.30 && date <=31) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 8 && hour >=10.30 && date >=20 || month == 9 && hour <=13.00 && date <=31) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 8 && hour >=13.00 && date >=20 || month == 9 && hour <=15.30 && date <=31) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 8 && hour >=15.30 && date >=20 || month == 9 && hour <=17.20 && date <=31) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 8 && hour >=17.20 && date >=20 || month == 9 && hour <=18.40 && date <=31) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 8 && hour >=18.40 && date >=20 || month == 9 && hour <=19.40 && date <=31) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 8 && hour >=19.40 && date >=20 || month == 9 && hour <=20.40 && date <=31) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 8 && hour >=20.40 && date >=20 || month == 9 && hour <=22.00 && date <=31) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 8 && hour >=22.00 && date >=20 || month == 9 && hour <=23.45 && date <=31) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 8 && hour >=23.45 && date >=20 || month == 9 && hour <=2.30 && date <=31) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 8 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 9 && hour >=2.00 && date >=1 || month == 10 && hour <=4.20 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 9 && hour >=4.20 && date >=1 || month == 10 && hour <=7.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 9 && hour >=7.00 && date >=1 || month == 10 && hour <=9.50 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 9 && hour >=9.50 && date >=1 || month == 10 && hour <=12.20 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 9 && hour >=12.20 && date >=1 || month == 10 && hour <=15.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 9 && hour >=15.00 && date >=1 || month == 10 && hour <=17.40 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 9 && hour >=17.40 && date >=1 || month == 10 && hour <=18.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 9 && hour >=18.00 && date >=1 || month == 10 && hour <=19.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 9 && hour >=19.00 && date >=1 || month == 10 && hour <=20.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 9 && hour >=20.00 && date >=1 || month == 10 && hour <=21.30 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 9 && hour >=21.30 && date >=1 || month == 10 && hour <=23.15 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 9 && hour >=23.15 && date >=1 || month == 10 && hour <=2.00 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 9 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 9 && hour >=1.00 && date >=10 || month == 10 && hour <=3.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 9 && hour >=3.40 && date >=10 || month == 10 && hour <=6.20 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 9 && hour >=6.20 && date >=10 || month == 10 && hour <=9.00 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 9 && hour >=9.00 && date >=10 || month == 10 && hour <=11.30 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 9 && hour >=11.30 && date >=10 || month == 10 && hour <=14.15 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 9 && hour >=14.15 && date >=10 || month == 10 && hour <=16.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 9 && hour >=16.00 && date >=10 || month == 10 && hour <=17.30 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 9 && hour >=17.30 && date >=10 || month == 10 && hour <=18.30 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 9 && hour >=18.30 && date >=10 || month == 10 && hour <=19.25 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 9 && hour >=19.25 && date >=10 || month == 10 && hour <=20.45 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 9 && hour >=20.45 && date >=10 || month == 10 && hour <=22.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 9 && hour >=22.30 && date >=10 || month == 10 && hour <=1.00 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 9 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 9 && hour >=0.30 && date >=20 || month == 10 && hour <=3.00 && date <=30) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 9 && hour >=3.00 && date >=20 || month == 10 && hour <=5.40 && date <=30) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 9 && hour >=5.40 && date >=20 || month == 10 && hour <=8.20 && date <=30) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 9 && hour >=8.20 && date >=20 || month == 10 && hour <=11.00 && date <=30) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 9 && hour >=11.00 && date >=20 || month == 10 && hour <=13.30 && date <=30) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 9 && hour >=13.30 && date >=20 || month == 10 && hour <=15.20 && date <=30) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 9 && hour >=15.20 && date >=20 || month == 10 && hour <=16.40 && date <=30) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 9 && hour >=16.40 && date >=20 || month == 10 && hour <=17.40 && date <=30) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 9 && hour >=17.40 && date >=20 || month == 10 && hour <=18.40 && date <=30) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 9 && hour >=18.40 && date >=20 || month == 10 && hour <=20.00 && date <=30) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 9 && hour >=20.00 && date >=20 || month == 10 && hour <=21.40 && date <=30) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 9 && hour >=21.40 && date >=20 || month == 10 && hour <=0.30 && date <=30) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 9 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 10 && hour >=2.25 && date >=1 || month == 11 && hour <=5.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 10 && hour >=5.00 && date >=1 || month == 11 && hour <=7.45 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 10 && hour >=7.45 && date >=1 || month == 11 && hour <=10.20 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 10 && hour >=10.20 && date >=1 || month == 11 && hour <=13.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 10 && hour >=13.00 && date >=1 || month == 11 && hour <=14.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 10 && hour >=14.45 && date >=1 || month == 11 && hour <=16.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 10 && hour >=16.00 && date >=1 || month == 11 && hour <=17.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 10 && hour >=17.00 && date >=1 || month == 11 && hour <=18.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 10 && hour >=18.00 && date >=1 || month == 11 && hour <=19.20 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 10 && hour >=19.20 && date >=1 || month == 11 && hour <=21.15 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 10 && hour >=21.15 && date >=1 || month == 11 && hour <=23.45 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 10 && hour >=23.45 && date >=1 || month == 11 && hour <=2.25 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 10 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 10 && hour >=1.45 && date >=10 || month == 11 && hour <=4.25 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 10 && hour >=4.25 && date >=10 || month == 11 && hour <=7.10 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 10 && hour >=7.10 && date >=10 || month == 11 && hour <=9.40 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 10 && hour >=9.40 && date >=10 || month == 11 && hour <=12.20 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 10 && hour >=12.20 && date >=10 || month == 11 && hour <=14.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 10 && hour >=14.00 && date >=10 || month == 11 && hour <=15.20 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 10 && hour >=15.20 && date >=10 || month == 11 && hour <=16.20 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 10 && hour >=16.20 && date >=10 || month == 11 && hour <=17.20 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 10 && hour >=17.20 && date >=10 || month == 11 && hour <=18.45 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 10 && hour >=18.45 && date >=10 || month == 11 && hour <=20.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 10 && hour >=20.30 && date >=10 || month == 11 && hour <=23.10 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 10 && hour >=23.10 && date >=10 || month == 11 && hour <=1.45 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 10 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 10 && hour >=1.00 && date >=20 || month == 11 && hour <=3.40 && date <=31) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 10 && hour >=3.40 && date >=20 || month == 11 && hour <=6.30 && date <=31) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 10 && hour >=6.30 && date >=20 || month == 11 && hour <=9.00 && date <=31) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 10 && hour >=9.00 && date >=20 || month == 11 && hour <=11.40 && date <=31) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 10 && hour >=11.40 && date >=20 || month == 11 && hour <=13.20 && date <=31) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 10 && hour >=13.20 && date >=20 || month == 11 && hour <=14.40 && date <=31) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 10 && hour >=14.40 && date >=20 || month == 11 && hour <=15.40 && date <=31) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 10 && hour >=15.40 && date >=20 || month == 11 && hour <=16.40 && date <=31) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 10 && hour >=16.40 && date >=20 || month == 11 && hour <=18.00 && date <=31) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 10 && hour >=18.00 && date >=20 || month == 11 && hour <=20.00 && date <=31) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 10 && hour >=20.00 && date >=20 || month == 11 && hour <=22.30 && date <=31) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 10 && hour >=22.30 && date >=20 || month == 11 && hour <=1.00 && date <=31) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 10 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 11 && hour >=0.25 && date >=1 || month == 12 && hour <=3.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 11 && hour >=3.00 && date >=1 || month == 12 && hour <=5.50 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 11 && hour >=5.50 && date >=1 || month == 12 && hour <=8.20 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 11 && hour >=8.20 && date >=1 || month == 12 && hour <=11.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 11 && hour >=11.00 && date >=1 || month == 12 && hour <=12.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 11 && hour >=12.45 && date >=1 || month == 12 && hour <=14.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 11 && hour >=14.00 && date >=1 || month == 12 && hour <=15.00 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 11 && hour >=15.00 && date >=1 || month == 12 && hour <=16.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 11 && hour >=16.00 && date >=1 || month == 12 && hour <=17.25 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 11 && hour >=17.25 && date >=1 || month == 12 && hour <=19.00 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 11 && hour >=19.00 && date >=1 || month == 12 && hour <=21.45 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 11 && hour >=21.45 && date >=1 || month == 12 && hour <=0.25 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 11 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 11 && hour >=2.25 && date >=10 || month == 12 && hour <=5.00 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 11 && hour >=5.00 && date >=10 || month == 12 && hour <=7.45 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 11 && hour >=7.45 && date >=10 || month == 12 && hour <=10.20 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 11 && hour >=10.20 && date >=10 || month == 12 && hour <=12.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 11 && hour >=12.00 && date >=10 || month == 12 && hour <=13.20 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 11 && hour >=13.20 && date >=10 || month == 12 && hour <=14.30 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 11 && hour >=14.30 && date >=10 || month == 12 && hour <=15.20 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 11 && hour >=15.20 && date >=10 || month == 12 && hour <=16.45 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 11 && hour >=16.45 && date >=10 || month == 12 && hour <=18.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 11 && hour >=18.30 && date >=10 || month == 12 && hour <=21.10 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 11 && hour >=21.10 && date >=10 || month == 12 && hour <=23.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 11 && hour >=23.40 && date >=10 || month == 12 && hour <=2.25 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 11 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 11 && hour >=1.40 && date >=20 || month == 12 && hour <=4.20 && date <=30) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 11 && hour >=4.20 && date >=20 || month == 12 && hour <=7.00 && date <=30) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 11 && hour >=7.00 && date >=20 || month == 12 && hour <=9.30 && date <=30) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 11 && hour >=9.30 && date >=20 || month == 12 && hour <=11.20 && date <=30) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 11 && hour >=11.20 && date >=20 || month == 12 && hour <=12.40 && date <=30) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 11 && hour >=12.40 && date >=20 || month == 12 && hour <=13.50 && date <=30) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 11 && hour >=13.50 && date >=20 || month == 12 && hour <=14.40 && date <=30) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 11 && hour >=14.40 && date >=20 || month == 12 && hour <=16.00 && date <=30) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 11 && hour >=16.00 && date >=20 || month == 12 && hour <=17.45 && date <=30) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 11 && hour >=17.45 && date >=20 || month == 12 && hour <=20.30 && date <=30) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 11 && hour >=20.30 && date >=20 || month == 12 && hour <=23.00 && date <=30) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 11 && hour >=23.00 && date >=20 || month == 12 && hour <=1.40 && date <=30) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 11 && date > 30 && hour > 23.59) {ascendant = false;}
	if (month == 12 && hour >=22.20 && date >=1 || month == 13 && hour <=1.00 && date <=10) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 12 && hour >=1.00 && date >=1 || month == 13 && hour <=3.50 && date <=10) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 12 && hour >=3.50 && date >=1 || month == 13 && hour <=6.25 && date <=10) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 12 && hour >=6.25 && date >=1 || month == 13 && hour <=9.00 && date <=10) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 12 && hour >=9.00 && date >=1 || month == 13 && hour <=10.45 && date <=10) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 12 && hour >=10.45 && date >=1 || month == 13 && hour <=12.00 && date <=10) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 12  && hour >=12.00 && date >=1 || month == 13 && hour <=13.10 && date <=10) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 12 && hour >=13.10 && date >=1 || month == 13 && hour <=14.00 && date <=10) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 12 && hour >=14.00 && date >=1 || month == 13 && hour <=15.30 && date <=10) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 12 && hour >=15.30 && date >=1 || month == 13 && hour <=17.10 && date <=10) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 12 && hour >=17.10 && date >=1 || month == 13 && hour <=19.50 && date <=10) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 12 && hour >=19.50 && date >=1 || month == 13 && hour <=22.20 && date <=10) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 12 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 12 && hour >=0.25 && date >=10 || month == 13 && hour <=3.10 && date <=20) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 12 && hour >=3.10 && date >=10 || month == 13 && hour <=5.45 && date <=20) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 12 && hour >=5.45 && date >=10 || month == 13 && hour <=8.15 && date <=20) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 12 && hour >=8.15 && date >=10 || month == 13 && hour <=10.00 && date <=20) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 12 && hour >=10.00 && date >=10 || month == 13 && hour <=11.20 && date <=20) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 12 && hour >=11.20 && date >=10 || month == 13 && hour <=12.30 && date <=20) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 12 && hour >=12.30 && date >=10 || month == 13 && hour <=13.25 && date <=20) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 12 && hour >=13.25 && date >=10 || month == 13 && hour <=14.50 && date <=20) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 12 && hour >=14.50 && date >=10 || month == 13 && hour <=16.30 && date <=20) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 12 && hour >=16.30 && date >=10 || month == 13 && hour <=19.10 && date <=20) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 12 && hour >=19.10 && date >=10 || month == 13 && hour <=21.40 && date <=20) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 12 && hour >=21.40 && date >=10 || month == 13 && hour <=0.25 && date <=20) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 12 && date > 31 && hour > 23.59) {ascendant = false;}
	if (month == 12 && hour >=23.40 && date >=20 || month == 13 && hour <=2.20 && date <=30) {ascendant = "Balance"; ascendant_ch = "balance";}
	if (month == 12 && hour >=2.20 && date >=20 || month == 13 && hour <=5.00 && date <=30) {ascendant = "Scorpion"; ascendant_ch = "scorpion";}
	if (month == 12 && hour >=5.00 && date >=20 || month == 13 && hour <=7.30 && date <=30) {ascendant = "Sagittaire"; ascendant_ch = "sagittaire";}
	if (month == 12 && hour >=7.30 && date >=20 || month == 13 && hour <=9.20 && date <=30) {ascendant = "Capricorne"; ascendant_ch = "capricorne";}
	if (month == 12 && hour >=9.20 && date >=20 || month == 13 && hour <=10.40 && date <=30) {ascendant = "Verseau"; ascendant_ch = "verseau";}
	if (month == 12 && hour >=10.40 && date >=20 || month == 13 && hour <=11.40 && date <=30) {ascendant = "Poissons"; ascendant_ch = "poissons";}
	if (month == 12 && hour >=11.40 && date >=20 || month == 13 && hour <=12.40 && date <=30) {ascendant = "Bélier"; ascendant_ch = "belier";}
	if (month == 12 && hour >=12.40 && date >=20 || month == 13 && hour <=14.00 && date <=30) {ascendant = "Taureau"; ascendant_ch = "taureau";}
	if (month == 12 && hour >=14.00 && date >=20 || month == 13 && hour <=15.45 && date <=30) {ascendant = "Gémeaux"; ascendant_ch = "gemeaux";}
	if (month == 12 && hour >=15.45 && date >=20 || month == 13 && hour <=18.30 && date <=30) {ascendant = "Cancer"; ascendant_ch = "cancer";}
	if (month == 12 && hour >=18.30 && date >=20 || month == 13 && hour <=21.00 && date <=30) {ascendant = "Lion"; ascendant_ch = "lion";}
	if (month == 12 && hour >=21.00 && date >=20 || month == 13 && hour <=23.40 && date <=30) {ascendant = "Vierge"; ascendant_ch = "vierge";}
	if (month == 12 && date > 31 && hour > 23.59) {ascendant = false;}
	
	if (!ascendant || !signe)
	{
		ascendant = 'N/A';
		signe = 'N/A';
	}
	
	with (document.zodiac.signe){value = signe;};
	with (document.zodiac.ascendant){value = ascendant;}		
		
	document.zodiac.annee.value = '';
	document.zodiac.heure.value = '';
	document.zodiac.jour.value = ''
	document.zodiac.mois.selectedIndex = 'x';
}