you have received 250 bodhi and a reward.
[php]
$numberOfTimes = $_COOKIE[‘bodhiScore’]; // How many times have they visited?
setcookie(“bodhiScore”, $numberOfTimes+250, time()+3600*24*365, “/”, “.koanoftheday.com”);
$_SESSION[‘newitem’] = “blissful ignorance”;
$_SESSION[‘zencolor’] = “blue”;
[/php]
[php function=13]