<?php $page_list = array( 3,7,25 ); foreach( $page_list as $page_id ) { query_posts( "page_id=$page_id" );?>... hier die Ausgabe ...<?php } ?>