// JavaScript Document
$(document).ready(function () {
  $('#newsBox').rssfeed('http://blogs.myspace.com/Modules/BlogV2/Pages/RssFeed.aspx?friendID=13139901', {
    limit: 3,
	header:false,
	errormsg:'Please ensure that you are connected to the internet'
  });
});

