var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Salman and I had differences over ‘Veer’: Director - The Gaea Times
";
arnews[0] += "He said Salman insisted that Anil watch his source of inspiration, the Yul Brynner-Tony Curtis 1962 film “Taras Bulba”. “But we couldn’t get a single print of the film. So I had to make do with the images that I had in my mind from childhood ...";
arnews[0] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[0] += "
";
arnews[1]="Yes we had differences, Anil Sharma admits to creative differences ... - The Gaea Times
";
arnews[1] += "Salman insisted that Anil Sharma watch his source of inspiration the Yul-Brynner-Tony Curtis 1962 film Taras Bulba. “But we couldn’t get a single print of the film. So I had to make do with the images that I had in my mind from childhood.";
arnews[1] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[1] += "
";
arnews[2]="Today In Theatre History : FEBRUARY 6 - Playbill
";
arnews[2] += "1946 Mary Martin and Yul Brynner play a Chinese couple who separate when the husband goes off on a quest in Lute Song . Raymond Scott composed the score, and Sidney Howard and Will Irwin wrote the libretto based on a Chinese folktale. It will run for ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 04:58:00 GMT";
arnews[2] += "
";
arnews[3]="'The King and I' is one royal treat - News-Leader.com
";
arnews[3] += "Played by Yul Brynner in the original Broadway version, the role of the king is a big one in the annals of history and theater. According to the aptly named Derrick D. King, who plays the monarch in the Little Theatre production, it is a foundational ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:56:00 GMT";
arnews[3] += "
";
arnews[4]="Hear ‘Getting to Know You’ and other favorites - Littleton Independent
";
arnews[4] += "The tale of East-West conflict opened in New York in 1951, with Gertrude Lawrence as Anna and the then-unknown Yul Brynner as the king, a role that he carried throughout his career. Highlands Ranch-based Performance Now Theatre Company will present ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 20:40:00 GMT";
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("