$(document).ready(function(){
						   
$('#rss-feed').rssfeed('http://blog.propridehitch.com/feed/', {
    limit: 5
  });
	
});
