var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="...continue reading
";
arnews[0] += "Actress. Born November 22, 1984 in New York City. The daughter of a Danish architect and the granddaughter of a screenwriter and director, Johansson graduated from Manhattan's Professional Children's School in 2002.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:25:39 GMT";
arnews[0] += "
";
arnews[1]="High school scoreboard: Gainesville girls take down No. 1-ranked Carrollton
";
arnews[1] += "Gainesville senior Jaymee Carnes finished with 21 points and 15 rebounds as part of a 49-38 win against No.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:24:19 GMT";
arnews[1] += "
";
arnews[2]="Filming 'Pippa Lee' In Connecticut Hit Home For Rebecca Miller
";
arnews[2] += "With memories of her father, playwright Arthur Miller , swirling about the Roxbury farmhouse she grew up in, Rebecca Miller returned last year to make her fourth film, \"The Private Lives of Pippa Lee.\" Every step to the Nov.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:52:19 GMT";
arnews[2] += "
";
arnews[3]="If you haven't read a book this decade, you have six weeks left
";
arnews[3] += "Last week, my nephew was helping me unload the car after a shopping trip, and he noted two bags of books.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:48:55 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 21, 1934, the Cole Porter musical "Anything Goes" opened on Broadway
";
arnews[4] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:54:49 GMT";
arnews[4] += "
";
arnews[5]="WU symphony to debut work
";
arnews[5] += "When the Washburn Symphony Orchestra, directed by Norman Gamboa, performs Monday night it will be joined by the university's flute instructor for the world premiere of a concerto by a Kansas-born composer.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:02:32 GMT";
arnews[5] += "
";
totcount = 6;
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("