var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Celebrity Gossip: Natalie Portman & Tobey Maguire Screen 'Brothers' In NYC: Jake Gyllenhaal was conspicuously absent for The C.. http://bit.ly/5oq923
";
arnews[0] += "Natalie Portman & Tobey Maguire Screen 'Brothers' In NYC: Jake Gyllenhaal was conspicuously absent for The C..";
arnews[0] += "
";
arnews[1]="Hot Deals Club: Natalie Portman Chooses Between Two Brothers—Or Does She?: It was a small victory to make it to the bar .. http://bit.ly/6WqTGr
";
arnews[1] += "Natalie Portman Chooses Between Two Brothers—Or Does She?: It was a small victory to make it to the bar ..";
arnews[1] += "
";
arnews[2]="luveastsky: Nay Or Yea: Vegan Natalie Portman’s Dress At ‘Brothers’ Premiere
";
arnews[2] += "Nay Or Yea: Vegan Natalie Portman’s Dress At ‘Brothers’ Premiere -";
arnews[2] += "
";
arnews[3]="Moda Blog: Carrie Underwood e Natalie Portman in blu
";
arnews[3] += "Carrie Underwood e Natalie Portman in blu -";
arnews[3] += "
";
arnews[4]="Sidekick Go!: EXCLUSIVE: Kat Dennings Joins 'Thor' Cast, Reveals Co-Star Natalie Portman - MTV.com
";
arnews[4] += "EXCLUSIVE: Kat Dennings Joins 'Thor' Cast, Reveals Co-Star Natalie Portman - MTV.com -";
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("