var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @paulwallbaby: @slimthugga #htxvsla la got michael jackson, houston got mike jones < < < < hahaha!
";
arnews[0] += "RT @paulwallbaby: @slimthugga";
arnews[0] += "
";
arnews[1]="RT @paulwallbaby @slimthugga #htxvsla LA got michael jackson, poouston got mike jones
";
arnews[1] += "RT @paulwallbaby @slimthugga";
arnews[1] += "
";
arnews[2]="Sandra Diaz: Rolling through Chinatown with @lphchld bumping some @mr_mike_jones. Dang, is his new album ever gonna come out? Represent yo spot!
";
arnews[2] += "Rolling through Chinatown with @";
arnews[2] += "
";
arnews[3]="Cameron Hook: Cruisin down the street in my 6 4, jockin a bitch, jockin a bitch Cruisin down the street in my (who), jockin a (Mike Jones, Jones, Jones)
";
arnews[3] += "Cruisin down the street in my 6 4, jockin a bitch, jockin a bitch Cruisin down the street in my (who), jockin a (Mike Jones, Jones, Jones)";
arnews[3] += "
";
arnews[4]="Austin Real Estate: 7112 Ridge Oak Rd, Austin, TX 78749 : $269,975 | MLS # 2531816 : Austin Real Estate
";
arnews[4] += "7112 Ridge Oak Rd, Austin, TX 78749 : $269,975 | MLS # 2531816 : Austin Real Estate -";
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("