var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Susan Boyle's debut doesn't deserve hype it's getting
";
arnews[0] += "When it comes to tragic spectacles in this sorry age of reality television, beyond even the pathetic sight of Patti Blagojevich eating bugs on \"I'm a Celebrity ... Get Me Out of Here!,\" falls the obnoxious exploitation of Scottish homebody Susan Boyle.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:22:25 GMT";
arnews[0] += "
";
arnews[1]="Susan Boyle, "I Dreamed a Dream" (Columbia) [1.5 STARS out of 4]
";
arnews[1] += "When it comes to tragic spectacles in this sorry age of reality television, beyond even the pathetic sight of Patti Blagojevich eating bugs on \"I'm a Celebrity... Get Me Out of Here!\" falls the obnoxious exploitation of Scottish homebody Susan Boyle.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:46:19 GMT";
arnews[1] += "
";
arnews[2]="Jordin Sparks wins 'American Idol'
";
arnews[2] += "Jordin Sparks is the new American Idol. After more than 74 million votes were counted, the 17-year-old was declared the winner at the end of the two-hour American Idol season finale on Wednesday night.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 17:02:23 GMT";
arnews[2] += "
";
arnews[3]="X Factor: How to Date Olly Murs, Hate Danyl Johnson And Daniel Lloyd Gets Wood
";
arnews[3] += "ALL the UK mags want to be home of the X Factor, to become the official organ that fans will reach for to read about their fave showa s wannabes, stars and judges.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 04:15:26 GMT";
arnews[3] += "
";
arnews[4]="X Factor: Jedward, Head Lice In The House, Sanjaya Malakar And A Fix
";
arnews[4] += "X FACTOR: John & Edward take it lice and queasy, Rachel sobs, Lloyd Daniels has not time to keep time and it is a fact that when the tabloids run out of puns for John & Edward the act will go the way of Chico Time, Mr Blobby and Little Jimmy Osmond.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 11:57:36 GMT";
arnews[4] += "
";
arnews[5]="Pride beat
";
arnews[5] += "Growing up with a gay best friend helped Blake Lewis shape his believe in full equality for lesbian and gay people, including marriage rights.";
arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 10:51:01 GMT";
arnews[5] += "
";
arnews[6]="Fazoli's Celebrates 20th Anniversary with $2.99 Baked Spaghetti
";
arnews[6] += "In honor of the restaurant chain's 20th anniversary, participating Fazoli's restaurants are rolling back to $2.99 the price of Baked Spaghetti.";
arnews[6] += "
Publ.Date : Thu, 29 Oct 2009 07:26:41 GMT";
arnews[6] += "
";
arnews[7]="Fazoli's Celebrates 20th Anniversary with $2.99 Baked Spaghetti
";
arnews[7] += "Lexington, Ky.: In 1989, amid citizen rebellions in Eastern Europe and China, Fazoli's started its own Italian Revolution in Lexington, Ky.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 22:13:41 GMT";
arnews[7] += "
";
arnews[8]="X Factor's terrible twins survive
";
arnews[8] += "Last night's episode of The X Factor raised a series of perplexing questions who sliced open Cheryl's slacks? Is Whitney Houston pop's most inarticulate star? Why does Stacey have an orthodontist's dream bite while singing and appear buck-toothed when she stops? - but surely the most baffling was: how did John and Edward survive? The Grimes twins ...";
arnews[8] += "
Publ.Date : Mon, 19 Oct 2009 15:57:05 GMT";
arnews[8] += "
";
totcount = 9;
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("