var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Juuh: Jillian Reynolds http://bit.ly/3Bze0f
";
arnews[0] += "Jillian Reynolds";
arnews[0] += "
";
arnews[1]="Jillian Reynolds throws celebrity clout into dog abuse reward: http://bit.ly/2UfCNG
";
arnews[1] += "Jillian Reynolds throws celebrity clout into dog abuse reward:";
arnews[1] += "
";
arnews[2]="Kathleen Janson: RT @sammigo: Jillian Reynolds throws celeb clout into dog abuse reward: http://bit.ly/2UfCNG Find these kids B4 they Become serial killers!
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Jillian Reynolds ups reward to $2,000 in dog abuse case: Good Day LA TV personality added $1,000 to the reward money... http://bit.ly/171Hwl
";
arnews[3] += "Jillian Reynolds ups reward to $2,000 in dog abuse case: Good Day LA TV personality added $1,000 to the reward money...";
arnews[3] += "
";
arnews[4]="More info on the dog here: http://is.gd/4Nr8b @IzzyCaboodle
";
arnews[4] += "More info on the dog here:";
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("