$conhor = "";
$act = $_GET['act'];
$time = $_GET['time'];
$act = intval($act);
if(!isset($act)) {$act = 1;}
if((intval($act) > 12) OR (intval($act) < 1)) {$act = 1;}
if($sign == 'aries') { $act = 1; $pic = "<img src=\"{THEME}/images/zodiac/aries.gif\" marginwidth=\"5\">"; $title = "Овен";}
if($sign == taurus) { $sign==taurus; $act = 2; $pic = "<img src=\"{THEME}/images/zodiac/taurus.gif\" marginwidth=\"5\">"; $title = "Телец";}
if($sign == gemini) { $act = 3; $pic = "<img src=\"{THEME}/images/zodiac/gemini.gif\" marginwidth=\"5\">"; $title = "Близнецы";}
if($sign == cancer) { $act = 4; $pic = "<img src=\"{THEME}/images/zodiac/cancer.gif\" marginwidth=\"5\">"; $title = "Рак";}
if($sign == leo) { $act = 5; $pic = "<img src=\"{THEME}/images/zodiac/leo.gif\" marginwidth=\"5\">"; $title = "Лев";}
if($sign == virgo) { $act = 6; $pic = "<img src=\"{THEME}/images/zodiac/virgo.gif\" marginwidth=\"5\">"; $title = "Дева";}
if($sign == libra) { $act = 7; $pic = "<img src=\"{THEME}/images/zodiac/libra.gif\" marginwidth=\"5\">"; $title = "Весы";}
if($sign == scorpio) { $act = 8; $pic = "<img src=\"{THEME}/images/zodiac/scorpio.gif\" marginwidth=\"5\">"; $title = "Скорпион";}
if($sign == sagittarius) { $act = 9; $pic = "<img src=\"{THEME}/images/zodiac/sagittarius.gif\" marginwidth=\"5\">"; $title = "Стрелец";}
if($sign == capricorn) { $act = 10; $pic = "<img src=\"{THEME}/images/zodiac/capricorn.gif\" marginwidth=\"5\">"; $title = "Козерог";}
if($sign == aquarius) { $act = 11; $pic = "<img src=\"{THEME}/images/zodiac/aquarius.gif\" marginwidth=\"5\">"; $title = "Водолей";}
if($sign == pisces) { $act = 12; $pic = "<img src=\"{THEME}/images/zodiac/pisces.gif\" marginwidth=\"5\">"; $title = "Рыбы";}