function showGMapsEZ() { $maps = "\n"; print($maps); } /* countdown */ $target = mktime(0, 0, 0, 12, 2, 2006); $today = time(); $difference = ($target-$today); $daysleft = (int)($difference/86400); ?>