$arg_ = array('category_name' => 'tumu', 'posts_per_page' => -1,'orderby' => 'rand');
query_posts($arg_);
$i = 1;
while ( have_posts() ) : the_post();
?>
/*if($i == 4){?> $i = 0;}*/?>
//$i++;
endwhile;wp_reset_query();?>
process_postviews();?>