var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jay Leno ends his NBC prime-time experiment
";
arnews[0] += "Jay Leno ushered out one of television's biggest flops without sentiment on Tuesday, the final night of a prime-time experiment doomed by bad ratings and bad vibes.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:32:11 GMT";
arnews[0] += "
";
arnews[1]="Dona t be mine
";
arnews[1] += "Now I know that just as you're not supposed to judge a book by its cover, it's unfair to judge a movie by its trailer.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:25:41 GMT";
arnews[1] += "
";
arnews[2]="Ashton Celebrates His Birthday with the SNL Cast! | Ashton Kutcher, Demi Moore
";
arnews[2] += "The group, which also included Alec Baldwin , enjoyed two creamy cakes, and musical guest Them Crooked Vultures serenaded the actor with a rocking rendition of \"Happy Birthday.\" * The Valentine's Day cast toasted their film's premiere Monday night with a cupcake-filled bash at L.A.'s El Capitan Theatre.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:20:14 GMT";
arnews[2] += "
";
arnews[3]="Final prime-time show for Jay Leno, told 'you're fired' by Donald Trump
";
arnews[3] += "Jay Leno ushered out one of television's biggest flops without sentiment on Tuesday, the final night of a prime-time experiment doomed by bad ratings and bad vibes.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 14:13:54 GMT";
arnews[3] += "
";
arnews[4]="Donald Trump Fires Jay Leno - ET
";
arnews[4] += "The sun set on \"The Jay Leno Show\" Tuesday night, making way for the moon to rise again on \"The Tonight Show with Jay Leno.\" Jay got a surprise visitor from New York to push him off the primetime plank.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 13:46:03 GMT";
arnews[4] += "
";
arnews[5]="preview / related links
";
arnews[5] += "\"Valentine's Day\" is yet another date movie that's less than the sum of its parts.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 13:27:42 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("