var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The Amazing Race
"; arnews[0] += "One team musters up the courage to reveal a personal secret to the others, and another Racer breaks down in tears as the stress of the Race mounts."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:29:56 GMT"; arnews[0] += "
"; arnews[1]="'Race' duo reflect on 'infamous' challenge
"; arnews[1] += "This article contains spoilers that some readers may prefer to avoid. Please click here if you wish to continue."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 13:22:51 GMT"; arnews[1] += "
"; arnews[2]="Phil Keoghan was "pleased" with conflict from gay brothers, Globetrotters, who were "cool"
"; arnews[2] += "While the episode ended with Sam and Dan, and Flight Time and Big Easy, fighting and arguing, in reality, they all resolved their nearly non-existent conflict - despite Phil Keoghan's attempt to goad them."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:08:22 GMT"; arnews[2] += "
"; arnews[3]="On "Amazing Race," Tempers Flare
"; arnews[3] += "In a Race Through Scandinavia, Matt and Gary are Eliminated and Dan and Sam Exchange Words With the Globetrotters Host Phil Keoghan heard reports of dirty tricks as he logged teams in at the pit stop."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 15:47:54 GMT"; arnews[3] += "
"; arnews[4]="New gabfests more colorful, but which will survive?
"; arnews[4] += "The last thing television would seem to need is more late-night talk shows. Well, shove over, Jay, Dave, Conan, Jimmy and the rest of you pasty-faced hosts: George Lopez, Wanda Sykes and Mo'Nique are here, hoping to add some spice to the chat cuisine."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 12:48:31 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("
");document.write("
");