// updates the content of importants box
function displayImportants()
{
  readRssIntoElementWithId( 'importantsbox', importantsUrl, importantsNumberOfItems );
}