var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="OC Jeremy Bates likes Hasselbeck, mum on Jones
";
arnews[0] += "New Seahawks offensive coordinator Jeremy Bates says quarterback Matt Hasselbeck \"has been incredible\" learning his new system.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:25:03 GMT";
arnews[0] += "
";
arnews[1]="2010 NFL Mock Draft - Version 1.0
";
arnews[1] += "As the New Orleans Saints bask in the glory of winning their first ever Super Bowl, the time has come to begin counting the days until the 2010 NFL Draft.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:59:12 GMT";
arnews[1] += "
";
arnews[2]="OC Jeremy Bates likes Hasselbeck, mum on Jones
";
arnews[2] += "New Seahawks offensive coordinator Jeremy Bates says quarterback Matt Hasselbeck \"has been incredible\" learning his new system.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:23:46 GMT";
arnews[2] += "
";
arnews[3]="Seahawks' new offense will look a lot like Broncos
";
arnews[3] += "New Seahawks offensive coordinator Jeremy Bates says Seattle's offense will look a lot like the Denver Broncos attack, a variety of the West Coast version employed by mentors Jon Gruden and Mike Shanahan.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:12:04 GMT";
arnews[3] += "
";
arnews[4]="Bates likes Hasselbeck, Seattle's RBs
";
arnews[4] += "You should receive the email within the next few minutes. PLEASE NOTE: Your Globe and Mail account will expire after 2 days if not validated as described in the email.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:04:00 GMT";
arnews[4] += "
";
arnews[5]="A few minutes with Hawks OC Jeremy Bates
";
arnews[5] += "New Seattle Seahawks offensive coordinator Jeremy Bates talked to reporters for about a half-hour today about the changes in store for his new team offensively.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:45:24 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("