set_feed_url($feedurl); $feed->set_cache_location(dirname(__FILE__).'/simplepie/cache'); $feed->set_cache_duration(3600); $feed->init(); $feed->handle_content_type(); return $feed->get_items(0,$limit); } ?>