var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Movie & TV deals: Best selling movies on iTunes: "Far from Home" Stranded in the desert with an empty gas tank, Charlie Cox... http://dealnay.com/94480
"; arnews[0] += "Best selling movies on iTunes: \"Far from Home\" Stranded in the desert with an empty gas tank, Charlie Cox..."; arnews[0] += "
"; arnews[1]="roamin: The Glorious 39 poster. Oh, Romola. And Charlie Cox!
"; arnews[1] += "The Glorious 39 poster. Oh, Romola. And Charlie Cox! -"; arnews[1] += "
"; arnews[2]="I am beginning to wonder if Moto GP commentator, Charlie Cox, is on some sort of hallucenogenic drug...
"; arnews[2] += "I am beginning to wonder if Moto GP commentator, Charlie Cox, is on some sort of hallucenogenic drug..."; arnews[2] += "
"; arnews[3]="Gayle: Daniel & Devin do the Melbourne Shuffle with Charlie Cox at the La Brea Tar Pits, Los Angeles, CA
"; arnews[3] += "Daniel & Devin do the Melbourne Shuffle with Charlie Cox at the La Brea Tar Pits, Los Angeles, CA -"; arnews[3] += "
"; arnews[4]="Gayle: More Charlie Cox Playing for the Melbourne Shuffle at La Brea Tar Pits
"; arnews[4] += "More Charlie Cox Playing for the Melbourne Shuffle at La Brea Tar Pits -"; 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("
");