function feedpopup(windowcontent, features) {
  winRef = window.open('', 'RSS', features);
  winRef.document.write(windowcontent);
  return false;
}
