/**
  * Constructor - just call the parent and set the feed url :)
  *
  */
 function __construct()
 {
     parent::__construct('http://identi.ca/api/search.atom?q=%s');
 }
 function __construct()
 {
     parent::__construct('http://blogsearch.google.com/blogsearch_feeds?hl=en&num=10&output=atom&q=%s');
 }
 function __construct()
 {
     parent::__construct('http://news.google.com/news?um=1&ned=us&hl=en&output=atom&q=%s');
 }