var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="TwavelAdvisor: Are all Hate the new effects filters they using on CSI Miami and wassup with Jonathan Togo and the weight gain? http://bit.ly/pV4EF
";
arnews[0] += "Are all Hate the new effects filters they using on CSI Miami and wassup with Jonathan Togo and the weight gain?";
arnews[0] += "
";
arnews[1]="csi:miami is da ish....'specially cuz ma boo is on dere....jonathan togo aka ryan wolfe!!!lubh ya babes
";
arnews[1] += "csi:miami is da ish....'specially cuz ma boo is on dere....jonathan togo aka ryan wolfe!!!lubh ya babes -";
arnews[1] += "
";
arnews[2]="von Wolffe: What CSI: Miami star once played w/ Sam Endicott & John Conway in a band called 'Skabba the Hut'? Answer: Jonathan Togo via @KatTheVocalist
";
arnews[2] += "What CSI: Miami star once played w/ Sam Endicott & John Conway in a band called 'Skabba the Hut'? Answer: Jonathan Togo via @";
arnews[2] += "
";
arnews[3]="missyosigirl: missyosigirl what is up with the tummy of jonathan togo aka ryan wolfe of csi miami?!
";
arnews[3] += "missyosigirl what is up with the tummy of jonathan togo aka ryan wolfe of csi miami?!";
arnews[3] += "
";
arnews[4]="missyosigirl: what is up with the tummy of jonathan togo aka ryan wolfe of csi miami?!
";
arnews[4] += "what is up with the tummy of jonathan togo aka ryan wolfe of csi miami?!";
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("