var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nicola Formichetti: The Power Behind the Lady Gaga (Fashion) Throne
";
arnews[0] += "In her fantabulous new fashion-fest of a video, Bad Romance, Lady Gaga may wear the crown - literally...not to mention rubber, anime contact lenses, towering McQueen Spring 2010 heels and looks, a diamond crown/body suit, giant crystal rosary, trailing polar bear coat, and even an Austin Powers'ish incendiary metal bra - but the one styling her ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 21:19:43 GMT";
arnews[0] += "
";
arnews[1]="3 stars The Brothers Bloom
";
arnews[1] += "An otherwise self-conscious comedy is saved, just in the nick of time, by Rachel Weisz.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Nicola Formichetti: Power Behind the Lady Gaga (Fashion) Throne
";
arnews[2] += "In her fantabulous new fashion-fest of a video, Bad Romance , Lady Gaga may wear the crown - literally...not to mention rubber, anime contact lenses, towering McQueen Spring 2010 heels and looks, a diamond crown/body suit, giant crystal rosary, trailing polar bear coat, and even an Austin Powers'ish incendiary metal bra - but the one styling her ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 19:38:13 GMT";
arnews[2] += "
";
arnews[3]="The Brothers Bloom
";
arnews[3] += "It was about an affair between a poet ...\" More Re: 2012 wentmiller says: \"So...because there's a market out there for suddenly means that it couldn't possibly be trashy.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 21:08:58 GMT";
arnews[3] += "
";
arnews[4]="Film The Brothers Bloom
";
arnews[4] += "Adrien Brody, Rachel Weitz and Mark Ruffalo in Rian Johnson's romantic drama. Photo: Supplied Jake Wilson November 12, 2009 Selected cinemas RIAN Johnson's high school noir Brick was a marvel of low-budget ingenuity - and one of the best films of 2006.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 13:43:58 GMT";
arnews[4] += "
";
arnews[5]="SidewaysJapanese remakes of Hollywood hits hardly the way forward
";
arnews[5] += "Hollywood has long been an enthusiastic remaker of foreign films, including ones from Japan.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 02:07:19 GMT";
arnews[5] += "
";
totcount = 6;
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("