var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Blind Side is the "Good Side" of the Family of Man - In her best performance in 10 years, Sandra Bullock shines as ... http://ow.ly/163Mfm
"; arnews[0] += "Blind Side is the \"Good Side\" of the Family of Man - In her best performance in 10 years, Sandra Bullock shines as ..."; arnews[0] += "
"; arnews[1]="Steve Woods: Meet Michael Oher, who is highlighted in the new Sandra Bullock movie The Blindside... http://bit.ly/502DnX
"; arnews[1] += "Meet Michael Oher, who is highlighted in the new Sandra Bullock movie The Blindside..."; arnews[1] += "
"; arnews[2]="Brett Kelly: This Sandra Bullock/Ryan Reynolds movie is pretty bad. Particularly after having already watched it twice in the last 24 hours.
"; arnews[2] += "This Sandra Bullock/Ryan Reynolds movie is pretty bad. Particularly after having already watched it twice in the last 24 hours."; arnews[2] += "
"; arnews[3]="Robert Pattinson needs 25 security guards! - Times of India
"; arnews[3] += "Robert Pattinson needs 25 security guards! - Times of India -"; arnews[3] += "
"; arnews[4]="Johnn Luevanos: Twilight New Moon Gives The Dark Knight A Run For Its Money
"; arnews[4] += "Twilight New Moon Gives The Dark Knight A Run For Its Money -"; 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("
");