var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="New Orleans Saints Jeremy Shockey vs Houston Texans Demeco Ryans (Training Camp Fight)
";
arnews[0] += "Shockey Rock Bottoms Ryans";
arnews[0] += "
Publ.Date : Thu, 20 Aug 2009 20:02:47 GMT";
arnews[0] += "
";
arnews[1]="Madden 09 celebration jeremy shockey falls (funny stuff)/ glitch
";
arnews[1] += "This is what happens when Jeremy Shockey gets too excited about scoring a touchdown. He runs into the wall and falls down. Sorry bout the video quality, i couldn't find my camera,...";
arnews[1] += "
Publ.Date : Sun, 07 Sep 2008 22:54:45 GMT";
arnews[1] += "
";
arnews[2]="Jeremy Shockey on Cox Sports
";
arnews[2] += "Saints Insider Mike Nabors sat down with New Orleans tight end Jeremy Shockey on the first day of camp in Jackson, Mississippi (2008).";
arnews[2] += "
Publ.Date : Tue, 29 Jul 2008 20:40:14 GMT";
arnews[2] += "
";
arnews[3]="Jeremy Shockey Reports To Saints Camp
";
arnews[3] += "Shockey takes the field with his new team";
arnews[3] += "
Publ.Date : Fri, 25 Jul 2008 03:44:59 GMT";
arnews[3] += "
";
arnews[4]="Jeremy Shockey Reports To Saints Camp
";
arnews[4] += "Shockey takes the field with his new team";
arnews[4] += "
Publ.Date : Thu, 24 Jul 2008 23:28:12 GMT";
arnews[4] += "
";
arnews[5]="Kidsday interviews Jeremy Shockey
";
arnews[5] += "Kidsday interviews Jeremy Shockey";
arnews[5] += "
Publ.Date : Tue, 10 Jun 2008 10:09:01 GMT";
arnews[5] += "
";
arnews[6]="11.29 TE Jeremy Shockey
";
arnews[6] += "11.29 TE Jeremy Shockey";
arnews[6] += "
Publ.Date : Fri, 30 Nov 2007 20:22:57 GMT";
arnews[6] += "
";
arnews[7]="10.7 Postgame TE Jeremy Shockey
";
arnews[7] += "10.7 Postgame TE Jeremy Shockey";
arnews[7] += "
Publ.Date : Mon, 08 Oct 2007 08:26:28 GMT";
arnews[7] += "
";
arnews[8]="Jeremy Shockey Talks to Press in Locker Room
";
arnews[8] += "Jeremy Shockey talks to reporters during training camp";
arnews[8] += "
Publ.Date : Tue, 07 Aug 2007 16:20:42 GMT";
arnews[8] += "
";
arnews[9]="Jeremy Shockey Gets Punked by Teammate
";
arnews[9] += "Jeremy Shockey gets knocked out by Will Demps and Demps celebrates after the play.";
arnews[9] += "
Publ.Date : Wed, 02 Aug 2006 04:25:16 GMT";
arnews[9] += "
";
totcount = 10;
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("