var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="mike: todaystxcountry: http://twitpic.com/q1zj0 Kat Von D is tired!
";
arnews[0] += "todaystxcountry:";
arnews[0] += "
";
arnews[1]="Metabot: (@elissacmu) Dear @Sephora, All I want for the holidays this year is Kat Von D Deluxe Uber Gift Set . #SephoraClaus
";
arnews[1] += "(@elissacmu) Dear @";
arnews[1] += "
";
arnews[2]="theblogs: How Would I Go About Finding Clothes Like Kat Von D’s In The Uk?
";
arnews[2] += "How Would I Go About Finding Clothes Like Kat Von D’s In The Uk? -";
arnews[2] += "
";
arnews[3]="Tegan Sykes: #posters MIAMI INK - TATTOO TV SERIES - KAT VON D - NEW POSTER: US $8.35 (0 Bid) End Date: Thursday Nov.. http://bit.ly/MlwyL
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="lyndxe: Dear @Sephora, All I want for the holidays this year is a Kat Von D Angeleno Case!
";
arnews[4] += "Dear @";
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("