var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tamzin Outhwaite backs holidays scheme
";
arnews[0] += "Former EastEnders star Tamzin Outhwaite is urging people in Northampton to get behind a campaign to donate A 150,000 worth of free holidays to servicemen and women who have been injured, or their families who have suffered a bereavement.";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 15:31:21 GMT";
arnews[0] += "
";
arnews[1]="Shakespeare's Globe launches free production of Macbeth for 14,000 London teenagers
";
arnews[1] += "As part of the groundbreaking scheme, over 14,000 free tickets for a full-scale, professional production of Macbeth over two weeks in March will be made available to secondary students across the city.";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 15:20:44 GMT";
arnews[1] += "
";
arnews[2]="Mystery at the Philharmonic: Who Was That Clarinetist?
";
arnews[2] += "The mystery clarinetist. Keep reading. If the New York Philharmonic had performed Rachmaninoff's Second Symphony last season, the principal clarinetist would probably have been bathed in accolades for his solo stint in the Adagio, one of the most famous clarinet passages in the orchestral literature.";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 22:18:13 GMT";
arnews[2] += "
";
arnews[3]="Something Sort of Scam-ish
";
arnews[3] += "Although he's facing seven years in the clink, Garth Drabinsky still wants to be a player on Broadway.";
arnews[3] += "
Publ.Date : Wed, 13 Jan 2010 16:41:23 GMT";
arnews[3] += "
";
arnews[4]="Down by the Banks of the River Charles: The 'American Idol' Premiere
";
arnews[4] += "Let the long period of national mourning begin: the ninth season of \" American Idol \" began tonight, and it was two hours of dead-man-walking. With the future stability of the show in doubt, Tuesday's premiere episode, focusing on the Boston auditions, was a reminder of its strengths and weaknesses.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 13:28:12 GMT";
arnews[4] += "
";
arnews[5]="Simon and Garfunkel to Play Jazzfest
";
arnews[5] += "For a month, fans and potential customers of the New Orleans Jazz and Heritage Festival have been eyeing a big \"artist TBA\" on the schedule New Orleans Jazz and Heritage Festival .";
arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 06:43:07 GMT";
arnews[5] += "
";
arnews[6]="ArtsBeat: Deitch on Taking Over L.A. Museum
";
arnews[6] += "In a press conference on Tuesday to introduce Jeffrey Deitch as the new director of the Los Angeles Museum of Contemporary Art, board members and Eli Broad, a founding trustee, praised Mr.";
arnews[6] += "
Publ.Date : Wed, 13 Jan 2010 02:36:12 GMT";
arnews[6] += "
";
totcount = 7;
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("