var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jeff - iTravel: Zurich 2009: Nothing Comes Between Dwight Thomas and Terrence Trammell ... http://bit.ly/lxMjn
"; arnews[0] += "Zurich 2009: Nothing Comes Between Dwight Thomas and Terrence Trammell ..."; arnews[0] += "
"; arnews[1]="V@g38: Zurich 2009: Nothing Comes Between Dwight Thomas and Terrence Trammell ... http://bit.ly/lxMjn
"; arnews[1] += "Zurich 2009: Nothing Comes Between Dwight Thomas and Terrence Trammell ..."; arnews[1] += "
"; arnews[2]="Jeff - iTravel: Terrence Trammell Edged in Zurich: For the second time in as many races, Terrence Trammell foun.. http://bit.ly/11mwpk
"; arnews[2] += "Terrence Trammell Edged in Zurich: For the second time in as many races, Terrence Trammell foun.."; arnews[2] += "
"; arnews[3]="V@g38: Terrence Trammell Edged in Zurich: For the second time in as many races, Terrence Trammell foun.. http://bit.ly/11mwpk
"; arnews[3] += "Terrence Trammell Edged in Zurich: For the second time in as many races, Terrence Trammell foun.."; arnews[3] += "
"; arnews[4]="Jeff - iTravel: Zurich 2009: Nothing Comes Between Dwight Thomas and Terrence Trammell ... More track hotness, WHEN YOU... http://bit.ly/XkHjE #gay #news
"; arnews[4] += "Zurich 2009: Nothing Comes Between Dwight Thomas and Terrence Trammell ... More track hotness, WHEN YOU..."; 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("
");