var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Stan Edwards: My daughter and I painted along to a Bob Ross video today. Do you like my painting? [PIC] http://twitpic.com/qki7h
";
arnews[0] += "My daughter and I painted along to a Bob Ross video today. Do you like my painting? [PIC]";
arnews[0] += "
";
arnews[1]="Ian Lurie: mental_floss Blog & 5 (Happy Little) Things You Didn't Know About Bob Ross
";
arnews[1] += "mental_floss Blog & 5 (Happy Little) Things You Didn't Know About Bob Ross -";
arnews[1] += "
";
arnews[2]="Krishna Sadasivam: @capesnbabes Bob Ross was a military man who barked orders? Wow. Did not know that before. http://tinyurl.com/ykekwun
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Brian Ball: Listening to Lyle Lovett on CBC's "Q"... speaking voice sounds like artist Bob Ross?
";
arnews[3] += "Listening to Lyle Lovett on CBC's \"Q\"... speaking voice sounds like artist Bob Ross?";
arnews[3] += "
";
arnews[4]="sondatch: 5 (Happy Little) Things You Didn’t Know About Bob Ross
";
arnews[4] += "5 (Happy Little) Things You Didn’t Know About Bob Ross -";
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("