var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="African-American History & The Struggle For Socialism: A Public ...
";
arnews[0] += "African-American History & The Struggle For Socialism: A Public Forum in Detroit, Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:27:34 GMT";
arnews[0] += "
";
arnews[1]="FxFactory Adds Aquafadas To Product Line - Ships New Slideshow...
";
arnews[1] += "\" February 9, 2010 - \" Noise Industries, developer of visual effects tools for the postproduction and broadcast markets, announced that new development partner, AquafadasA , has released PulpFx Abstract 1.0 for the FxFactoryA platform.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:09:58 GMT";
arnews[1] += "
";
arnews[2]="Fxfactory Adds Aquafadas to the Product Line
";
arnews[2] += "Noise Industries, developer of visual effects tools for the postproduction and broadcast markets, announced that new development partner, Aquafadas, has released PulpFx Abstract 1.0 for the FxFactory platform.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="Greer-Taylors community calendar Feb. 9-16
";
arnews[3] += "The Employment Ministry at Taylors First Baptist Church, 200 W. Main St., Taylors, meets at 7 p.m. the second and fourth Tuesday of the month in Family Life Center, Room F113, for those with employment and career concerns.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Claudia Jones: A Life of Struggle and Exile
";
arnews[4] += "Claudia Jones, a Life in the Struggle By Clara West Claudia Jones was born Claudia Cumberbatch in 1915 in Port-of-Spain, Trinidad, a British colony.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:25:28 GMT";
arnews[4] += "
";
arnews[5]="Voice of the People for Feb. 8, 2010
";
arnews[5] += "Manhattan : I read the Feb. 3 Black History Month section and noticed that there is a glaring omission of something very important and noteworthy that Percy Sutton did in 1977.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 03:45:07 GMT";
arnews[5] += "
";
arnews[6]="Claudia Sternbach, Feb. 7, 2010: These boots are made for walking
";
arnews[6] += "They weren't even hiding. They hadn't been stuck away in a corner, left to gather dust, waiting to be discovered by someone with a sharp eye.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 12:33:06 GMT";
arnews[6] += "
";
arnews[7]="School Notes
";
arnews[7] += "The following meetings of the District 65 Board of Education will take place at the Joseph E. Hill Education Center, 1500 McDaniel Ave.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("