var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a Casting Coucha does exist in Bollywood Asheesh Kapur
";
arnews[0] += "ASHEESH KAPUR tells JYOTHI VENKATESH that the syndrome of casting couch does exist in Bollywood and male actors are also victimsa Is a Kurbaana your debut film as an actor? No.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:58:11 GMT";
arnews[0] += "
";
arnews[1]="Kurbaan is not a risk- Asheesh Kapur
";
arnews[1] += "ASHEESH KAPUR tells JYOTHI VENKATESH that the syndrome of casting couch does exist in Bollywood and male actors are also victims... Is 'Kurbaan' your debut film as an actor? No.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:36:49 GMT";
arnews[1] += "
";
arnews[2]="Us Weekly Hot Hollywood 2009 Party Honors All Kinds Of Hotties
";
arnews[2] += "Having just celebrated the launch of her new album, Echo , Leona Lewis made her way over to the Us Weekly Hot Hollywood 2009 Party to get her due for Chanteuse of the Year.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:59:18 GMT";
arnews[2] += "
";
arnews[3]="Lupe Fiasco felt like a rebel in new documentary 'The People Speak'
";
arnews[3] += "Rapper Lupe Fiasco feels like he was rebelling by taking part in the documentary \"The People Speak,\" which shines a light on people who spoke for social change throughout U.S. history.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 18:45:14 GMT";
arnews[3] += "
";
arnews[4]="Don't get Fergie started
";
arnews[4] += "Things reportedly got a little testy backstage at ''Saturday Night Live'' this weekend when Fergie spied a couple of copies of People magazine -- featuring the cover story about her hubby Josh Duhamel's alleged fling with that stripper.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 14:35:36 GMT";
arnews[4] += "
";
arnews[5]="Don't get Fergie started
";
arnews[5] += "Things reportedly got a little testy backstage at ''Saturday Night Live'' this weekend when Fergie spied a couple of copies of People magazine -- featuring the cover story about her hubby Josh Duhamel's alleged fling with that stripper.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 12:03:03 GMT";
arnews[5] += "
";
arnews[6]="2.I'm ready to jungle
";
arnews[6] += "FOXY Francoise Boufhal believes she could still be the ace in this year's jungle.";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 02:00:25 GMT";
arnews[6] += "
";
arnews[7]="Fabulous Fran is ready to jungle
";
arnews[7] += "THE first woman pilot to join the Red Arrows said yesterday she was inspired to join the world-famous display team by her RAF dad.";
arnews[7] += "
Publ.Date : Fri, 13 Nov 2009 15:07:31 GMT";
arnews[7] += "
";
arnews[8]=""Dang I was reading that."
";
arnews[8] += "Looking for random conversation, some good laughs and the occasional bargain? Here's your group.";
arnews[8] += "
Publ.Date : Thu, 12 Nov 2009 01:26:54 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("