var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jody Franklin: @nscafe I think that works. It's not as good as I was hoping for, but it gives me an Amanda Tapping fix. :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Michele Neylon: Amanda Tapping's "English" accent is damn annoying. She could have an American accent and be more plausible #fb
";
arnews[1] += "Amanda Tapping's \"English\" accent is damn annoying. She could have an American accent and be more plausible";
arnews[1] += "
";
arnews[2]="anthony turner: Stargate Amanda Tapping
";
arnews[2] += "Stargate Amanda Tapping -";
arnews[2] += "
";
arnews[3]="T.R. Fullhart: Watching Sanctuary at work. It's awful. I'm a sucker for scifi and Amanda Tapping. Despite bad fake accent and crap CG effects.
";
arnews[3] += "Watching Sanctuary at work. It's awful. I'm a sucker for scifi and Amanda Tapping. Despite bad fake accent and crap CG effects.";
arnews[3] += "
";
arnews[4]="Stargate Universe - Amanda Tapping & the Women of Stargate Univers, Part 2
";
arnews[4] += "Stargate Universe - Amanda Tapping & the Women of Stargate Univers, Part 2 -";
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("