var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Fact: Brandy can sing her ass off "Angel in Disguise" was the shit
";
arnews[0] += "Fact: Brandy can sing her ass off \"Angel in Disguise\" was the shit -";
arnews[0] += "
";
arnews[1]="dinil: Brandy- singing in my bathroom AGAIN!!! "A change is gonna come": Brandy- singing in my bathroom AGAIN!.. http://bit.ly/07mSw2j @dilu
";
arnews[1] += "Brandy- singing in my bathroom AGAIN!!! \"A change is gonna come\": Brandy- singing in my bathroom AGAIN!..";
arnews[1] += "
";
arnews[2]="Danielle Sheridan: @twr1 I prefer to call them brandy sponges :)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Mark Trapp: The Economics of Star Trek
";
arnews[3] += "The Economics of Star Trek -";
arnews[3] += "
";
arnews[4]="Derek Peter Coetzee: #thingsyouwonthearinawestern Can I have a Brandy & Coke with my Burger
";
arnews[4] += "";
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("