var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Tidbits: A big week for Jon and Kate Plus 8, Susan Boyle and Adam Lambert
";
arnews[0] += "Reality TV stars are set to make a big splash this week when the last episode of \" Jon and Kate Plus 8 \" airs on Lifetime, plus reality TV music stars Susan Boyle and Adam Lambert both release their debut albumson the same day! The last episode of \" Jon and Kate Plus 8 \" will air this Monday, November 23rd on TLC.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Review: (Untitled) Knocks Pompous Artists Down a Few Pegs
";
arnews[1] += "Few subjects are more ripe for ridicule than pretentious artists, and Jonathan Parker 's skewers the world of contemporary art in a way that's insightful and funny without becoming a broad parody.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:16:00 GMT";
arnews[1] += "
";
arnews[2]="Judd Apatow on Sequels: No Superbad 2, Pineapple Express 2 Maybe
";
arnews[2] += "The Apatow-verse still hasn't dealt with sequels as of yet, but it's bound to happen eventually.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Movie review capsules
";
arnews[3] += "The Box In the new movie from Richard Kelly , James Marsden and Cameron Diaz, looking like a Pan-Am flight attendant, play a nice Virginia couple who receive a box that, should they press its red button, will make them rich but cost the life of one stranger.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:39:55 GMT";
arnews[3] += "
";
arnews[4]="Palinophobes hate first, ask questions later
";
arnews[4] += "Slate magazine is just one of the countless media outlets convulsing with Saint Vitus' dance over that demonic succubus Sarah Palin.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 07:27:40 GMT";
arnews[4] += "
";
arnews[5]="(Untitled)'
";
arnews[5] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:03:23 GMT";
arnews[5] += "
";
arnews[6]="Adam Goldberg goes avant garde
";
arnews[6] += "The title of Adam Goldberg's new movie is intriguing: \" \" really doesn't have one.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 04:03:16 GMT";
arnews[6] += "
";
arnews[7]="Movie review: "(Untitled)" satirizes the modern art world
";
arnews[7] += "\" \" is a funny movie set in New York City's fashionable art galleries and experimental music scene.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 00:23:48 GMT";
arnews[7] += "
";
totcount = 8;
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("