// updates the content of news box
function displayNews()
{
  readRssIntoElementWithId( 'newsbox', newsUrl, newsNumberOfItems );
}