var arnews = new Array(2); totcount = 2; rnd = 0; document.write("
"); document.title=document.title+ " "; arnews[0]="Cycling: 'Cyclists have a David Blaine-like capacity to make food disappear' - Independent
"; arnews[0] += "One of the most derogatory terms you can call a racing cyclist is 'fat'. Any type of racer, from amateur club riders to professional Grand Tour winners, are obsessed about two things: their legs and food. All day ..."; arnews[0] += "
Publ.Date : Fri, 03 Sep 2010 14:33:00 GMT"; arnews[0] += "
"; arnews[1]="Ole Miss appeals NCAA ruling that Jeremiah Masoli can't play this year - USA Today
"; arnews[1] += "even David Blaine , to try to accomplish.\" Masoli, who graduated from Oregon in June, is enrolled in Ole Miss' Parks and Recreation graduate program. Masoli led Oregon to the Rose Bowl last season but was kicked off ..."; arnews[1] += "
Publ.Date : Wed, 01 Sep 2010 06:57:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");