var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="City Brights: Zennie Abraham : Super Bowl gossip: Raiders affilate ... - San Francisco Chronicle
";
arnews[0] += "Miami, South Beach, FLA - The latest Super Bowl gossip has Oakland Raiders Quarterback Jamarcus Russell again painted as a person who doesn't care about being an improved player because he has his $30 million signing bonus. This comes from a friend ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 23:20:00 GMT";
arnews[0] += "
";
arnews[1]="Rich Gannon can't quit JaMarcus Russell. - NBC Bay Area
";
arnews[1] += "Move over, Warren Sapp. Cable TV sports has a new go-to guy for disparaging commentary about JaMarcus Russell and the Oakland Raiders. Rich Gannon has had a busy Super Bowl week, between his almost non-stop presence on Sirius NFL Radio and on ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 00:40:00 GMT";
arnews[1] += "
";
arnews[2]="Hue Jackson To Oakland: A Move That Can Benefit Jamarcus Russell - Bleacherreport.com
";
arnews[2] += "As the rumors continue to fly in Oakland regarding the head coaching position, questions continue to arise on the situation with Raiders owner Al Davis. With most of his transactions being questioned, it is now very shocking if Davis brings in a man ...";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 23:11:00 GMT";
arnews[2] += "
";
arnews[3]="Seer of all NFL things? Not! - ESPN.com
";
arnews[3] += "On the Chargers: \"This is officially Philip Rivers' team, not LaDainian Tomlinson 's. … If the Chargers can't win the weakest division in the league, then Norv Turner ought to fire himself.\" On the Raiders: \"Actually, JaMarcus Russell is growing on ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:31:00 GMT";
arnews[3] += "
";
arnews[4]="Some stories are just hype - Courier-Post
";
arnews[4] += "We're into Day 3 now, and we still haven't heard a word. A week ago, there were reports about him every hour on the hour, and if you paid attention to the crawl on ESPN, the updates were even more frequent. He was getting more face time than Oprah ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[4] += "
";
arnews[5]="JaMarcus Zinged for Too Much Bling - NBC Bay Area
";
arnews[5] += "At the expense of sounding like I'm making a fat joke -- we really are seeing a lot of JaMarcus Russell this off-season. Russell was hard to miss with two enormous gold chains, his signature diamond-encrusted No. 2 Raiders jersey medallion, multiple ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 21:02: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("