var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Michelle Obama Plans Elaborate Debut of Anti-Obesity Campaign
";
arnews[0] += "First Lady Michelle Obama is planning an elaborate unveiling on Tuesday of the anti-childhood obesity drive she is leading.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 16:06:33 GMT";
arnews[0] += "
";
arnews[1]="Paul Mitchell the School Charity Fundraising Events
";
arnews[1] += "Larry King, Donny and Marie Osmond, and Leeza Gibbons Join Paul Mitchell the School Spokane to Raise Funds and Awareness.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 10:38:24 GMT";
arnews[1] += "
";
arnews[2]="Christie's auction gives you chance to save world, meet one of the X-Men | Leo Hickman
";
arnews[2] += "The auction house is hosting a 'green' auction, humbled billed as 'A Bid to Save the Earth' and starring a curious list of A-listers Hugh Jackman: a huge fan of saving the earth.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 07:00:03 GMT";
arnews[2] += "
";
arnews[3]="Former 'Dancing With The Stars' finalist Warren Sapp arrested for domestic battery
";
arnews[3] += "February 07, 2010 -- Former NFL pro and 'Dancing With The Stars' finalist Warren Sapp was arrested in Miami, Florida this week.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="LookingBack February 7, 2010
";
arnews[4] += "Each week Albany Herald researcher Mary Braswell looks for interesting events, places and people from the past.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 07:21:36 GMT";
arnews[4] += "
";
arnews[5]="Help Out: Feb. 7, 2010
";
arnews[5] += "The first Kanawha Valley Disc Golf Bowl will be held Feb. 13 at Little Creek Park to raise money and collect food for Covenant House's food pantry.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 08:00: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("