var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Beth Wilson | Glass Half-Full or Half-Empty?
";
arnews[0] += "May I be honest with you? I have had a tough, challenging year. My husband battled cancer, enduring two surgeries in 30 days.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:33:47 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 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Morning Shots: Two Swell Season Videos, Twitter Clutter, And Santa Wars
";
arnews[2] += "Mike White not only wrote School Of Rock , but he was an extremely likable contestant on The Amazing Race .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:26:50 GMT";
arnews[2] += "
";
arnews[3]="Incredible Inman | 'Mice' adaptation
";
arnews[3] += "Dear Mr. Inman: My daughter is reading John Steinbeck's \"Of Mice and Men\" as I did at her age in high school.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Terror in Mumbai' difficult to watch
";
arnews[4] += "As chilling as any horror movie, \"Terror in Mumbai\" recalls a cold-blooded assault on India's largest city that left 170 dead and more than 300 wounded.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:16:02 GMT";
arnews[4] += "
";
arnews[5]="A teen's tall tale makes it to the small screen
";
arnews[5] += "Nothing says Christmas like the voice of William Shatner. OK, maybe not. The \"Star Trek\" star and master of late-night poetry readings narrates the holiday special \"Gotta Catch Santa Claus\" . The cartoon follows the efforts of 12-year-old Trevor as he and his pals try to catch Old St.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 17:02:26 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("