get_option('sticky_posts'), 'showposts' => arras_get_option('featured1_count') ) );
elseif( $featured1_cat == '0' ) $q = new WP_Query('showposts=' . arras_get_option('featured1_count') );
else $q = new WP_Query('showposts=' . arras_get_option('featured1_count') . '&cat=' . $featured1_cat );
?>
have_posts()) : while ($q->have_posts()) : $q->the_post(); ?>
get_option('sticky_posts'), 'showposts' => arras_get_option('featured2_count') ) );
elseif( $featured2_cat == '0' ) $q2 = new WP_Query('showposts=' . arras_get_option('featured2_count') );
else $q2 = new WP_Query('cat=' . $featured2_cat . '&showposts=' . arras_get_option('featured2_count') );
arras_get_posts('featured2', $q2);
?>
arras_get_option('news_cat'),
'paged' => $paged,
'showposts' => ( arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count') )
) );
arras_get_posts('index') ?>