var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Mădălin Oprea: Compilations sweepin the nation - Binghamton University Pipe Dream
"; arnews[0] += "Compilations sweepin the nation - Binghamton University Pipe Dream -"; arnews[0] += "
"; arnews[1]="El nuevo vecino de Springfield
"; arnews[1] += "El nuevo vecino de Springfield -"; arnews[1] += "
"; arnews[2]="Lisa P: Chris Martin has been asked to make another appearance on “The Simpsons.”
"; arnews[2] += "Chris Martin has been asked to make another appearance on “The Simpsons.” -"; arnews[2] += "
"; arnews[3]="Colin: sound of the day: kanye west feat. chris martin - homecoming
"; arnews[3] += "sound of the day: kanye west feat. chris martin - homecoming"; arnews[3] += "
"; arnews[4]="Topsurf: RT @JerryMcAward Chris Martin-the man behind Martin's legendary guitars, raising money to protect the Lehigh Valle (cont) http://tl.gd/10oa6
"; arnews[4] += "RT @"; 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("
");