function construct_postbit(&$post) {
static $post_counter; if(!isset($post_counter)) { $post_counter = 0; } else { $post_counter ++; }