var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="www.newflix.co.cc: Published a new post: Seattle Supersonics Tickets - Seattle Supersonics http://tinyurl.com/yzeg3bl
";
arnews[0] += "Published a new post: Seattle Supersonics Tickets - Seattle Supersonics";
arnews[0] += "
";
arnews[1]="Dr. Blogstein: @joshuaarnao Seattle Supersonics or Washington Bullets
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="Dr. Blogstein: @joshuaarnao me too! RIP Houston Oilers and Montreal Expos and Washington Bullets and Seattle Supersonics
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Monroe: Thunder moving up the NBA's ranks
";
arnews[3] += "Monroe: Thunder moving up the NBA's ranks -";
arnews[3] += "
";
arnews[4]="Sandy Eggo: Former Home of Former Sonic Gary Payton on Market: The Seattle SuperSonics are no more and “The Glove.. http://bit.ly/bpLlg
";
arnews[4] += "Former Home of Former Sonic Gary Payton on Market: The Seattle SuperSonics are no more and “The Glove..";
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("