var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]=". @jksmithgoducks just throat punched Vanna White with his awersome presentation skills this morning
";
arnews[0] += ". @jksmithgoducks just throat punched Vanna White with his awersome presentation skills this morning -";
arnews[0] += "
";
arnews[1]="stewart mercer: Raine Is Vanna White
";
arnews[1] += "Raine Is Vanna White -";
arnews[1] += "
";
arnews[2]="Bliss: Stuck in traffic with vanna white.
";
arnews[2] += "Stuck in traffic with vanna white.";
arnews[2] += "
";
arnews[3]="SEOAly: Am I the only one who didn't realize that "Wheel of Fortune" still exists. And that Vanna White dresses in evening gowns for no reason?
";
arnews[3] += "Am I the only one who didn't realize that \"Wheel of Fortune\" still exists. And that Vanna White dresses in evening gowns for no reason?";
arnews[3] += "
";
arnews[4]="Skankazoid.com: Her sexy impression of Vanna White;)) ohh yes! http://twitpic.com/q2fsz (via @KimbyrLeigha )
";
arnews[4] += "Her sexy impression of Vanna White;)) ohh yes!";
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("