var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mücahit: Mücahit And now, Heroes continuous. SÇS Nora Zehetner!
";
arnews[0] += "And now, Heroes continuous. SÇS Nora Zehetner!";
arnews[0] += "
";
arnews[1]="Amrie Cunningham: I kind of hate Nora Zehetner on Grey's.
";
arnews[1] += "I kind of hate Nora Zehetner on Grey's.";
arnews[1] += "
";
arnews[2]="mark lim: sparkmyspliff: Brick. (2006) dir. Rian Johnsonís’ Nora Zehetner & Joseph Gordon-Levitt. love love love this movie, although i barely understood what the hell they were talking about. still, pretty awesome.
";
arnews[2] += "sparkmyspliff: Brick. (2006) dir. Rian Johnsonís’ Nora Zehetner & Joseph Gordon-Levitt. love love love this movie, although i barely understood what the hell they were talking about. still, pretty awesome. -";
arnews[2] += "
";
arnews[3]="Kat Angus: As much as it worked for her in Brick, Nora Zehetner's breathy manner of speaking on Grey's Anatomy is really starting to bug.
";
arnews[3] += "As much as it worked for her in Brick, Nora Zehetner's breathy manner of speaking on Grey's Anatomy is really starting to bug.";
arnews[3] += "
";
arnews[4]="JLA: Photo: Nora Zehetner (Big crush !!!) rainydaywomen: http://tumblr.com/xjv3w1kgy
";
arnews[4] += "Photo: Nora Zehetner (Big crush !!!) rainydaywomen:";
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("