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