var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="lenny: The Swell Season featuring Jason Segel - Nov 18, 2009
"; arnews[0] += "The Swell Season featuring Jason Segel - Nov 18, 2009 -"; arnews[0] += "
"; arnews[1]="chris roberts: The Swell Season featuring Jason Segel - Nov 18, 2009
"; arnews[1] += "The Swell Season featuring Jason Segel - Nov 18, 2009 -"; arnews[1] += "
"; arnews[2]="Daniel Sandler: Props to the cast (particularly Jason Segel and @ActuallyNPH) for continuing to make craponade out of crappy scripts. #himym #shame
"; arnews[2] += "Props to the cast (particularly Jason Segel and @"; arnews[2] += "
"; arnews[3]="Lindsey: @mrbs no, not Jason Segel.
"; arnews[3] += "@"; arnews[3] += "
"; arnews[4]="RT @birbigs: RT @TheSwellSeason do you guys like swell season? really funny video they did with @jason_segel http://tinyurl.com/yc3r3a4
"; arnews[4] += "RT @birbigs: RT @TheSwellSeason do you guys like swell season? really funny video they did with @jason_segel"; 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("
");