$(document).ready(function(){				   
				   					   
  $("#newsfeed").feedreader({targeturl: "/xml.php",items:4});
  
});