var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Hard-up RTE pays €800k for clothes and make-up - Belfast Telegraph
"; arnews[0] += "Cash-strapped RTE spent €330,000 on make-up over the past year-and-a-half. The Irish national broadcaster forked out €230,000 for slap last year alone — and had |already spent more than €100,800 to the end of August. The figures released ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 05:49:00 GMT"; arnews[0] += "
"; arnews[1]="Hard-up RTE pays EUR 800k for clothes and make-up - PennEnergy
"; arnews[1] += "The figures released through the Freedom of Information Act reveal just how much it costs to make up the likes of leading presenters Grainne Seoige and Miriam O'Callaghan. Added to the bill for clothes, the total spent on vanity comes to nearly EUR ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:19:00 GMT"; arnews[1] += "
"; totcount = 2; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");