var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Laura: Coming of Age in 1960s London: Interview with An Education's Director Lone Scherfig
";
arnews[0] += "Coming of Age in 1960s London: Interview with An Education's Director Lone Scherfig -";
arnews[0] += "
";
arnews[1]="Fine Arts Theatre: The AVL Film Festival kicks off tonight with An Education starring Peter Sarsgaard. Tickets on sale @ Pack Square or http://bit.ly/RGHz3
";
arnews[1] += "The AVL Film Festival kicks off tonight with An Education starring Peter Sarsgaard. Tickets on sale @ Pack Square or";
arnews[1] += "
";
arnews[2]="CELESTE TABORA: Watching The Orphan w/ @tashapuffs. Pleeease no more softcore Peter Sarsgaard!! Now I know why Esther turned evil. #fb
";
arnews[2] += "Watching The Orphan w/ @";
arnews[2] += "
";
arnews[3]="Zou Peter Sarsgaard daar ook in spelen? Anders sneak ik gewoon ff de Orphanvoorstelling in moehaha
";
arnews[3] += "Zou Peter Sarsgaard daar ook in spelen? Anders sneak ik gewoon ff de Orphanvoorstelling in moehaha -";
arnews[3] += "
";
arnews[4]="Carey Mulligan will charm your pants off as Audrey-Hepburn 2.0, but Peter Sarsgaard’s acting is the reason you should see An Education.
";
arnews[4] += "Carey Mulligan will charm your pants off as Audrey-Hepburn 2.0, but Peter Sarsgaard’s acting is the reason you should see An Education. -";
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("