Find up to date game news from around the web. Read the latest game news about the Xbox 360, Playstation 3, Nintedo Wii, PSP, DS and Much more..
CarpConf('poweredby','');
CarpConfReset();
CarpConf('cborder','');
CarpConf('caorder','');
CarpConf('iorder','image,url,title,desc');
CarpConf('biurl','
CarpConf('ailink','');
CarpConf('aidesc', '
');
CarpConf('descriptiontags','table|/table|tr|/tr|td|/td|a|/a|img|br');
CarpConf('maxitems','5');
CarpConf('carperrors',0);
CarpConf('linktarget',1);
CarpConf('cacheinterval','725');
$feeds=array(
'http://feeds.feedburner.com/GameProNews',
'http://www.ugo.com/ugo/html/index/feed.asp?id=51',
'http://arstechnica.com/gaming.rssx',
'http://scripts.ign.com/rss/ign.all.2.0.xml',
'http://www.gamesradar.com/us/rss/game_news_feed.jsp',
);
$feedsToShow=3;
for ($i=0;$i<$feedsToShow;$i++) {
$feed=array_splice($feeds,rand(0,count($feeds)-1),1);
CarpCacheShow($feed[0]);
}
?>