Mars Venus Thought of the Day
include_once("common.php");
list($today)=mysql_fetch_row(mysql_query("Select TO_DAYS(NOW())"));
if ($today <= 731464) $num=1;
if(!$num) $num = $today - 731464;
if ($num > 656) $num = $num -656;
if ($num > 492) $num = $num -492;
if ($num > 328) $num = $num -328;
if ($num > 164) $num = $num -164;
list($thought)=mysql_fetch_row(mysql_query("Select thought from totd where id=$num"));
echo "\n";
?>
echo"$thought"; ?>