Run Lola Run

<?php
$end = time() + 81 * 60;

while(time() <= $end)
{
echo '.';
}
?>
Vote up this code3