var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UFL names Jay Gruden new Tuskers coach, but big news is that Orlando...
";
arnews[0] += "UFL names Jay Gruden new Tuskers coach, but big news is that Orlando becomes sole residence for Tuskers   By Chris Hays Orlando Sentinel , February 9, 2010 It was pretty much a given that United Football League commissioner Michael Huyghue would be introducing Jay Gruden as the Florida Tuskers next head coach, but Huyghue had even more news at ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:17:04 GMT";
arnews[0] += "
";
arnews[1]="Marrone hires former Giants star Wheatley as RB coach
";
arnews[1] += "Former University of Michigan standout Tyrone Wheatley is joining Syracuse University head football coach Doug Marronea s staff as the running backs coach.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:01:41 GMT";
arnews[1] += "
";
arnews[2]="Special teams remain a painful spot
";
arnews[2] += "From the home-opening victory against Chicago, to the NFC wild-card playoff loss at Arizona, Packer Plus Magazine presents some of its favorite pictures of the season.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:21:57 GMT";
arnews[2] += "
";
arnews[3]="Former Michigan star Tyrone Wheatley fills opening on Syracuse football staff
";
arnews[3] += "Doug Marrone wasted little time in filling an unexpected opening on his staff, hiring former Michigan All-America tailback Tyrone Wheatley to coach running backs at Syracuse University.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:56:32 GMT";
arnews[3] += "
";
arnews[4]="49ers 2011 Super Bowl Odds
";
arnews[4] += "As always happens, we've got Super Bowl Odds for 2011 already set up. Obviously it's way to soon to know, but it's still fun to check them out.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:55:56 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("