function is_oscar_night(){ if(isset($_GET['oscar_night'])){ return true; } if(time() >= strtotime('2/22/2009')){ return true; } return false; } echo ''; ?>
For those attending Anthony's annual Oscar bash.