\n";
echo "
\n";
for ($i = 1; $i <= $max; $i++)
{
$cssclass = 'euler_pnl_cell_notexist';
$alttitle = '';
$href = '#';
if (key_exists($i, $arr))
{
$cssclass = $RATING_CLASSES[$arr[$i]['rating']];
$alttitle = $arr[$i]['title'];
$href = "/blog/1/Project_Euler_with_Befunge/problem-" . str_pad($i, 3, '0', STR_PAD_LEFT);
}
echo "
\n";
if (($i)%20 == 0)
{
echo "
\n";
echo "
\n";
echo "