var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Connie britton - Getting sent to the principal's office was never this much fun.
";
arnews[0] += "Connie britton - Getting sent to the principal's office was never this much fun. -";
arnews[0] += "
";
arnews[1]="wopular: Exclusive Women in Trouble Clip
";
arnews[1] += "Exclusive Women in Trouble Clip -";
arnews[1] += "
";
arnews[2]="movienews: Exclusive Women in Trouble Clip
";
arnews[2] += "Exclusive Women in Trouble Clip -";
arnews[2] += "
";
arnews[3]="ahmad subahman: The Latest Movie News,Reviews,Trailers and Celebrity Update: Review : 'Woman in Trouble'
";
arnews[3] += "The Latest Movie News,Reviews,Trailers and Celebrity Update: Review : 'Woman in Trouble' -";
arnews[3] += "
";
arnews[4]="Pat Sutton: HuffPost Review: Women in Trouble is in trouble: Carla Gugino (as a porn star) and Connie Britton (as an overex.. http://bit.ly/3h4pCd
";
arnews[4] += "HuffPost Review: Women in Trouble is in trouble: Carla Gugino (as a porn star) and Connie Britton (as an overex..";
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("