var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="David Douglas High dance team takes on an anti-bullying theme
";
arnews[0] += "The David Douglas High School dance team has a new message this year: \"Stop bullying now.\" Head coach Kristina Johns says the idea came up last summer, when she and her assistant coach heard news reports about the Megan Meier case.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:52:06 GMT";
arnews[0] += "
";
arnews[1]="Tickets available for Anderson Cooper at Reagan Library
";
arnews[1] += "Anderson Cooper will be the featured speaker Feb. 19 for the Reagan Forum at the Ronald Reagan Presidential Library .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:21:52 GMT";
arnews[1] += "
";
arnews[2]="Airport scanners stir fears over security lines
";
arnews[2] += "The government's plan to install body scanners in dozens of airports could lengthen security lines and congest terminals, airline and airport officials warn.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:59:53 GMT";
arnews[2] += "
";
arnews[3]="Bulletin board: Feb. 10, 2010
";
arnews[3] += "The Charleston Branch NAACP: will meet at 5:30 p.m. Thursday at the Columbia Gas Building, 1700 MacCorkle Ave.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:46:51 GMT";
arnews[3] += "
";
arnews[4]="Dan Choi, Gay Military Rights Advocate, Back On Active Duty
";
arnews[4] += "Gay military rights advocate Lt. Dan Choi has been reportedly called back into active duty.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:12:03 GMT";
arnews[4] += "
";
arnews[5]="Bob And Yoli Narron Battle "Tough Sam" For The Win On Lake Sam Rayburn
";
arnews[5] += "C.A.S.T. Southeast was greeted with very cool temperatures, 20mph winds, partial overcast then blue bird skies.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:31:26 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("