$counter=0; $postbits = ''; $countposts = 0; while ($post=$DB_site->fetch_array($posts)) { if (++$counter%2==0) { $post[backcolor]="{firstaltcolor}"; $post[bgclass] = "alt1"; $countposts = $countposts+1; } else { $post[backcolor]="{secondaltcolor}"; $post[bgclass] = "alt2"; $countposts = $countposts+1; }