var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spring movie preview
";
arnews[0] += "Think of Hollywooda TMs second quarter as the studiosa TM version of Easter: After fasting for solid new content over the course of Oscar season, the good movies emerge from the crypt with hopes of communing with the masses, and facilitating a resurrection of Tinseltowna TMs bottom line.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:56:33 GMT";
arnews[0] += "
";
arnews[1]="Audio: Pop from the German Top 100
";
arnews[1] += "Robbie Williams blesses Berlin and the German charts with a oeBodiesa -- Newcomer Cherine Nouri starts a spectacular solo career -- Paul van Dyka s new collaboration with an old friend -- and Beyonce bootifies the German capital at this yeara s Europe Music Awardsa .";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="For Roger Federer No Cupcake Draw: Barclays World Tour Finals Preview
";
arnews[2] += "Next week at this time, London's O2 Arena will be poppin g with the sounds of tightly strung rackets and fresh yellow tennis balls.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:04:00 GMT";
arnews[2] += "
";
arnews[3]="Green celebrity Brad Pitt a no show at big eco friendly fundraiser why?
";
arnews[3] += "Brad Pitt was a no show at a recent charity event that was raising money to help the environment back on October 31, 2009.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[4] += "On of the more disturbing things to come about this decade has got to be how anyone - and I mean anyone - can call themselves a \"designer\" without even knowing how to sew on a button on or sketch a stick man.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[4] += "
";
arnews[5]="Brad Pitt turned down $5M for wife, kids
";
arnews[5] += "Brad Pitt reportedly turned down $5 million for a public appearance to spend time with his children.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Beyonce wears Jean Paul Gaultier in new video with Lady Gaga
";
arnews[6] += "Beyonce has just dropped her much-hyped video for the single Video Phone which features a highly-anticipated guest appearance by the fabulousness that is Lady Gaga.";
arnews[6] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 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("