var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Girls basketball capsules
";
arnews[0] += "West Side vs. Morton , 6 p.m. Wednesday -- East Chicago vs. Highland , 6 p.m.; Munster vs.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 14:57:47 GMT";
arnews[0] += "
";
arnews[1]="Lamar Di Gras to benefit Anna Lamar Switzer Center
";
arnews[1] += "Paint your face, wear a mask, costume or come in business attire to the Lamar Di Gras Visuel to celebrate a benefit for the Anna Lamar Switzer Center for Visual Arts at Pensacola Junior College from 5:30 to 9:30 p.m. Feb.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Get cash back on new homes in Eagle Park, Belmont NC
";
arnews[2] += "If you thinking about buying a new home in Eagle Park or any other community in Belmont NC, YOU CAN get an additional 1% CASH BACK! ... I will teach you how! The Eagle Park Subdivision is located in Gaston County, Belmont NC.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 19:30:57 GMT";
arnews[2] += "
";
arnews[3]="Buff skiers with guns: The Olympic biathlete
";
arnews[3] += "A true Nordic game recounting the skills of the arctic hunter-gatherer , often one of the opening events in the Winter Olympic Games.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Obituaries 02/01/10
";
arnews[4] += "FRANK TERRY PLUMLEE Funeral services for Frank Terry Plumlee will be 11 a.m. Tuesday, Feb.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="(related link)New evidence levels more bribery allegations in Dallas City Hall corruption case
";
arnews[5] += "New evidence in the Dallas City Hall public corruption case levels further bribery allegations against former City Council members Don Hill and James Fantroy, and resurrects accusations against state Rep.";
arnews[5] += "
Publ.Date : Sat, 15 Aug 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Obituaries 02/01/10
";
arnews[6] += "FRANK TERRY PLUMLEE Funeral services for Frank Terry Plumlee will be 11 a.m. Tuesday, Feb.";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("