var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="GRACE NOTES: GRACE NOTES - Feb. 9, 2010
";
arnews[0] += "The 7 PM talk will feature Tucci, along with Tenor cast members Anthony LaPaglia, Tony Shalhoub, Justin Bartha, Jan Maxwell, Brooke Adams, Mary Catherine Garrison, Jennifer Laura Thompson and Jay Klaitz. ************** ...";
arnews[0] += "
";
arnews[1]="little red fox: the giveaway winner!
";
arnews[1] += "Last night--after my beloved Saints did the impossible and won the Super Bowl (and I am decidedly not a football fan but that is my city and they are my team no matter what and it was a great night...";
arnews[1] += "
";
arnews[2]="Broadway Review Top Girls - A Play That You Must Watch
";
arnews[2] += "... who has kept her gender hidden but has had many manly lovers; Lady Nijo (Jennifer Ikeda), who was a concubine to a Japanese emperor and has now mature a traveling Buddhist nun; and Patient Griselda (Mary Catherine Garrison), ...";
arnews[2] += "
";
arnews[3]="little red fox: code word: relaxation
";
arnews[3] += "Lucky me :) This is what we woke up to in Jamaica (can you hear those waves crashing?? All day, all night. Eden.). So, so, so, so beautiful. We had a wonderful vacation! It was 80 and breezy and gorgeous,...";
arnews[3] += "
";
arnews[4]="Lend Me A Tenor on New York Times Artsblog « BBB-Blogger
";
arnews[4] += "Ken Ludwig's hilarious comedy stars Anthony LaPaglia, Tony Shalhoub, Justin Bartha, Brooke Adams, Mary Catherine Garrison, Jennifer Laura Thompson, Jay Klaitz, and Jan Maxwell, and is directed by Stanley Tucci., ...";
arnews[4] += "
";
arnews[5]="fastest how to deal with boyfriend breakups
";
arnews[5] += "Or, for that matter, how her older sister, Ashley (Mary Catherine Garrison), can marry stuffy Lewis (Mackenzie Austin) when they seem to disagree all the time. But when her friendship with a quirky schoolmate, Macon Forrester (Trent ...";
arnews[5] += "
";
arnews[6]="ΙΘΑΚΗ: Ένας Δρόμος Ατελείωτος: Rabbit Hole (2010)
";
arnews[6] += "... μεταφορά του έργου, το 2005, η Cynthia Nixon κέρδισε το Tony Award για τον Α' γυναικείο ρόλο, στην ταινία αυτή πρωταγωνιστούσαν οι ηθοποιοί: Cynthia Nixon, John Slattery, Tyne Daly, John Gallagher, Jr., Mary Catherine Garrison. ...";
arnews[6] += "
";
arnews[7]="little red fox: nerds in love
";
arnews[7] += "I am in a crazy rush but I had to show you these guys I just finished! I haven't made dolls in a while and it felt good to get back into the swing with them again. I was a...";
arnews[7] += "
";
arnews[8]="little red fox: busy bee
";
arnews[8] += "Well I had an unintentional little break there...it was for good reasons. I got my first wholesale orders and they took up so much time and energy. I was actually surprised. It was something I really wanted and I was...";
arnews[8] += "
";
arnews[9]="How to Deal (2003)
";
arnews[9] += "Halley's wedding-obsessed sister, Ashley (Mary Catherine Garrison), is engaged to Lewis (MacKenzie Astin), a guy that is completely wrong for her. Meanwhile, bad boy Macon Forrester (Trent Ford) won't leave Halley alone. ...";
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("