var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="andrew k: kaylee! http://bit.ly/1Uewoj total girl-next-door. http://bit.ly/2HIZGy
";
arnews[0] += "kaylee!";
arnews[0] += "
";
arnews[1]="Eric Dorsett: Added news on socialmedian: Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend.
";
arnews[1] += "Added news on socialmedian: Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend. -";
arnews[1] += "
";
arnews[2]="Hayley: Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend.
";
arnews[2] += "Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend. -";
arnews[2] += "
";
arnews[3]="Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend.
";
arnews[3] += "Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend. -";
arnews[3] += "
";
arnews[4]="saneTV: Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend.
";
arnews[4] += "Jewel Staite replaces Nathan Fillion at the Salute to Serenity/ Firefly event this weekend. -";
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("