function Rss () {
this.nr;
this.marker;
this.date;
this.time;
this.title;
this.description;
this.link;
}

rssEntries = Array(2);


rss = new Rss();
rss.nr=1;
rss.marker='releases';
rss.date='09/09/2009';
rss.time='1:00';
rss.title='Trading statement for the five months ended 31 August 2009';
rss.description='';
rss.link='http://www.richemont.com/index.php?option=com_content&task=view&id=575&Itemid=68';

rssEntries[0] = rss;

rss = new Rss();
rss.nr=0;
rss.marker='releases';
rss.date='09/09/2009';
rss.time='1:00';
rss.title='Richemont Annual General Meeting 2009';
rss.description='';
rss.link='http://www.richemont.com/index.php?option=com_content&task=view&id=576&Itemid=68';

rssEntries[1] = rss;
popupLinkTxt = 'choose release';
