Commenting out the flush() did not work and here are the variables
// ************************************************************************* //
// Start of editable variables
// Select which Custom Box you use this pal as (can be 1-6):
$forumlistcustombox = 3;
// The number of items to get from each feed
$feeds = 3;
// An array containing links to the rss feeds you want to show.
$newsfeeds = array(
"Wired News" => "http://www.wired.com/news_drop/netcenter/netcenter.rdf",
);
// Seconds between updating of cached rss file.
$feed_refresh = 3600;
// Show image in newsfeed (true or false)
$feed_image = true;
// Show text input field in newsfeed (true or false)
$feed_textinput = false;
// End of editable variables
// ************************************************************************* //