<?php if(isset($_REQUEST)) { include_once('classes/class.rssnews.php'); try { RSSNews::_displayFeeds($_REQUEST['q']); } catch(Exception $e) { trigger_error($e->getMessage()); } } ?>