var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="NFL Players Association Joins Justice Department Effort to Raise...
"; arnews[0] += "The Justice Department today announced that the National Football League Players Association has joined its year-long campaign to commemorate the 15 year anniversary of President Bill Clinton signing the Violence Against Women Act into law."; arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="There's an Opossum in My Bathtub! "House M.D.," "Moving The Chains," Aired on Fox 2-1-10
"; arnews[1] += "Awakened2 once again reviews the series \"House.\" Do you have a response to the most recent episode of this or another show? Share your video ."; arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 09:49:38 GMT"; arnews[1] += "
"; arnews[2]="House: Preview of Episode 6.13 "Moving the Chains"
"; arnews[2] += "On tonight's episode of House , House and the team rush to treat an ailing college football star in time for the patient to compete in NFL tryouts."; arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 05:00:00 GMT"; arnews[2] += "
"; arnews[3]="Watch this
"; arnews[3] += "Before the two-hour premiere, ABC airs the one-hour special \"Lost: Beginning of the End\" at 8 p.m. Today Jan."; arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 07:10:18 GMT"; arnews[3] += "
"; arnews[4]="NFL Conference Championship Recap: Saving Favre
"; arnews[4] += "While I thought that turnovers would be what put New Orleans over the top, I didn't think that it would take five to get them to a three-point victory in overtime."; arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 06:32:22 GMT"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");