/*
	***************************************************************************************************
	* NOTE: DON'T DELETE ANY VARIABLES FROM THIS PAGE.  IF YOU DON'T USE A SERVICE SIMPLY LEAVE IT ''.*
	***************************************************************************************************
	
	* 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 ('').
*/

// Your Twitter RSS Feed.
sss.TWITTER_RSS = 'http://twitter.com/statuses/user_timeline/35092196.rss';

// LastFM RSS here.
sss.LASTFM_RSS = 'http://ws.audioscrobbler.com/1.0/user/jgiven/recenttracks.rss';

// Facebook RSS.
// How do you get it?  It's annoying but here's how.
// After logging in click the link to your profile.
// Scroll down the page and on the left hand side there is a section called "Links".
// Click "See All"
// On the right you'll see a link to the RSS FEED.  Click it.
// The URL will look like this:
// http://www.facebook.com/feeds/share_posts.php?id=#YOUR_ID_HERE#&viewer=658023447&key=#YOUR_KEY_HERE#&format=rss20
// Grab that URL.
sss.FACEBOOK_RSS = '';

// Your Flickr RSS. To get your Flickr_ID go here: http://idgettr.com/
sss.FLICKR_RSS = 'http://api.flickr.com/services/feeds/photos_public.gne?id=25902523@N08&lang=en-us&format=rss_200';

// Delicious RSS.
sss.DELICIOUS_RSS = 'http://www.delicious.com/v2/rss/jgiven';

//Tumblr RSS
sss.TUMBLR_RSS = '';

//Posterous RSS
sss.POSTEROUS_RSS = 'http://iamjpg.posterous.com/rss.xml';

//Wordpress RSS
sss.WORDPRESS_RSS = '';

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




