var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Johny Ho: Generic voice doing the recaps really makes me miss Phil Keoghan. #AmazingRaceLA
"; arnews[0] += "Generic voice doing the recaps really makes me miss Phil Keoghan."; arnews[0] += "
"; arnews[1]="Lincoln Burrows: Phil Keoghan
"; arnews[1] += "Phil Keoghan -"; arnews[1] += "
"; arnews[2]="Rachael Osborn: I never thought I had a type, but I think my type is Phil Keoghan. (It's a rare type. Like AB negative.)
"; arnews[2] += "I never thought I had a type, but I think my type is Phil Keoghan. (It's a rare type. Like AB negative.)"; arnews[2] += "
"; arnews[3]="#followfriday - @PhilKeoghan - Join Amazing Race host Phil Keoghan and support MD research and awareness.
"; arnews[3] += ""; arnews[3] += "
"; arnews[4]="AOL Video UK: AOL_Video_UK: An Amazing Duo: Host Ross Mathews sits down with "Amazing Race" host Phil Keoghan to discuss this.. http://bit.ly/25cJfY
"; arnews[4] += "AOL_Video_UK: An Amazing Duo: Host Ross Mathews sits down with \"Amazing Race\" host Phil Keoghan to discuss this.."; 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("
");