var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Celeste North: Hoy se estrena *El mejor lugar del mundo* (Away we go). John Krasinski + Sam Mendes = WIN (mañana les digo si cumple)
"; arnews[0] += "Hoy se estrena *El mejor lugar del mundo* (Away we go). John Krasinski + Sam Mendes = WIN (mañana les digo si cumple)"; arnews[0] += "
"; arnews[1]="Matt Talks About His Girls and Heidi Hits the Runway in Lingerie!
"; arnews[1] += "Matt Talks About His Girls and Heidi Hits the Runway in Lingerie! -"; arnews[1] += "
"; arnews[2]="Movie & TV deals: iTunes best selling movie #20: "Away We Go" John Krasinski (The Office) and Maya Rudolph (Saturday Night Live)... http://dealnay.com/78442
"; arnews[2] += "iTunes best selling movie"; arnews[2] += "
"; arnews[3]="Stephanie: The Office: John Krasinski in People’s ‘Sexiest Man Alive’ issue http://bit.ly/07VCVDi #TheOffice
"; arnews[3] += "The Office: John Krasinski in People’s ‘Sexiest Man Alive’ issue"; arnews[3] += "
"; arnews[4]="OfficeTally: John Krasinski in People's Sexiest Man Alive issue: http://ping.fm/vg25h #TheOffice
"; arnews[4] += "John Krasinski in People's Sexiest Man Alive issue:"; 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("
");