/*
	* Developed by J.P. Given
	* http://johnpatrickgiven.com
	
	******************************************************************************************************
	* NOTE: DON'T DELETE ANY VARIABLES FROM THIS PAGE.  IF YOU DON'T USE A SERVICE SIMPLY LEAVE IT BLANK.*
	******************************************************************************************************
	
	* This file is required for the plug in to work.  Do not erase any of the Javascript variables on this page.
	* If you don't use one of the services below simply leave the value blank ('').
	
	* NOTE: all RSS feed links need to be fully qualified URLs.  ie http://...
*/

// array of twitter rss feeds
// 'http://twitter.com/statuses/user_timeline/??.rss', 	// Leanne protected feeds


sss.TWITTER_RSS = ['http://twitter.com/statuses/user_timeline/85691876.rss', 	// Lieselot
		     'http://twitter.com/statuses/user_timeline/238151434.rss', 	// LzzL
		     'http://twitter.com/statuses/user_timeline/218662180.rss']; 	// Daan
	
// LastFM RSS.
sss.LASTFM_RSS = [];

// Facebook RSS.
// http://fbrss.com
sss.FACEBOOK_RSS = ['http://fbrss.com/f/b134a325114486b9ef598f818e943b0a.xml',  // Lieselot
		      'http://fbrss.com/f/38888281d2cff6b11ac8c058ce195780.xml',  // Hugo
		      'http://fbrss.com/f/82232f710bf888d254ba496098439811.xml']; // Bas

// Flickr RSS.
sss.FLICKR_RSS = [];

// Delicious RSS.
sss.DELICIOUS_RSS = [];

//Tumblr RSS.
sss.TUMBLR_RSS = [];

//Wordpress RSS.
sss.WORDPRESS_RSS = ['http://www.famderuiter.com/blog/feed/'];

//Posterous RSS.
sss.POSTEROUS_RSS = [];

// How many to display.  Recommend no more than 25 since RSS only goes back so far.  0 = show all.
sss.LIMIT = 8;




