var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Will Smith: RT @DMZilla: Eliza Dushku, Imma let you finish but Firefly was the best prematurely canceled Joss Whedon show of all time. (RT for truth!)
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Bruce Vickers: Eliza Dushku: http://stan1.nudesonline.com/track/MjQzMjAxOjU6MzM,169/ nsfw
";
arnews[1] += "Eliza Dushku:";
arnews[1] += "
";
arnews[2]="Gedeon Maheux: Seems as though Eliza Dushku is jonsing for a role in the sequel to Dr. Horrible's Sing-Along Blog - http://bit.ly/7mawOz
";
arnews[2] += "Seems as though Eliza Dushku is jonsing for a role in the sequel to Dr. Horrible's Sing-Along Blog -";
arnews[2] += "
";
arnews[3]="Decided on some Buffy. UNFFFFFFFFFFFFF Eliza Dushku. UNFFFFFFFFFFf.
";
arnews[3] += "Decided on some Buffy. UNFFFFFFFFFFFFF Eliza Dushku. UNFFFFFFFFFFf.";
arnews[3] += "
";
arnews[4]="Allison Hanigan is hot now. Who thought the lil red head from Buffy would have more constant work than Sarah Michelle Gellar & Eliza Dushku
";
arnews[4] += "Allison Hanigan is hot now. Who thought the lil red head from Buffy would have more constant work than Sarah Michelle Gellar & Eliza Dushku";
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("