var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="MomentumA Fight I'D Like to See
"; arnews[0] += "The first time I was called a \"content provider,\" I knew things were all downhill from there."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:11:15 GMT"; arnews[0] += "
"; arnews[1]="MomentumA Fight I'D Like to See
"; arnews[1] += "The first time I was called a \"content provider,\" I knew things were all downhill from there."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:12:09 GMT"; arnews[1] += "
"; arnews[2]="Welcome to Fort Dix, home of the Ultimate Weapon
"; arnews[2] += "Brig. Gen. Walter B. Chahanovich, the last commanding general of the Army Reserve's 78th Division and the first one to command the new 78th Training Brigade , unfurls the new organization's colors on Sharp Field Nov."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 04:02:29 GMT"; arnews[2] += "
"; arnews[3]="MomentumA Fight I'D Like to See
"; arnews[3] += "The first time I was called a \"content provider,\" I knew things were all downhill from there."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 06:11:40 GMT"; arnews[3] += "
"; arnews[4]="'Pro-peace' Woody's somber Army role
"; arnews[4] += "Woody Harrelson at the Premiere of 'The Messenger' at the Clearview Chelsea Cinema."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 12:31:09 GMT"; arnews[4] += "
"; arnews[5]="Johnson: That's entertainment
"; arnews[5] += "Chris Johnson is flashy, from his gold-capped teeth to his iridescent pink BMW. Johnson admires friend Chad Ochocinco and receiver Terrell Owens as football entertainers, lunches with the likes of country singer Faith Hill, and mentions NBA stars Kobe Bryant and LeBron James when he talks about making plays."; arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 06:56:56 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("
");document.write("
");