var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hot Off the Wire - dBusinessNews.com
";
arnews[0] += "... independent humanitarian aid organization, Doctors Without Borders/Médecins Sans Frontières (MSF), in Living in Emergency: Stories of Doctors Without Borders - LIVE with Elizabeth Vargas. Presented by NCM Fathom and Doctors Without Borders ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 13:02:00 GMT";
arnews[0] += "
";
arnews[1]="Doctors Without Borders Takes Audiences behind the Scenes of the Nobel ... - Newsblaze.com
";
arnews[1] += "Set in war-torn Congo and post-conflict Liberia, \"Living in Emergency: Stories of Doctors Without Borders\" is a raw and real depiction of the dilemmas facing Doctors Without Borders staff in the field and the toll their work can take on them both ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 14:13:00 GMT";
arnews[1] += "
";
arnews[2]="Scene & Heard - Times Union
";
arnews[2] += "Living in Emergency: Stories of Doctors Without Borders Live With Elizabeth Vargas\" (of ABC News' \"20/20\") gets the same treatment with a national satellite broadcast at 7:30 p.m. Monday, Dec. 14. The documentary shows the group's field operations in ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT";
arnews[2] += "
";
arnews[3]="The Metropolitan Opera: Carmen - Live - Jacksonville Journal Courier
";
arnews[3] += "12/3 7:00p Glenn Beck's ''The Christmas Sweater'': A Return to Redemption Live 12/10 7:00p Glenn Beck's ''The Christmas Sweater'': A Return to Redemption Encore 12/14 6:30p Inside Doctor's Without Borders: Live With Elizabeth Vargas 12/16 7:00p ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:12:00 GMT";
arnews[3] += "
";
arnews[4]="McCain Campaign Emails Contradict Palin's "Going Rogue" - Huffingtonpost.com
";
arnews[4] += "Sarah Palin's much-discussed book, \"Going Rogue,\" hasn't even been officially released yet and already its accuracy is in question. The Huffington Post has obtained internal McCain campaign emails -- addressed to and by the former vice presidential ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[4] += "
";
arnews[5]="Who's Really Nuts, 20/20 or the 'Crazy Cat Ladies'? - Huffingtonpost.com
";
arnews[5] += "The ABC show 20/20 recently treated its viewers to an all-out condescending pity-party for the women it calls 'crazy cat ladies.' The segment hosted by Elizabeth Vargas, with an accompanying article online , was so over-the-top that it was almost a ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 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("