var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fred Schulte, Senior Reporter For HuffPost Investigative Fund, Talks...
";
arnews[0] += "Fred Schulte, a senior reporter for the Huffington Post Investigative Fund, talked with NPR's Scott Simon Saturday morning about the overlooked technology companies that stand to make huge profits in the push to digitize the nation's medical records.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:37:22 GMT";
arnews[0] += "
";
arnews[1]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[1] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'House' Star Olivia Wilde Says Filming 'Fix' Was 'Labor Of Love'
";
arnews[2] += "It was 2007 and Olivia Wilde had just been cast as a bisexual doc on \"House,\" a juicy role on a hit show following a run on the short-lived NBC series \"The Black Donnellys\" and another bisexual turn on \"The O.C.\" The job was a huge break for the actress - it would lead to a vastly raised public profile and the top spot in the Maxim Hot 100 - but ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:25:00 GMT";
arnews[2] += "
";
arnews[3]="Review: 'Fix'
";
arnews[3] += "Art imitates life in a road tripper that breaks new ground. Thursday, November 19, 2009 Stylish could be the last name of this comedy about a filmmaker shooting his 24 hour road trip as he and his girlfriend rush to get his brother in rehab by a judge's deadline or have his brother hauled off to prison for 3 years.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:19:23 GMT";
arnews[3] += "
";
arnews[4]="Actress Olivia Wilde chats about working with a spouse and coming home for the holidays.
";
arnews[4] += "D.C.'S OLIVIA WILDE has tackled the teen market , the prime-time drama and the Hollywood blockbuster .";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:53:32 GMT";
arnews[4] += "
";
arnews[5]="Olivia Wilde
";
arnews[5] += "Los Angeles: Actress Olivia Wilde attends the 14th Annual GQ 'Men of the Year' party at the Chateau Marmont Hotel.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:21:33 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("