var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Very nice interview. Thanx for that....
";
arnews[0] += "The hunk is back in action. John Abraham breezed in to launch the first season of Kolkata Fashion & Lifestyle Week.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:24:32 GMT";
arnews[0] += "
";
arnews[1]="Lust & Found
";
arnews[1] += "Lust & Found, A Study in Bollywood Lust by Sukanya Venkatraghavan Murder Mallika Sherawat said she was box office Viagra.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:35:29 GMT";
arnews[1] += "
";
arnews[2]="Black is beautiful
";
arnews[2] += "For your eyes only Be it Rekha in Umrao Jaan or Bipasha Basu in Ajnabee and Race or Kavya Madhavan in Ananthabhadram , Indian eyes have mesmerised thousands through generations.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:19:40 GMT";
arnews[2] += "
";
arnews[3]="Ladies, beware when you check into hotels alone
";
arnews[3] += "What are the precautions a woman should take when occupying a hotel room all by herself? Here are a few suggestions to ensure your safety and wellbeing.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:43:32 GMT";
arnews[3] += "
";
arnews[4]="Watch Movies Online
";
arnews[4] += "Singh had also further stated that when former President Abdul Kalam had not complained about his frisking why was SRK making a big hue and cry about it.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:15:50 GMT";
arnews[4] += "
";
arnews[5]="Script of a film actual hero: John Abraham
";
arnews[5] += "Kolkata, Feb 8 : Terming script of a film the actual hero, bollywood actor John Abraham today referred to Bengali films as 'really beautiful'. ''Bengali films are really beautiful.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:23:56 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("