var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cate Blanchett Covers Vogue - celebritybabyscoop
";
arnews[0] += "On her family : \"When the boys aren’t playing with friends, they can usually be found playing backstage. They’re always engaged in the family business, so to speak.” On her career choices : “I’m not very cautious or careful. It’s always ...";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[0] += "
";
arnews[1]="Cate Blanchett's Blanche, A Capital Conversation-Starter - NPR News
";
arnews[1] += "And The Diane Rehm Show, remember, is a call-in program, which is always good fun. Today's listeners got Blanchett going on the depths of Blanche's alcoholism, why a good Southern accent is pretty much essential to playing Tennessee Williams, and why ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:34:00 GMT";
arnews[1] += "
";
arnews[2]="Cate Blanchett takes on Blanche DuBois in A Streetcar Named Desire - Monsters and Critics
";
arnews[2] += "The December issue of Vogue, on newsstands November 24th, features the luminescent Cate Blanchett, as she takes on one of the great dramatic roles of all time: Blanche DuBois in A Streetcar Named Desire. Reporter Adam Green interviewed Cate, and says ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 21:32:00 GMT";
arnews[2] += "
";
arnews[3]="Cate Blanchett: I'm Not Cautious With My Career Choices - Pop Eater
";
arnews[3] += "On the importance of theater: \"In the wake of everything that's happened in the world in the last eighteen months, we're thinking about what we've lost. So much of the play is about the death of poetry and idealism and hope -- the fine, delicate ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 18:51:00 GMT";
arnews[3] += "
";
arnews[4]="Cate Blanchett says theatre helps her family stick together - New Kerala
";
arnews[4] += "Melbourne, Nov 17 : Cate Blanchett has said that performing in stage productions has worked like glue in keeping her family together. In an interview with US Vogue, the 'Elizabeth' actress said that theatre brings stability and regular working hours ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:11:00 GMT";
arnews[4] += "
";
arnews[5]="Theatre helps my family to stick together: Cate Blanchett - Daily News and Analysis
";
arnews[5] += "\"There are so few experiences in our manicured, nanny-stated existence that have the quality of circus. Theatre still does,\" The Daily Telegraph quoted her as saying. \"And so, when the boys aren't playing with friends, they can usually be found ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:23:00 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("