document.writeln("<SCRIPT language=JavaScript>");
document.writeln("<!--");
document.writeln("");
document.writeln("");
document.writeln("function getpet () {");
document.writeln("");
document.writeln("");
document.writeln("var toyear = 1997;");
document.writeln("");
document.writeln("var birthyear = document.frm.inyear.value;");
document.writeln("");
document.writeln("var birthpet=\"Ox\"");
document.writeln("");
document.writeln("");
document.writeln("x = (toyear - birthyear) % 12");
document.writeln("");
document.writeln("if ((x == 1) || (x == -11)) {");
document.writeln("");
document.writeln("birthpet=\"Êó\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if (x == 0) {");
document.writeln("");
document.writeln("birthpet=\"Å£\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 11) || (x == -1)) {");
document.writeln("");
document.writeln("birthpet=\"»¢\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 10) || (x == -2)) {");
document.writeln("");
document.writeln("birthpet=\"ÍÃ\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 9) || (x == -3)) {");
document.writeln("");
document.writeln("birthpet=\"Áú\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 8) || (x == -4)) {");
document.writeln("");
document.writeln("birthpet=\"Éß\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 7) || (x == -5)) {");
document.writeln("");
document.writeln("birthpet=\"Âí\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 6) || (x == -6)) {");
document.writeln("");
document.writeln("birthpet=\"Ñò\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 5) || (x == -7)) {");
document.writeln("");
document.writeln("birthpet=\"ºï\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 4) || (x == -8)) {");
document.writeln("");
document.writeln("birthpet=\"¼¦\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 3) || (x == -9)) {");
document.writeln("");
document.writeln("birthpet=\"¹·\" }");
document.writeln("");
document.writeln("else {");
document.writeln("");
document.writeln("if ((x == 2) || (x == -10)) {");
document.writeln("");
document.writeln("birthpet=\"Öí\" }");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("document.frm.birth.value = birthpet;");
document.writeln("");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln("\/\/ -->");
document.writeln("");
document.writeln("<\/SCRIPT>");
document.writeln("")