File size: 2.83Kb
<?php
require_once"../../template/start.php";
require_once"../../template/regglobals.php";
require_once"../../template/config.php";
require_once"../../template/functions.php";
require_once"../../template/antidos.php";
require_once"../../template/cookies.php";
require_once"../../template/gzip.php";
require_once"../../template/header.php";
require_once"../../template/referer.php";
include_once"../../themes/$config_themes/index.php";
include_once"../../template/isset.php";
?>
<head>
</head>
<body>
<script LANGUAGE="JavaScript">
<!--
/*
Submitted by David Gardner ([email protected])
Featured on Website Abstraction (http://wsabstract.com)
For this and over 400+ free scripts, visit http://wsabstract.com
*/
function getpet () {
var toyear = 1997;
var birthyear = document.frm.inyear.value;
var birthpet="Ox"
x = (toyear - birthyear) % 12
if ((x == 1) || (x == -11)) {
birthpet="Вы родились в год МЫШИ" }
else {
if (x == 0) {
birthpet="Вы родились в год БЫКА" }
else {
if ((x == 11) || (x == -1)) {
birthpet="Вы родились в год ТИГРА" }
else {
if ((x == 10) || (x == -2)) {
birthpet="Вы родились в год КРОЛИКА" }
else {
if ((x == 9) || (x == -3)) {
birthpet="Вы родились в год ДРАКОНА" }
else {
if ((x == 8) || (x == -4)) {
birthpet="Вы родились в год ЗМЕИ" }
else {
if ((x == 7) || (x == -5)) {
birthpet="Вы родились в год ЛОШАДИ" }
else {
if ((x == 6) || (x == -6)) {
birthpet="Вы родились в год ОВЦЫ" }
else {
if ((x == 5) || (x == -7)) {
birthpet="Вы родились в год ОБЕЗЬЯНЫ" }
else {
if ((x == 4) || (x == -8)) {
birthpet="Вы родились в год ЦЫПЛЕНКА" }
else {
if ((x == 3) || (x == -9)) {
birthpet="Вы родились в год СОБАКИ" }
else {
if ((x == 2) || (x == -10)) {
birthpet="Вы родились в год СВИНЬИ" }
}
}
}
}
}
}
}
}
}
}
}
document.frm.birth.value = birthpet;
}
// -->
</script>
<p>Введите год своего рождения: </p>
<form NAME="frm">
<p><input TYPE="text" SIZE="4" NAME="inyear" value="1960"> <input TYPE="button" VALUE="Какое мое животное?"
onClick="getpet()"> <br>
</p>
<p><input TYPE="text" readonly SIZE="30" NAME="birth" style="background-color: #C0C0C0; color: #800000; font-size: 14pt; font-family: Verdana; font-weight: bold; border-style: solid; border-width: 0"> </font></p>
</form>
</body>
<?php
echo'<br><img src="../images/img/homepage.gif" alt=""> <a href="../index.php">В сервисы</a>';
echo'<br><img src="../images/img/homepage.gif" alt=""> <a href="../../index.php?'.SID.'">На главную</a>';
include_once "../../themes/$config_themes/foot.php";
?>