News from Linux Today"; // // alternate news headlines by minute // // $current_date = getdate(time()); // $minute = $current_date["minute"]; // // Formatting clean-up 03/08/2000 PGH $minute = date("i"); if (($minute % 2) == 0) { print "News From Linux Today"; } else { print "News From Linux Weekly Daily News"; } ?>