Tricky Custom post loop

To display ‘news’, you’ll have to add it to your loop arguments:

$wp_query->query(
  'post_type' => 'news', 
  'posts_per_page=".get_option("posts_per_page').'&paged='.$paged
);