var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Judith: #2: XX/XY [VHS]
";
arnews[0] += "#2: XX/XY [VHS] -";
arnews[0] += "
";
arnews[1]="Kat Robertson: IMPORTANT: Please also pass this along and ask all your friends to vote for Kathleen Robertson! http://bit.ly/4sDjum Thanks in advance!!
";
arnews[1] += "IMPORTANT: Please also pass this along and ask all your friends to vote for Kathleen Robertson!";
arnews[1] += "
";
arnews[2]="golo leys: scary movie - http://scarymovie.pgedivest.com/. kathleen robertson scary movie 2 saw 6 saw 6 watch scary movie 2 tori spelling scary movie 2
";
arnews[2] += "scary movie -";
arnews[2] += "
";
arnews[3]="Jon Davis: Kathleen Robertson, Reid Scott
";
arnews[3] += "Kathleen Robertson, Reid Scott -";
arnews[3] += "
";
arnews[4]="tweet a movie: Kathleen Robertson, Reid Scott http://tweetamovie.com/n25884
";
arnews[4] += "Kathleen Robertson, Reid Scott";
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("