var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Today's Jets Parade, and the Favorite in 2011
"; arnews[0] += "We didn't forget. Today was supposed to be the Jets' parade. Tim Graham of ESPN.com wrote on Jan."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:32:02 GMT"; arnews[0] += "
"; arnews[1]="N.Y. Journal: Mark Gastineau "grows up"
"; arnews[1] += "Two stories of redemption interlaced at the New York City Rescue Mission last Monday: one in the lives of destitute men who depend on the luck of the draw for a bed at a mission, and one in the life of a man who made $65,000 a week at the height of his pro football career."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 17:27:31 GMT"; arnews[1] += "
"; arnews[2]="Here's all you need for a Super day
"; arnews[2] += "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."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:01:00 GMT"; arnews[2] += "
"; arnews[3]="Cegelec to install new control system for two natural gas liquids trains in Qatar
"; arnews[3] += "Qatar: 2 hours, 46 minutes ago Cegelec, an internat ional group providing technological services to companies and public authorities, has been awarded a cont ract by Qatar Petroleum to replace the turbine and compressor control system for two natural gas liquids production trains in Mesaieed, Qatar, over the next 18 months."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 12:29:34 GMT"; arnews[3] += "
"; arnews[4]="Couch Slouch: Colts sure play a mean football
"; 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."; arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 13:09:57 GMT"; arnews[4] += "
"; arnews[5]="The Who and Favre have a lot in common
"; arnews[5] += "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."; arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 09:26:38 GMT"; arnews[5] += "
"; arnews[6]="Starting the day off right: District to fund some breakfast programs next year
"; arnews[6] += "Angy Cunningham set french toast sticks with syrup, peaches, mini bagels, sausage, cheese sticks, milk and juice out in the cafeteria at Glacier Valley Elementary Friday morning."; arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 19:38:48 GMT"; arnews[6] += "
"; arnews[7]="Who's in, who's out? Who wants some Super info? Norman Chad has answers
"; arnews[7] += "Which CSI theme songs will The Who perform at the Super Bowl halftime show? Best I can tell, one Manning or the other will take his team to the Super Bowl for the rest of our natural lives."; arnews[7] += "
Publ.Date : Mon, 01 Feb 2010 12:47:17 GMT"; arnews[7] += "
"; arnews[8]="Saints won't march out with this Super Bowl title
"; arnews[8] += "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."; arnews[8] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");