var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eric Dane joins the 'Burlesque' - Monsters and Critics
";
arnews[0] += "\"Grey's Anatomy\" star Eric Dane has joined the cast of Screen Gems' upcoming musical \"Burlesque.\" Cher, Christina Aguilera, Stanley Tucci, Cam Gigandet, Kristen Bell and Alan Cumming have already been cast. Steve Antin is writing and directing ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:19:00 GMT";
arnews[0] += "
";
arnews[1]="Eric Dane joins Burlesque movie - Entertainment.uk.msn.com
";
arnews[1] += "Eric Dane has been added to the cast of Burlesque. The Grey's Anatomy actor will join the film's ensemble cast, which already counts Cher, Christina Aguilera, Kristen Bell and Alan Cumming among its members. The film is written by Steve Antin, who ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 12:31:00 GMT";
arnews[1] += "
";
arnews[2]="Eric Dane - YAHOO!
";
arnews[2] += "Screen presence – and a strategically placed bath towel – helped boost actor Eric Dane from likable guest actor to a recurring character with plenty of arduous fan support on the popular series “Grey’s Anatomy” (ABC, 2004-). But his turn on ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:35:00 GMT";
arnews[2] += "
";
arnews[3]="Eric Dane buys ticket for 'Burlesque' - Variety
";
arnews[3] += "\"Grey's Anatomy\" star Eric Dane will round out the ensemble cast of Screen Gems' upcoming musical \"Burlesque.\" Cher, Christina Aguilera, Stanley Tucci, Cam Gigandet, Kristen Bell and Alan Cumming have already boarded the project, written and to be ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:36:00 GMT";
arnews[3] += "
";
arnews[4]="Eric Dane Joins "Burlesque" Cast - All Headline News
";
arnews[4] += "Los Angeles, CA (CNS) - Eric Dane is the latest cast member added to \"Burlesque,\" the musical drama starring Christina Aguilera and Cher. The \"Grey's Anatomy\" star rounds out an already star-studded cast which also includes Stanley Tucci, Kristen ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:41:00 GMT";
arnews[4] += "
";
arnews[5]="Eric Dane Loves Burlesque - Empire
";
arnews[5] += "Eric Dane, lately of Grey's Anatomy and last seen on the big screen in Marley & Me , has signed up to join the cast of Burlesque , the Christina Aguilera-story of a small town girl with a big voice who dared to dream of moving to the city and dancing ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[5] += "
";
arnews[6]="Eric Dane joins "Burlesque" - YAHOO!
";
arnews[6] += "The Screen Gems film centers on the journey of an ambitious small-town girl (Aguilera) with a big voice who finds love and success in a Los Angeles neo-burlesque club, reminiscent of the nightclub in Bob Fosse's \"Cabaret.\" Dane is playing the role of ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 04:52:00 GMT";
arnews[6] += "
";
arnews[7]="Eric Dane joins the 'Burlesque' - Monsters and Critics
";
arnews[7] += "\"Grey's Anatomy\" star Eric Dane has joined the cast of Screen Gems' upcoming musical \"Burlesque.\" Cher, Christina Aguilera, Stanley Tucci, Cam Gigandet, Kristen Bell and Alan Cumming have already been cast. Steve Antin is writing and directing ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 00:19:00 GMT";
arnews[7] += "
";
arnews[8]="Eric Dane Joins Cher, Xtina in Burlesque - Advocate
";
arnews[8] += "Burlesque is the story of a small-town girl who moves to Los Angeles with dreams of making it big and finds success in neo-burlesque club. Cher plays the club’s owner, and Dane will play a businessman who offers to buy the club and sweep Aguilera ...";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 19:26:00 GMT";
arnews[8] += "
";
totcount = 9;
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("