descending bars
each line is one pixel taller the previous
reload
for new colors
$i = 0; while($i<=100){ if ($i==100) break; $color = rand(000000,999999); echo "
"; $i=$i+1; } ?>