var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jill Magnus: Sigourney Weaver Empire V neck Floor length Chiffon Emmy Dress Evening Dress FSD0387
";
arnews[0] += "Sigourney Weaver Empire V neck Floor length Chiffon Emmy Dress Evening Dress FSD0387";
arnews[0] += "
";
arnews[1]="Shockya: Avatar Effects Wizard Robert Legato Live Tonight
";
arnews[1] += "Avatar Effects Wizard Robert Legato Live Tonight -";
arnews[1] += "
";
arnews[2]="Vickie Y.: RT @TheOmarShow: Holy Shit call Sigourney Weaver the Alien has found Lady GaGa's face #amas
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Shockya: Avatar International Movie Poster 3
";
arnews[3] += "Avatar International Movie Poster 3 -";
arnews[3] += "
";
arnews[4]="danblank: @hmccormack RE: cat photo. I had flashbacks to the first "Alien" film. Which makes you Sigourney Weaver, I suppose http://twitpic.com/qlcs5
";
arnews[4] += "@";
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("