var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bipasha Basu reveals her fitness secret - Real Bollywood
";
arnews[0] += "It is a known fact that bollywood actresses work hard to have the perfect shape and body. One fine example is Kareena Kapoor who is being envied for her size zero. Kareena’s fitness trainer Rujuta Diwekar has even come out with a book how Kareena ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Saif and Anil to begin shooting for Race 2 - Hindustan Times
";
arnews[1] += "Taking forward the story of the 2008 suspense thriller Race , its sequel Race 2 will go on floors early next year with Saif Ali Khan and Anil Kapoor reprising the lead roles. \"The script of Race 2 would be finalised by the end of this year. The film ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[1] += "
";
arnews[2]="Sequel of Race to hit better than the first part - SamayLive
";
arnews[2] += "Mumbai: The action, thriller movie Race is coming back in its sequel as Race 2. Race had lots of suspense and stunts, its producer Ramesh Taurani promises more thrills and action in its sequel Race 2 that will go on floors early next year with actors ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 09:16:00 GMT";
arnews[2] += "
";
arnews[3]="Saif's girlfriend Kareena may replace Bips in 'Race 2' - Screen India
";
arnews[3] += "According to industry buzz Bipasha Basu is being replaced by Saif's girlfriend Kareena Kapoor in the sequel. Taurani, however, said, \"As of now, we are yet to finalise on the female lead.\" To be directed by Abbas-Mustan, the sequel will take the ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:48:00 GMT";
arnews[3] += "
";
arnews[4]="Gaming industry banks on stars - Mid Day.com
";
arnews[4] += "The gaming industry has decided to increase celebrity participation in online games so it can scale new heights. The recent successes of celebrity games with stars like Salman Khan, Bipasha Basu, Neetu Chandra and Sameera Reddy have inspired this ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:29:00 GMT";
arnews[4] += "
";
arnews[5]="Race 2′ to go on floors with Saif, Anil: Ramesh Taurani - The Gaea Times
";
arnews[5] += "Also, the relationship between the other two characters — Saif and Bipasha Basu — too had been left open for speculation. “Along with Saif, even Anil Kapoor is finalised for ‘Race 2′. These two are integral elements of the film and cannot ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:37:00 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("