var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kathryn Darden: Read about my experiences as an extra on "A Pure Country Gift" w/ Katrina Elam, Travis Fimmel, etc with photos at http://tinyurl.com/y94oc2w
";
arnews[0] += "Read about my experiences as an extra on \"A Pure Country Gift\" w/ Katrina Elam, Travis Fimmel, etc with photos at";
arnews[0] += "
";
arnews[1]="Kathryn Darden: Read my experiences as an Extra on "A Pure Country Gift" w/ Katrina Elam, Travis Fimmel & George Strait http://tinyurl.com/y94oc2 @Lynnmac04
";
arnews[1] += "Read my experiences as an Extra on \"A Pure Country Gift\" w/ Katrina Elam, Travis Fimmel & George Strait";
arnews[1] += "
";
arnews[2]="Kathryn Darden: Correct Link to my experiences as an Extra on A Pure Country Gift w/ Katrina Elam, Travis Fimmel & George Strait http://tinyurl.com/y94oc2w
";
arnews[2] += "Correct Link to my experiences as an Extra on A Pure Country Gift w/ Katrina Elam, Travis Fimmel & George Strait";
arnews[2] += "
";
arnews[3]="Kathryn Darden: @Lynnmac04 Correct Link to my experiences on "A Pure Country Gift" w/ Katrina Elam, Travis Fimmel & George Strait http://tinyurl.com/y94oc2w
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Kathryn Darden: "A Pure Country Gift" with Katrina Elam, Travis Fimmel, George Strait & Dean Cain - plot synopsis http://tinyurl.com/yhgdctk #movies #movie
";
arnews[4] += "\"A Pure Country Gift\" with Katrina Elam, Travis Fimmel, George Strait & Dean Cain - plot synopsis";
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("