var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="UK Traveler: [Blog] Andrea Corr at The Bridge Project - Press Event - London - Arrival & Aftershow: London: 9 June 2009 A trip south of the river today to The Old Vic where ... http://www.uklovesyou.info/?p=6926
"; arnews[0] += "[Blog] Andrea Corr at The Bridge Project - Press Event - London - Arrival & Aftershow: London: 9 June 2009 A trip south of the river today to The Old Vic where ..."; arnews[0] += "
"; arnews[1]="Ade Magnaye: NOOOOOOOOOOOOO RT: @gabemercado: And my heart just broke into a million pieces. It turns out Andrea Corr got married two months ago.
"; arnews[1] += "NOOOOOOOOOOOOO RT: @"; arnews[1] += "
"; arnews[2]="Jorge Luis gutierrez: q bonita cancion http://bit.ly/1h8ttC Andrea Corr
"; arnews[2] += "q bonita cancion"; arnews[2] += "
"; arnews[3]="Harry J. Clark: It's a duet by Andrea Corr w/ Bryan White. Charice w/ David.A would do it? This's a solo ver. by LeAnn Rimes.http://bit.ly/2TCOxK #charice
"; arnews[3] += "It's a duet by Andrea Corr w/ Bryan White. Charice w/ David.A would do it? This's a solo ver. by LeAnn Rimes."; arnews[3] += "
"; arnews[4]="naiza: Andrea Corr.. http://tinyurl.com/y9fq83m
"; arnews[4] += "Andrea Corr.."; 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("
");