var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="@snickers1015 yep... Archie's waaaaaaaaaaaay better. More classy too. Constantine had once said in an interview that Anthony Fedorov...
";
arnews[0] += "@snickers1015 yep... Archie's waaaaaaaaaaaay better. More classy too. Constantine had once said in an interview that Anthony Fedorov... -";
arnews[0] += "
";
arnews[1]="Micheal Foley: RT @jessestrada: ooh! pass this on! RT @keridwyn: Check out the Seattle SCAVENGER HUNT! http://bit.ly/NnfbJ #goseattle
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Heidi Miller: RT @foleymo @jessestrada: ooh! pass this on! RT @keridwyn: Check out the Seattle SCAVENGER HUNT! http://bit.ly/NnfbJ #goseattle
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Anthony Fedorov – Spotlight on Joseph and the Amazing Technicolor ...
";
arnews[3] += "Anthony Fedorov – Spotlight on Joseph and the Amazing Technicolor ... -";
arnews[3] += "
";
arnews[4]="Charl Pearce: rt @hotel_max Wanna win a night and Hotel Max & 2 tickets to see Joseph @backstage5thave? scavenger hunt on! #Goseattle http://bit.ly/5fGIw
";
arnews[4] += "rt @";
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("