get_results("SELECT `ID`,`post_title`,
`post_excerpt` FROM $wpdb->posts
WHERE `post_status`= \"publish\"
ORDER BY ID DESC LIMIT ".$how_many);
foreach($news as $np){
//NOTE: get other post data by selecting different
//data in the posts table...
$permalink=get_permalink($np->ID);
$html= "