<?php
highlight_file (__FILE__);
$gm_time = time() - date('Z');
$today = date ('d', $gm_time);
$release = 24;
$days = $release - $today;
if ($days < 0) $days = 0;
$base = 'http://www.ubuntu.com/files/countdown/dist/';
echo '<div style="width:200px;font-family:sans-serif" align="center"><a href="http://www.ubuntu.com/testing/gutsybeta"><img id="countdownimage" src="', $base, '710countdown_', $days, 'days.png" width="199" height="164" border="0" alt="Ubuntu 7.10 - Coming soon"></a><a href="http://www.ubuntu.com/getubuntu/countdown" style="font-size:7pt;color:#bbb;text-decoration: none">Add this countdown to your website</a></div>';
?>