var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Learn Chicago steppin', tango, ballroom and more in February...
";
arnews[0] += "Chicagoans enjoy Chicago steppin' at the Soul Train Reunion honoring Chicago host, Clinton Ghent.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Man who killed Ohio shopkeeper, clerk faces death today
";
arnews[1] += "A man who bragged he would copy a killing scene from a Samuel L. Jackson movie before he shot a convenience store owner and a clerk to death was scheduled to be executed by injection today.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 14:55:46 GMT";
arnews[1] += "
";
arnews[2]="Man Who Killed Ohio Shopkeeper, Clerk Faces Death
";
arnews[2] += "A man who bragged he would copy a killing scene from a Samuel L. Jackson movie before he shot a convenience store owner and a clerk to death was scheduled to be executed by injection Thursday.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 14:42:43 GMT";
arnews[2] += "
";
arnews[3]="Hip-Hop Rumors:Lil Wayne's Got Six Surprizes For Fans, Who PO'd Joell Ora
";
arnews[3] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear.";
arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 06:37:23 GMT";
arnews[3] += "
";
arnews[4]="Alpha Phi Alpha and Alpha Kappa Alpha Greek members win $21,500 in Sprite scholarship money
";
arnews[4] += "Alpha Kappa Alpha and Central State University's Alpha Phi Alpha members stepped their way into $21,500 scholarship money at Chicago's Sprite Step Off competition .";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Book of Eli's Hughes Brothers Talk Apocalypse
";
arnews[5] += "The Book of Eli 's Hughes Brothers Talk Apocalypse, Violence, and Bringing Gary Oldman Back to Crazytown Allen and Albert Hughes Photo: Getty The Hughes Brothers like to make movies about societies on the verge of unraveling, whether it's gangbangers' retaliatory hell in Menace II Society , the political paroxysms of Vietnam-era America in Dead ...";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 18:23:41 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("