var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Mădălin Oprea: No peace on earth: Holiday films go to battle - Geneva Sun
"; arnews[0] += "No peace on earth: Holiday films go to battle - Geneva Sun -"; arnews[0] += "
"; arnews[1]="Coming this week at the movies and on TV
"; arnews[1] += "Coming this week at the movies and on TV -"; arnews[1] += "
"; arnews[2]="Shockya: Fantastic Mr. Fox In The Puppet Shop Featurette
"; arnews[2] += "Fantastic Mr. Fox In The Puppet Shop Featurette -"; arnews[2] += "
"; arnews[3]="Captain Jack: "True love is your soul's recognition of its counterpoint in another". Owen Wilson in Wedding Crashers #quote
"; arnews[3] += "\"True love is your soul's recognition of its counterpoint in another\". Owen Wilson in Wedding Crashers"; arnews[3] += "
"; arnews[4]="RT @Mulder_Cat: Hey, what are Vince Vaughn and Owen Wilson doing back there? #pawpawty
"; arnews[4] += "RT @Mulder_Cat: Hey, what are Vince Vaughn and Owen Wilson doing back there?"; 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("
");