var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Bollywood Celebs: "Auro knows very little about Big B, his favourite film personality is Jackie Chan" - Big B http://bit.ly/5aatp2
"; arnews[0] += "\"Auro knows very little about Big B, his favourite film personality is Jackie Chan\" - Big B"; arnews[0] += "
"; arnews[1]="@jaredr hot dayum, dat jackie chan is on another level. That game shouldn't be released until 2032, when our brains are truly ready for it!
"; arnews[1] += "@jaredr hot dayum, dat jackie chan is on another level. That game shouldn't be released until 2032, when our brains are truly ready for it! -"; arnews[1] += "
"; arnews[2]="Никита Бегун: Cinemassacre's Top 10 Jackie Chan Fight Scenes
"; arnews[2] += "Cinemassacre's Top 10 Jackie Chan Fight Scenes -"; arnews[2] += "
"; arnews[3]="Diane R. Jackson: #6: Jackie Chan Adventures - Search For The Talisman [VHS] [2001]
"; arnews[3] += "#6: Jackie Chan Adventures - Search For The Talisman [VHS] [2001] -"; arnews[3] += "
"; arnews[4]="Petr: How Microsoft blew it with Windows Mobile - CNN.com
"; arnews[4] += "How Microsoft blew it with Windows Mobile - CNN.com -"; 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("
");