var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Amber Benson: @SophieFennessey Congratulations! Keep going! :)
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Amber Benson: @High_Command Fingers crossed! Break a leg :)
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="#musicmonday Under your spell, do episódio de Buffy, Once more with feeling. A Amber Benson cantando é incrível!
";
arnews[2] += "";
arnews[2] += "
";
arnews[3]="NEW POST: Triangle Tara Dolls for Charity: or How Tara Helped Feed The Children http://bit.ly/6bir3J
";
arnews[3] += "NEW POST: Triangle Tara Dolls for Charity: or How Tara Helped Feed The Children";
arnews[3] += "
";
arnews[4]="Help feed the hungry with Triangle Tara! Check out my blog & website for more info: http://tinyurl.com/ye7rjuq & http://tinyurl.com/ydbpc8m
";
arnews[4] += "Help feed the hungry with Triangle Tara! Check out my blog & website for more info:";
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("