var arnews = new Array(5); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Louis Walsh would snub Irish 'X Factor'
"; arnews[0] += "Louis Walsh has admitted that he wouldn't be interested in judging an Irish version of The X Factor ."; arnews[0] += "
Publ.Date : Mon, 10 Aug 2009 14:06:28 GMT"; arnews[0] += "
"; arnews[1]="Spotlight: MTV's Laura Whitmore. Photo: Getty Images
"; arnews[1] += "BRAY MTV STAR Laura Whitmore, who was back on Irish shores recently to launch the Sony Ericsson T707 for 3 mobile, has been warned by another former MTV star to make the most of her time in the spotlight."; arnews[1] += "
Publ.Date : Wed, 08 Jul 2009 14:26:18 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("
");