var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="From goal posts to seats to turf, Giants Stadium to be sold off piece ... - Minneapolis Star Tribune
";
arnews[0] += "Several former Jets and Giants attended a news conference Thursday announcing the sale, including Mark Gastineau, Joe Morris and O.J. Anderson.";
arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 21:03:00 GMT";
arnews[0] += "
";
arnews[1]="Giants Stadium to be sold off piece by piece - Star-Tribune
";
arnews[1] += "Several former Jets and Giants attended a news conference Thursday announcing the sale, including Mark Gastineau, Joe Morris and O.J. Anderson.";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 20:56:00 GMT";
arnews[1] += "
";
arnews[2]="Giants Stadium demolition to begin - Morris County Daily Record
";
arnews[2] += "... in late May will officially open the stadium. Former New York Jets All-Pro defensive end Mark Gastineau, third from left, joins former Jets players Wayne Chrebet, second right, and Bruce Harper, right, and former New York Giants All-Pro running ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 12:24:00 GMT";
arnews[2] += "
";
arnews[3]="Giants Stadium demolition under way - Morris County Daily Record
";
arnews[3] += "Former New York Jets All-Pro defensive end Mark Gastineau, third from left, joins former Jets players Wayne Chrebet, second right, and Bruce Harper, right, and former New York Giants All-Pro running back Ottis Anderson and former Giants player ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 17:17:00 GMT";
arnews[3] += "
";
arnews[4]="Here's all you need for a Super day - Chicago Sun-Times
";
arnews[4] += "Best I can tell, one Manning or the other will be taking his team to the Super Bowl for the rest of our natural lives. Meanwhile, it appears that the Saints will get to the Super Bowl once every 42 years or so; the next time they make it there, Brett ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:28:00 GMT";
arnews[4] += "
";
arnews[5]="Macca ‘plans secret wedding with Nancy Shevell’ - The Gaea Times
";
arnews[5] += "CHICAGO - Looks like it’s wedding bells for Paul McCartney again - the former Beatle is reportedly set to tie the knot with girlfriend Nancy Shevell. McCartney is expected to marry quietly at Shevell’s very private Long Island estate in New York ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 13:31: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("