var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Film Rap: Mia Kirshner - i live here
";
arnews[0] += "This is an updated version including further discussion of Mia's personal connections to the struggles of displaced people. Warren sits down with Mia Kirshner to discuss her paper...";
arnews[0] += "
Publ.Date : Fri, 16 Jan 2009 01:59:00 GMT";
arnews[0] += "
";
arnews[1]="Mia Kirshner on the Lives of Refugees
";
arnews[1] += "Mia Kirshner talks about working on I Live Here, a book about internationally displaced peoples. http://www.bigthink.com/arts-culture/literature/14690";
arnews[1] += "
Publ.Date : Mon, 22 Dec 2008 17:51:54 GMT";
arnews[1] += "
";
arnews[2]="Mia Kirshner on the Lives of Refugees
";
arnews[2] += "Mia Kirshner talks about working on I Live Here, a book about internationally displaced peoples. http://www.bigthink.com/arts-culture/literature/14690";
arnews[2] += "
Publ.Date : Mon, 22 Dec 2008 17:50:59 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Mia Kirshner Trample scene
";
arnews[3] += "High school movie with Mia Kirshner walking over a guy in the hallway.";
arnews[3] += "
Publ.Date : Sun, 02 Nov 2008 22:38:25 GMT";
arnews[3] += "
";
arnews[4]="Not Another Teen Movie - Clip 2
";
arnews[4] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:07:39 GMT";
arnews[4] += "
";
arnews[5]="Black Dahlia - Clip - Be subtle
";
arnews[5] += "The infamous 'Black Dahlia' murder is investigated in this new period thriller.";
arnews[5] += "
Publ.Date : Tue, 16 Sep 2008 12:05:34 GMT";
arnews[5] += "
";
arnews[6]="Not Another Teen Movie Trailer
";
arnews[6] += "In this teen movies parody the local highschool is full of bitchy cheerleaders, dumb ass jocks, the new girl, and the undercover reporter!";
arnews[6] += "
Publ.Date : Tue, 16 Sep 2008 12:03:04 GMT";
arnews[6] += "
";
arnews[7]="Mia Kirshner Topless in Love & Human Remains 1993
";
arnews[7] += "Mia Kirshner Topless in Love & Human Remains 1993";
arnews[7] += "
Publ.Date : Thu, 26 Jun 2008 04:55:26 GMT";
arnews[7] += "
";
arnews[8]="Mia Kirshner and Laurel Holloman L word
";
arnews[8] += "Guesttalk L word convention 2006 in London";
arnews[8] += "
Publ.Date : Mon, 22 Jan 2007 18:01:56 GMT";
arnews[8] += "
";
arnews[9]="Preview: 'The Black Dahlia'
";
arnews[9] += "Starring: Josh Hartnett, Scarlett Johansson, Hilary Swank and Mia Kirshner. Directed by Brian De Palma.";
arnews[9] += "
Publ.Date : Wed, 13 Sep 2006 00:56:51 GMT";
arnews[9] += "
";
totcount = 10;
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("