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