var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jared James: Getting chills as Will Smith talks about 'NOTHING is unrealistic' at http://www.youtube.com/watch?v=OLN2k0b3g70 {about 6 minutes in}
";
arnews[0] += "Getting chills as Will Smith talks about 'NOTHING is unrealistic' at";
arnews[0] += "
";
arnews[1]="Dey makin a new karate kid in 2010..n will smith is producin it...good or bad?
";
arnews[1] += "Dey makin a new karate kid in 2010..n will smith is producin it...good or bad? -";
arnews[1] += "
";
arnews[2]="inerxia: Vimeo: Pearl and the Beard - Will Smith Medley http://bit.ly/7rI3hm
";
arnews[2] += "Vimeo: Pearl and the Beard - Will Smith Medley";
arnews[2] += "
";
arnews[3]="Oliver Simionescu: RT @FatadinPort: “Money and success don’t change people; they merely amplify what is already there.” – Will Smith
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="michael michelini: too many people spend money they havent earned to buy things they dont need for people they dont like - will smith
";
arnews[4] += "too many people spend money they havent earned to buy things they dont need for people they dont like - will smith";
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("