'; print_r( $cats ); echo ''; foreach ($cats as $cat) { query_posts( array ( 'showposts' => 1, 'orderby' => 'rand', 'cat' => $cat->cat_ID ) ); ?>