var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katherine Jenkins wants to be an X Factor judge - Monsters and Critics
";
arnews[0] += "Opera star Katherine Jenkins has revealed her desire to be an X Factor judge. Popstar to Opera star Katherine Jenkins, Darius Campbell and Jimmy Osmond leaves 'This Morning' TV Studios after being interviewed on the show about the their new TV ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 15:04:00 GMT";
arnews[0] += "
";
arnews[1]="Katherine Jenkins wants X Factor judge job - Sunday People
";
arnews[1] += "Opera beauty KATHERINE JENKINS is pitching to be a judge on The X Factor, I hear. The blonde diva is eager to fill DANNII MINOGUE's shoes after rumours the pregnant Aussie star is quitting SIMON COWELL's mega-hit ITV show. as Katherine, 29, trilled ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 11:30:00 GMT";
arnews[1] += "
";
arnews[2]="Battle of the divas: Katherine Jenkins takes on Phantom star Sierra ... - Daily Mail
";
arnews[2] += "Andrew Lloyd Webber’s new West End musical is at the centre of a clash of the sopranos. Glamorous singer Katherine Jenkins is about to release her version of Love Never Dies, the title track to the composer’s sequel to Phantom Of The Opera. Yet ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 00:25:00 GMT";
arnews[2] += "
";
arnews[3]="Princess Eugenie is dating Branson's polo-playing nephew - Daily Mail
";
arnews[3] += "Busy organising a 50th birthday party for her father, Prince Andrew, later this month, Princess Eugenie has an extra pair of hands to help. For I learn that the pretty 19-year-old has found a new companion - handsome polo player Otto Brockway. The ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:30:00 GMT";
arnews[3] += "
";
arnews[4]="Yiddish Theatre Star Bern Dies - The Gaea Times
";
arnews[4] += "Actress and singer MINA BERN has died, aged 98. Bern, one of the last remaining stars of Yiddish theatre in the U.S., passed away in New York on Sunday (10Jan10), after suffering heart failure. With her second husband, late actor Ben Bonus, she ...";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 09:30:00 GMT";
arnews[4] += "
";
arnews[5]="Nellie G. Brown - Chillico Gazette
";
arnews[5] += "... six brothers; and sisters, Mabel Pauline, Bertha; infant brother, Guy Otto, Ray Gilbert, Gladys Eileen, and Paul Clair, who was killed during World War II; by nieces, Katherine Jenkins Schrader and Eileen Patterson Day; and a nephew, Jack H.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 12:17:00 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("