var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Family celebrates 50 years of Marcus Books
";
arnews[0] += "Raye Richardson had an unquenchable thirst for books about black people in the United States and around the world.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="MMA Hotties
";
arnews[1] += "As if having a Top 20 Fighting Hotties segment wasn't enough, this weekend calls for more eye candy - this time ring girls set the stage .";
arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 08:19:39 GMT";
arnews[1] += "
";
arnews[2]="MMA Hotties
";
arnews[2] += "As if having a Top 20 Fighting Hotties segment wasn't enough, this weekend calls for more eye candy - this time ring girls set the stage .";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 00:21:04 GMT";
arnews[2] += "
";
arnews[3]="This 'other' list gives Cindy's faves
";
arnews[3] += "Many people enjoy Tulsa's nightlife, but few can claim to live it the way Cindy Cain does.";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 17:32:50 GMT";
arnews[3] += "
";
arnews[4]="Appreciation: Johnny Downer of Free Peoples
";
arnews[4] += "On Dec. 4 while vacationing in Isla Mujeres, Mexico, beloved local guitarist Johnny Downer died unexpectedly at age 37 from a heart attack.";
arnews[4] += "
Publ.Date : Thu, 07 Jan 2010 02:14:24 GMT";
arnews[4] += "
";
arnews[5]="News
";
arnews[5] += "California population growth slows Wyatt Buchanan, Chronicle Sacramento Bureau California's population growth slowed over the past year as tens of thousands of residents moved away - many of them heading to other Western states, according to the state Department of Finance.";
arnews[5] += "
Publ.Date : Thu, 17 Dec 2009 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("