var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Are you a spectacle?
";
arnews[0] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:53:22 GMT";
arnews[0] += "
";
arnews[1]="Duke of Northumberland faces bizarre challenge to his title
";
arnews[1] += "The Duke of Northumberland, whose ancestral seat Alnwick Castle is the home of Hogwarts School in the Harry Potter films, is facing a bizarre challenge to his hereditary title.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:56:22 GMT";
arnews[1] += "
";
arnews[2]="Kiwi Kevin Percy claims Harry Potter castle
";
arnews[2] += "DREAMS OF DUKEDOM: Kevin Percy believes there's a good chance he's been cheated of his rightful inheritance, including 700-year-old Alnwick Castle in Northumberland.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:31:07 GMT";
arnews[2] += "
";
arnews[3]="Now Installing | Francesco Vezzoli Gets Gaga to MoCA
";
arnews[3] += "Petit-point embroidery plays an important part in the artistic career of Francesco Vezzoli: his best-known works are serigraphs in which details of the images are hand-stitched in shocking colors.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:21:03 GMT";
arnews[3] += "
";
arnews[4]="Cate Blanchett
";
arnews[4] += "From Elizabeth and Bandits to The Lord of the Rings trilogy and The Aviator , Cate Blanchett has proven herself as a superb dramatic actress.";
arnews[4] += "
Publ.Date : Thu, 05 Feb 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[5] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[5] += "
";
arnews[6]="Theater Minis
";
arnews[6] += "The Alchemist - Shakespeare Theatre Company - You want to emerge from a comedy feeling lighter, as if your burden has been lifted temporarily.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 11:47:24 GMT";
arnews[6] += "
";
arnews[7]="Sam Worthington never 'dreamt' of becoming an actor
";
arnews[7] += "'Avatar' star Sam Worthington recently told in an interview that he never even dreamt of becoming an actor during his growing up days.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 06:06:13 GMT";
arnews[7] += "
";
totcount = 8;
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("