var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Booker Washington's words ring true for all entrepreneurs
";
arnews[0] += "\"It is easily seen, that if every member of the race should strive to make himself the most indispensable man in his community, and to be successful in business, however humble that business might be, he would contribute much toward smoothing the pathway of his own and future generations.\" These words were spoken more than 100 years ago by Booker ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:12:14 GMT";
arnews[0] += "
";
arnews[1]="'Celebrity Fit Club' In Their Underwear: K-Fed, Bobby Brown, Nicole Eggert & More
";
arnews[1] += "Below are all 8 at the time of their weigh-in, dressed in camouflage undergarments with their vital stats listed.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:04:40 GMT";
arnews[1] += "
";
arnews[2]="Halseth earns elite ranking
";
arnews[2] += "After David Halseth finished bowling singles Sunday in the Topeka Bowling Association Tournament at Gage Bowl North, his boss at Topeka Blueprint, Craig Trapp, had a suggestion.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:49:59 GMT";
arnews[2] += "
";
arnews[3]="Backwards Bullets: This Week In Charts 1990
";
arnews[3] += "Janet Jackson , Paula Abdul Forever Your Girl Paula Abdul /album/aerosmith/big-ones/157728 Big Ones Aerosmith Greatest Hits 1982-1989 Chicago Greatest Hits Milli Vanilli 'FOREVER' MORE: Twenty years ago this week, Paula ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:47:43 GMT";
arnews[3] += "
";
arnews[4]="Hallerin Hill's humble beginnings in Knoxville
";
arnews[4] += "LaSaundra Brown: \"I'm here on the KAT bus with Triple H, Hallerin Hilton Hill and you're probably wondering why we're on the KAT bus doing this interview.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:44:01 GMT";
arnews[4] += "
";
arnews[5]="Celebs Draw Crowd for - Second Aid' to Haiti
";
arnews[5] += "A private musical benefit for Haiti featuring recording artists Dave Koz and Deniece \"Niecy\" Williams at American Jewish University raised more than $200,000 for the country, whose capital, Port-au-Prince, was devastated by a 7.0-magnitude earthquake on Jan.";
arnews[5] += "
Publ.Date : Tue, 09 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("