var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Immaculee Ilibagiza and Kimberla Lawson Roby Top February 2010...
";
arnews[0] += "How Black Christian News/Black Christian Book Company calculates the BCNN1/BCBC Bestsellers List: Very simply, BCNN1/BCBC combine the rankings of Amazon.com, BarnesandNoble.com, and BlackCBC.com for each book.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:49:34 GMT";
arnews[0] += "
";
arnews[1]="Honorable Mention ...
";
arnews[1] += "Sunday, February 7, 2010 Send listings to communityweekly @ fosters.com. SARATOGA SPRINGS, N.Y. - Molly Gile, Class of 2013 at Skidmore College, earned honors for the fall semester.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:59:05 GMT";
arnews[1] += "
";
arnews[2]="ASU, GSW softball hope for great 2010 seasons
";
arnews[2] += "ASUa s Taa Shelya Bynum will pace the Lady Rams this season. While Georgia Southwesterna s softball team acclimates itself to the Peach Belt Conference, Albany State is trying to return to the SIACa s throne.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:46:27 GMT";
arnews[2] += "
";
arnews[3]="Fine arts students to present - Annie Get Your Gun'
";
arnews[3] += "Cleburne High School fine arts students will present \"Annie Get Your Gun\" in three performances beginning at 7 p.m. tonight at the Don Smith Performing Arts Center.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 19:51:57 GMT";
arnews[3] += "
";
arnews[4]="Afternoon Prep - Afternoon Prep - Afternoon Prep - Afternoon Prep
";
arnews[4] += "\"American Idol\" is a review of Season 9's audition shows so we remember who's coming to Hollywood.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:11:52 GMT";
arnews[4] += "
";
arnews[5]="TV's Best Bets
";
arnews[5] += "Modern Family, 8 and 9 p.m., ABC. First is a fairly good rerun. One plot line - Elizabeth Banks as a party-hardy friend - is so-so; the other - Edward Norton as a long-ago pop star - is quite funny.";
arnews[5] += "
Publ.Date : Wed, 03 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("