var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prevention Launches Column With The Doctors - Mediabistro.com
";
arnews[0] += "February 3, 2010 -- New York, NY -- Prevention SVP and Editor-in-Chief Liz Vaccariello today announced the launch of \"Ask The Doctors\" -- a monthly column penned by the hosts of the Emmy-nominated daytime talk show \"The Doctors,\" from Stage 29 ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 15:01:00 GMT";
arnews[0] += "
";
arnews[1]="Around and About - Omaha World-Herald
";
arnews[1] += "A record-breaking 550 people attended Congé, Omaha Duchesne's annual auction and dinner, Jan. 30 at Embassy Suites La Vista. The event raised more than $350,000 for the school. “Fairmont Fair” was this year's state-fair-inspired theme. It paid ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 13:05:00 GMT";
arnews[1] += "
";
arnews[2]="North Bend residents on road to recovery after devastating fire - Fremont Tribune
";
arnews[2] += "NORTH BEND -- Jake Wesch was in San Diego for the Holiday Bowl when his sister told him by text what was happening in his hometown. “I guess at the time the fire was still going,” said the former Cornhusker field goal holder and former North Bend ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 16:33:00 GMT";
arnews[2] += "
";
totcount = 3;
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("