var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Dido's First Single - - The Celebrity Cafe.com
"; arnews[0] += "Dido's new album Safe Trip Home is available now. Leading up to the release of her third album, film directors from around the world have been invited to make a series of short films to spotlight each of the album's 11 songs. Filmed at locations ..."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT"; arnews[0] += "
"; arnews[1]="Dido may get his dues by this week - The Daily Star
"; arnews[1] += "Bangladesh Football Federation (BFF) is seemingly in dilemma to clear the due payments to Brazilian coach Edson Silva Dido, who was sacked last week following uproar over his selection of a young side for the SAFF Championship to be held in Dhaka in ..."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 16:44:00 GMT"; arnews[1] += "
"; arnews[2]="It's twice as nice - TMCnet
"; arnews[2] += "NEW DELHI, Nov 20, 2009 (Hindustan Times - McClatchy-Tribune Information Services via COMTEX) -- You're like a drug to me, like my own personal brand of heroin...\" these lines and the Twilight saga have become quite a trip for many twi-hearts ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT"; arnews[2] += "
"; arnews[3]="Shantoo wants to make a mark - The Daily Star
"; arnews[3] += "Photo: STAR Anisur Rahman Life in the national camp after the shocking departure of Brazilian coach Edson Dido Silva goes on. And with Shahidur Rahman Shantoo taking over as interim coach it looked like the job is in good hands. The former national ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 16:34:00 GMT"; arnews[3] += "
"; arnews[4]="Heather Greene + Whiskey + Free Mp3 - NBC New York
"; arnews[4] += "Heather Greene originally moved to Scotland to explore her heritage and work on her music, but pretty soon she became obsessed with whiskey. As one does. So not only did she write all the music for her just-out album “Sweet Otherwise” (Paved ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:24:00 GMT"; 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("
");