var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Merchant Of Venice Review
";
arnews[0] += "Anti-Semitism was a fact of life in Europe in the 16th Century. Jews were forced to live in ghettoes and to observe curfews - they were banned from owning property and so became money-lenders. Shylock, played by AL PACINO, is deeply resentful about all this, especially when the Christian merchant, Antonio, , spits on him.";
arnews[0] += "
Publ.Date : Thu, 09 Jul 2009 00:21:04 GMT";
arnews[0] += "
";
arnews[1]="Broadway Titles Flickered as Films 2008-09; More to Come
";
arnews[1] += "The hit 2002 movie adaptation of the 1997 Tony-winning Best Revival Chicago changed the way Hollywood thinks about stage musicals.";
arnews[1] += "
Publ.Date : Sat, 06 Jun 2009 05:56:11 GMT";
arnews[1] += "
";
totcount = 2;
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("