var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CSI: NY Murder Mystery: Is Kim Kardashian the Killer?
";
arnews[0] += "Those Kardashians sure know how to drum up some mighty big ratings , so why wouldn't a prime-time series want in on the action? E!'s reigning reality queen Kim Kardashian is working her acting chops in an upcoming episode of CSI: NY , and we were there to see all the action - including some additional guests like former MTV VJ Vanessa Minnillo and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="CSI: NY Murder Mystery: Is Kim Kardashian the Killer?
";
arnews[1] += "Those Kardashians sure know how to drum up some mighty big ratings , so why wouldn't a prime-time series want in on the action? E!'s reigning reality queen Kim Kardashian is working her acting chops in an upcoming episode of CSI: NY , and we were there to see all the action - including some additional guests like former MTV VJ Vanessa Minnillo and ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:57:19 GMT";
arnews[1] += "
";
arnews[2]="Percy Jackson & the Olympians: The Lightning Thief new trailer online
";
arnews[2] += "There are four things that strike me about the new trailer for Percy Jackson & the Olympians: The Lightning Thief, and here they are a ' more action, product placement, and two gorgeous women, one a goodie and one a baddie.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 01:08:34 GMT";
arnews[2] += "
";
arnews[3]="Wednesday's TV Highlights: A serial killer on 'CSI: NY'
";
arnews[3] += "COMPASS KILLER STRIKES AGAIN: Hill Harper, Melina Kanakaredes and Gary Sinise are on the trail of a serial killer on 'CSI: NY' at 10 p.m. on CBS.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:12:32 GMT";
arnews[3] += "
";
arnews[4]="John Aniston hosts premiere screening of Greek American documentary, The Promise of Tomorrow
";
arnews[4] += "On November 12, the premiere of the new documentary, The Promise of Tomorrow, 1940-1960 , was held at the Academy of Motion Picture Arts and Sciences in Beverly Hills.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("