var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Johnn Luevanos: G.I. Joe: The Rise of Cobra - DVD & Blu-ray Trailer
"; arnews[0] += "G.I. Joe: The Rise of Cobra - DVD & Blu-ray Trailer -"; arnews[0] += "
"; arnews[1]="Bigdoggpinc Lindsey: The September Issue - R.J. Cutler
"; arnews[1] += "The September Issue - R.J. Cutler -"; arnews[1] += "
"; arnews[2]="Kaskus Lounge: SIENNA MILLER pemeran film G.I.JOE
"; arnews[2] += "SIENNA MILLER pemeran film G.I.JOE -"; arnews[2] += "
"; arnews[3]="What's Sienna Miller wearing? http://ow.ly/EmlW
"; arnews[3] += "What's Sienna Miller wearing?"; arnews[3] += "
"; arnews[4]="Mike Dale: Cut-out clothes are so crafty cool - Mirror.co.uk
"; arnews[4] += "Cut-out clothes are so crafty cool - Mirror.co.uk -"; 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("
");