var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PHWOAR & ORDER
";
arnews[0] += "NAMES: NICKY BYRNE, 3 ; MARK FEEHILY, 29; SHANE FILAN, 3O; KIAN EGAN, 29 OCCUPATION: SINGERS Ooooh boys, you're a very arresting sight today! Have you ever had a brush with the law in real life? Kian: When I was 18 I came out of a nightclub and kicked a beer bottle along the road.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:50:00 GMT";
arnews[0] += "
";
arnews[1]="Westlife star says Jedward are winners
";
arnews[1] += "Westlife stars Nicky Byrne and Shane Filan have said that they are proud to support 'X Factor' twins John and Edward Grimes.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:18:33 GMT";
arnews[1] += "
";
arnews[2]="Sweet smell of success for Westlife perfume
";
arnews[2] += "The show has suddenly become quite wonderful, and the galvanising factor is the terrific stage debut of Melanie C Blood Brothers Music John Aizlewood The British pop music industry may be eating itself but if Muse are the pick of what it can offer the world in 2010 then British music is in rude health indeed Muse Reader reviews Theatre Rachel ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 12:51:50 GMT";
arnews[2] += "
";
arnews[3]="Westlife's dream to make male scent
";
arnews[3] += "Westlife have revealed they plan to create a male fragrance, hot on the heels of their new female scent.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 16:24:05 GMT";
arnews[3] += "
";
arnews[4]="X Factor adventure continues for Jedward
";
arnews[4] += "IT is the topic that has divided a nation over the last number of days, and even the Limerick godfather of Edward expressed his surprise this week at last weekend's dramatic X-Factor result.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 14:14:21 GMT";
arnews[4] += "
";
arnews[5]="Nicky Byrne mourns dad
";
arnews[5] += "Westlife star Nicky Byrne has been left devastated by the death of his father, Nicky Sr, who passed away yesterday .";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 15:17:47 GMT";
arnews[5] += "
";
totcount = 6;
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("