<?php

$var="Happy New Year !";

$year=date("Y");

if($year == "2009")
{
  echo $var."\n";
}
?>