var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Golda Raphael: Mary-Kate _ Ashley Olsen - Page 33 - the Fashion Spot
";
arnews[0] += "Mary-Kate _ Ashley Olsen - Page 33 - the Fashion Spot -";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: In Pictures: ' 2nd Annual Museum of Modern Art Film Benefit' - Monsters and Critics.com
";
arnews[1] += "In Pictures: ' 2nd Annual Museum of Modern Art Film Benefit' - Monsters and Critics.com -";
arnews[1] += "
";
arnews[2]="Anne Blinch: Must see this! Ashley Olsen's Blue-Streaked Hair: Filed under: Beauty, Hair, Celebrity Hair Looks.. http://tinyurl.com/yel566n
";
arnews[2] += "Must see this! Ashley Olsen's Blue-Streaked Hair: Filed under: Beauty, Hair, Celebrity Hair Looks..";
arnews[2] += "
";
arnews[3]="jumitaka: Photo: yuiti: http://tumblr.com/xy545vpu2
";
arnews[3] += "Photo: yuiti:";
arnews[3] += "
";
arnews[4]="jumitaka: yuiti: suicideblonde: Ashley Olsen
";
arnews[4] += "yuiti: suicideblonde: Ashley Olsen -";
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("