/*
	* 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://...
*/

// Twitter RSS.  My Twitter RSS feed is in here as an example.
var TWITTER_RSS = 'http://twitter.com/statuses/user_timeline/12085672.rss';

// LastFM RSS.
var LASTFM_RSS = 'http://ws.audioscrobbler.com/1.0/user/Funvill/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.
// Grab that URL.
var FACEBOOK_RSS = 'http://www.facebook.com/feeds/share_posts.php?id=670071717&viewer=670071717&key=bafe2e218f&format=rss20';

// Flickr RSS.
var FLICKR_RSS = '';

// Delicious RSS.
var DELICIOUS_RSS = 'http://feeds.delicious.com/v2/rss/funvill';

//Tumblr RSS.
var TUMBLR_RSS = 'http://funvill.tumblr.com/rss';

//Wordpress RSS.
var WORDPRESS_RSS = 'http://www.abluestar.com/blog/feed/';

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




