';
global $post;
$myposts = get_posts("numberposts=1&category=$cat_number");
foreach($myposts as $post)
{
$posttitle = get_the_title();
$posttime = get_the_time('F jS, Y');
$postauthor = get_the_author();
$postlink = get_permalink();
$text = get_the_excerpt();
$text = substr($text , 0, 150);
$nothumb = get_bloginfo('template_directory');
$thumb = get_post_meta($post->ID, "Thumbnail", true);
echo '
';
echo '
';
echo '
 { echo ''.$nothumb.'/images/defaultthumb.jpg'; } else { echo $thumb; }
echo ')
';
echo $posttime.'
';
echo $postauthor;
echo '
';
echo '
';
echo '
';
echo '