var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="RT @Moniquev123 columbus short is too cute! - This, I'm sure, will make your boyfriend feel much better.
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Metabot: (@DivaStatingEnt) Dear Columbus Short: How you doin..
";
arnews[1] += "(@DivaStatingEnt) Dear Columbus Short: How you doin..";
arnews[1] += "
";
arnews[2]="i have the biggest celebrity crush on columbus short. why would the lord make someone so handsome that i cant even put my hands on tsa lol
";
arnews[2] += "i have the biggest celebrity crush on columbus short. why would the lord make someone so handsome that i cant even put my hands on tsa lol -";
arnews[2] += "
";
arnews[3]="dvd02101984: http://www.vidzin.com/armored-new-movie-2009-video_cdb61aa53.html armored New Movie 2009 Release Date: 18 September 2009 Genre: Drama Cast: Laurence Fishburne, Jean Reno, Skeet Ulrich, Matt Dillon, Columbus Short, Fred Ward Director: Nimród Antal Writer: James V. Simpson Studio: Sony Plot: A guard for an armored truck company is coerced by his veteran coworkers to steal a truck containing $10 million
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="Lincoln Burrows: Columbus Short
";
arnews[4] += "Columbus Short -";
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("