var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="The TV Remote: Josh Cooke Is Lost And Found With Katee Sackhoff
"; arnews[0] += "Josh Cooke Is Lost And Found With Katee Sackhoff -"; arnews[0] += "
"; arnews[1]="Josh Cooke is a likable enough actor, but surely casting directors know by now that if you put him in a pilot, it's doomed.
"; arnews[1] += "Josh Cooke is a likable enough actor, but surely casting directors know by now that if you put him in a pilot, it's doomed."; arnews[1] += "
"; arnews[2]="Stiri: Young People F*cking (2007)
"; arnews[2] += "Young People F*cking (2007) -"; arnews[2] += "
"; arnews[3]="Stiri: the babysitter
"; arnews[3] += "the babysitter -"; arnews[3] += "
"; arnews[4]="Today's Greg In Hollywood Morning Man is the sexy and funny Josh Cooke! This guy should be a much bigger star: http://tinyurl.com/pwg9nv
"; arnews[4] += "Today's Greg In Hollywood Morning Man is the sexy and funny Josh Cooke! This guy should be a much bigger star:"; 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("
");