/* * * * * * * * * * * * * * * * * Author : Lucky Muhamad Email : kisni@live.com URL : http://kisni.wen.ru * * * * * * * * * * * * * * * * * // jangan dihapus? jangan dihapus? meskipun saya bukanlah seorang master, bukan berarti hasil karya saya ini tidak patut untuk dihargai. jika anda merasa gengsi atau keberatan ada nama author tertulis didalamnya, alangkah baiknya jika anda tidak menggunakan script ini dari pada anda merusak hasil karya seseorang. katanya masterwap! masa ngebajak? wakakak * * * * * * * * * * * * * * * * */ function signs() { var start = 1901, birthyear = document.zodiac.year.value, date=document.zodiac.date.value, month=document.zodiac.month.selectedIndex; with (document.zodiac.sign){ if (month == 1 && date >=20 || month == 2 && date <=18) {value = "Aquarius";} if (month == 1 && date > 31) {value = "Huh yg bener dwonk..?";} if (month == 2 && date >=19 || month == 3 && date <=20) {value = "Pisces";} if (month == 2 && date > 29) {value = "Ngiming apa kamu..?";} if (month == 3 && date >=21 || month == 4 && date <=19) {value = "Aries";} if (month == 3 && date > 31) {value = "Ok aja lah supaya cepet..! HeHe";} if (month == 4 && date >=20 || month == 5 && date <=20) {value = "Taurus";} if (month == 4 && date > 30) {value = "I'm soooo sorry broth..!";} if (month == 5 && date >=21 || month == 6 && date <=21) {value = "Gemini";} if (month == 5 && date > 31) {value = "Oh. . Yes. . Oh. . No. . Uh. . Ah. . Ih. . Oh. . Ngeres aja loe otaknya..!";} if (month == 6 && date >=22 || month == 7 && date <=22) {value = "Cancer";} if (month == 6 && date > 30) {value = "Maaf anda belum beruntung..!";} if (month == 7 && date >=23 || month == 8 && date <=22) {value = "Leo";} if (month == 7 && date > 31) {value = "Permisi. . .";} if (month == 8 && date >=23 || month == 9 && date <=22) {value = "Virgo";} if (month == 8 && date > 31) {value = "Ow Yeah. . .";} if (month == 9 && date >=23 || month == 10 && date <=22) {value = "Libra";} if (month == 9 && date > 30) {value = "Coba lagi. . .";} if (month == 10 && date >=23 || month == 11 && date <=21) {value = "Scorpio";} if (month == 10 && date > 31) {value = "Lupa ya. . .";} if (month == 11 && date >=22 || month == 12 && date <=21) {value = "Sagittarius";} if (month == 11 && date > 30) {value = "Tanggal salah..!";} if (month == 12 && date >=22 || month == 1 && date <=19) {value = "Capricorn";} if (month == 12 && date > 31) {value = "Tidak masalah";} } x = (start - birthyear) % 12 with (document.zodiac.csign){ if (x == 1 || x == -11) {value = "Rat";} if (x == 0) {value = "Ox";} if (x == 11 || x == -1) {value = "Tiger";} if (x == 10 || x == -2) {value = "Rabbit/Cat";} if (x == 9 || x == -3) {value = "Dragon";} if (x == 8 || x == -4) {value ="Snake";} if (x == 7 || x == -5) {value = "Horse";} if (x == 6 || x == -6) {value = "Sheep";} if (x == 5 || x == -7) {value = "Monkey";} if (x == 4 || x == -8) {value = "Cock/Phoenix";} if (x == 3 || x == -9) {value = "Dog";} if (x == 2 || x == -10) {value = "Boar";} } } // mulay menghitung data document.write('
Tahun :

Bulan :

Tanggal :


Sun Sign :

Chinese Sign :
');