Home
About
News
Music
Podcasts
Theatre
Scripts
Learn
Contact
Powderland
"Keep out of the black and in the red..."
Home
About
News
Music
Podcasts
Theatre
Scripts
Learn
Contact
Coming soon
Theatre
Home
About
News
Music
Podcasts
Theatre
Scripts
Learn
Contact
Recent posts
handle_content_type(); $new = array(); foreach ($feed->get_items(0,5) as $item) { $thisweek = time() - (168*60*60); if ($item->get_date('U') > $thisweek) { $new[] = $item; } } foreach($new as $item) { echo '
'; echo '
'; echo '
'; echo $item->get_title() . '
'; echo '
'; echo '
' . $item->get_date('j M Y') . '
'; echo '
'; echo shortdesc($item->get_description(), 150); // Change 150 to the length of your choice echo '
'; echo 'Read more.' . '
'; echo '
'; echo '
'; } ?>
08/16/08