var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Stuff: Amalia Castonguay added a discussion to the group Buffy The Vampire Slayer: Amalia Castonguay added a discus... http://bit.ly/38Okf9
";
arnews[0] += "Stuff: Amalia Castonguay added a discussion to the group Buffy The Vampire Slayer: Amalia Castonguay added a discus...";
arnews[0] += "
";
arnews[1]="Johnny John Peters: Charisma Carpenter – As Mord-Sith in Legend of the Seeker S02E01, Video & Pics http://is.gd/4XqtL
";
arnews[1] += "Charisma Carpenter – As Mord-Sith in Legend of the Seeker S02E01, Video & Pics";
arnews[1] += "
";
arnews[2]="David Monroe: Hadn't realized that se. 2 of The Legend of the Seeker had premiered. It guest stars Buffy's Charisma Carpenter as a Mord-Sith. #happy
";
arnews[2] += "Hadn't realized that se. 2 of The Legend of the Seeker had premiered. It guest stars Buffy's Charisma Carpenter as a Mord-Sith.";
arnews[2] += "
";
arnews[3]="Dean: @whedonesque Actor: Nathan Fillion Actress: Charisma Carpenter
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="It's weird to see Charisma Carpenter in something that isn't Buffy. The movie is kind of uh, I am not sure weird is the right word.
";
arnews[4] += "It's weird to see Charisma Carpenter in something that isn't Buffy. The movie is kind of uh, I am not sure weird is the right word.";
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("