var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="sosonest: My boy Vince Young goes tonight against those evil Texans! haha
";
arnews[0] += "My boy Vince Young goes tonight against those evil Texans! haha";
arnews[0] += "
";
arnews[1]="Can't wait to watch vince young and Chris Johnson run the ball tonight. Love old school football.
";
arnews[1] += "Can't wait to watch vince young and Chris Johnson run the ball tonight. Love old school football. -";
arnews[1] += "
";
arnews[2]="Sean Malarkey: i hate to say this but...I need vince young to have a horrible night...FantasyFootball
";
arnews[2] += "i hate to say this but...I need vince young to have a horrible night...FantasyFootball";
arnews[2] += "
";
arnews[3]="PinoyBlogoSphere: [PBS] Watch Tennessee Titans vs Houston Texans Live Game Online: Vince Young returns to his hometown as he and the ... http://bit.ly/7fICoz
";
arnews[3] += "[PBS] Watch Tennessee Titans vs Houston Texans Live Game Online: Vince Young returns to his hometown as he and the ...";
arnews[3] += "
";
arnews[4]="aziz gilani: @anjuan vince young. I always root for Texas over the Texans.
";
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("