var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Snl obama press conference in beijing – fred armisen – 21 nov 2009 ...
"; arnews[0] += "Snl obama press conference in beijing – fred armisen – 21 nov 2009 ... -"; arnews[0] += "
"; arnews[1]="Kristian Cee: Fred Armisen is not funny. I don't know why more people don't see this.
"; arnews[1] += "Fred Armisen is not funny. I don't know why more people don't see this."; arnews[1] += "
"; arnews[2]="Chris Selland: SNL Obama Press Conference in Beijing - Fred Armisen - 21 Nov 2009.mp4
"; arnews[2] += "SNL Obama Press Conference in Beijing - Fred Armisen - 21 Nov 2009.mp4 -"; arnews[2] += "
"; arnews[3]="RT @augustine25: Check this video out -- SNL Obama Press Conference in Beijing - Fred Armisen - 21 Nov 2009.mp4 http://bit.ly/08IcoTc
"; arnews[3] += "RT @augustine25: Check this video out -- SNL Obama Press Conference in Beijing - Fred Armisen - 21 Nov 2009.mp4"; arnews[3] += "
"; arnews[4]="I rated a YouTube video (5 out of 5 stars) -- SNL Obama Press Conference in Beijing - Fred Armisen - 21 Nov 2009.mp4 http://bit.ly/6om6aF
"; arnews[4] += "I rated a YouTube video (5 out of 5 stars) -- SNL Obama Press Conference in Beijing - Fred Armisen - 21 Nov 2009.mp4"; 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("
");