var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="A Sequel To PURE COUNTRY Is Coming?? Co-Written By LOIS & CLARK's Dean Cain??
";
arnews[0] += "A Sequel To PURE COUNTRY Is Coming?? Co-Written By LOIS & CLARK's Dean Cain?? -";
arnews[0] += "
";
arnews[1]="Kathryn Darden: "A Pure Country Gift" with Katrina Elam, Travis Fimmel, George Strait & Dean Cain - plot synopsis http://tinyurl.com/yhgdctk #movies #movie
";
arnews[1] += "\"A Pure Country Gift\" with Katrina Elam, Travis Fimmel, George Strait & Dean Cain - plot synopsis";
arnews[1] += "
";
arnews[2]="Kathryn Darden: A Pure Country Gift with Katrina Elam, Travis Fimmel, George Strait, and Dean Cain - plot synopsis
";
arnews[2] += "A Pure Country Gift with Katrina Elam, Travis Fimmel, George Strait, and Dean Cain - plot synopsis -";
arnews[2] += "
";
arnews[3]="José De Oliveira Batista: @GuilhermeBriggs E o que acontece se Brendan Fraser, Dean Cain e Denzel Washington aparecerem no mesmo filme? auheauheauheuaheae :P
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Daniel Stehle: @CEEisME and/or Dean Cain!
";
arnews[4] += "@";
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("