var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Youa ll enjoy comedy a She Loves Mea
";
arnews[0] += "I didn't know the play , I didn't know the script and only the title song had a familiar ring to it - but I enjoyed \"She Loves Me\" from the moment the light went up to the final curtain call.";
arnews[0] += "
Publ.Date : Wed, 22 Jul 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Romantic comedy a She Loves Mea opens
";
arnews[1] += "The wholeheartedly romantic musical \"She Loves Me\" tells a romantic tale set in the 1930s in a parfumerie in Eastern Europe.";
arnews[1] += "
Publ.Date : Wed, 15 Jul 2009 07:00:00 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("