var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="James Marsters concert - I'm in! #fb #buffy #angel #torchwood
";
arnews[0] += "James Marsters concert - I'm in!";
arnews[0] += "
";
arnews[1]="Cunning Minx: In my orgy closet: James Marsters (asSpike), Evan Stone and Nathan Fillion. Yum!
";
arnews[1] += "In my orgy closet: James Marsters (asSpike), Evan Stone and Nathan Fillion. Yum!";
arnews[1] += "
";
arnews[2]="Angie Webb: At Megacon, at bar, James Marsters 2 seats away. Justin bought him a drink. He offered a picture. Will post that later :)
";
arnews[2] += "At Megacon, at bar, James Marsters 2 seats away. Justin bought him a drink. He offered a picture. Will post that later :)";
arnews[2] += "
";
arnews[3]="Angie Webb: http://twitpic.com/qkbef - James Marsters, @JM_Live(maybe real twitter act?), was very kind to give this picture at the bar
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Whedonverse BB updates: http://bit.ly/SvIEP James Marsters reports; MERLIN/BUFFY reviews; AU BONES ratings; Landau/Benz/+ tweets; & more
";
arnews[4] += "Whedonverse BB updates:";
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("