var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shinan: Marathon presenters
";
arnews[0] += "Handout; Andrew H. Walker / Getty Images] Rest up while you can, boys! It's a gruelling schedule ahead for both Matt Lauer and our Seamus O'Regan - and, of course, their TV wives and assorted on-air flocks.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:09:33 GMT";
arnews[0] += "
";
arnews[1]="Ft. Thomas woman chooses 'Millionaire' over 'Oprah'
";
arnews[1] += "Never Mind! Channel 12 just told me that \"Who Wants To Be A Millionaire\" will not air at 4:30 p.m. today for an expanded Local 12 news about the snow storm.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:00:14 GMT";
arnews[1] += "
";
arnews[2]="Survivors of midair plane crash a horrifieda
";
arnews[2] += "Survivors of midair plane crash - horrified' Quick-thinking pilot Reuben Bakker helped save passengers from disaster TODAY Three people were left dead after a mid-air plane collision over Boulder, Colo., on Saturday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:11:52 GMT";
arnews[2] += "
";
arnews[3]="Gulp! Saints fan swallowed team-logo earring
";
arnews[3] += "Feb. 9: New Orleans Saints fan Floellen Rickard is doing fine after swallowing one of her lucky fleur-de-lis earrings a week prior to the Super Bowl.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:03:16 GMT";
arnews[3] += "
";
arnews[4]="Is a Catcher in the Ryea still relevant to teens?
";
arnews[4] += "Zoe Miller, 16, of San Marino, Calif., holds a dog-eared copy of one of her favorite books, \"The Catcher in the Rye.\" Slideshow A A First-class confessions In his new book, \"PostSecret,\" blogger Frank Warren shares the juicy secrets that people have anonymously sent to him on postcards.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:06:47 GMT";
arnews[4] += "
";
arnews[5]="S.I. swimsuit issue cover model revealed
";
arnews[5] += "Brooklyn Decker didn't know she made the cover of Sports Illustrated's annual swimsuit issue until the day before it came out.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:59:44 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("