var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="I Can't Think Straight - Clip - That's not fair
";
arnews[0] += "Tala, a London-based Palestinian, is preparing for her elaborate Middle Eastern wedding when she meets Leyla, a young British Indian woman who is dating her best friend.";
arnews[0] += "
Publ.Date : Sat, 04 Apr 2009 01:42:02 GMT";
arnews[0] += "
";
arnews[1]="Bollywood actress Lisa Rays interest in journalism
";
arnews[1] += "Visit www.lehren.tv for more Bollywood news and videos. Bollywood actress Lisa Ray wanted to be a journalist but could not fulfill her ambition.";
arnews[1] += "
Publ.Date : Wed, 01 Apr 2009 06:36:14 GMT";
arnews[1] += "
";
arnews[2]="LISA RAY I can't think straight 2008
";
arnews[2] += "Dear friends visit and enjoy Lisa Ray website www.lisaraniray.com Lisa's blog lisaraniray.wordpress.com Ma Fini Fakker Ma fini fakker winti haddi (I cant think while you are near...";
arnews[2] += "
Publ.Date : Sat, 28 Feb 2009 07:15:45 GMT";
arnews[2] += "
";
arnews[3]="Trailer - "I Can't Think Straight" - Lisa Ray, She...
";
arnews[3] += "Beautiful Tala simply can't go through with her weddings, and when she meets the equally beautiful Leyla, sparks begin to fly and family tensions come to a boiling point as two...";
arnews[3] += "
Publ.Date : Fri, 24 Oct 2008 02:23:53 GMT";
arnews[3] += "
";
arnews[4]=""The World Unseen" NEW trailer - Lisa Ray, Sheetal...
";
arnews[4] += "From overcoming oppression to finding personal freedom, from the hardships of a loveless marriage to the hesitant joy of an unexpected love affair, \"The World Unseen\" transports...";
arnews[4] += "
Publ.Date : Fri, 03 Oct 2008 02:32:14 GMT";
arnews[4] += "
";
arnews[5]="Lisa Ray (All Hat)
";
arnews[5] += "Lisa Ray explains that filming All Hat on a farm reminded her of certain aspects of her childhood.";
arnews[5] += "
Publ.Date : Fri, 25 Jan 2008 08:00:01 GMT";
arnews[5] += "
";
arnews[6]="Lisa Ray
";
arnews[6] += "good";
arnews[6] += "
Publ.Date : Fri, 04 Jan 2008 11:35:12 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Lisa Ray - French Kiss
";
arnews[7] += "http://tinyurl.com/5yft6x";
arnews[7] += "
Publ.Date : Sat, 17 Nov 2007 17:56:20 GMT";
arnews[7] += "
";
arnews[8]="Lisa Ray kiss
";
arnews[8] += "Lisa Ray kiss";
arnews[8] += "
Publ.Date : Sun, 29 Jul 2007 08:30:29 GMT";
arnews[8] += "
";
arnews[9]="Interview with bollywood Actress lisa ray
";
arnews[9] += "Lisa Ray opens up and talks about her role in Deepa Mehta's upcoming movie, Water with Sonia Chaudhry, Mahiram TV. Lisa Ray plays Kalyani in Deepa Mehta's upcoming movie, \"Water\"....";
arnews[9] += "
Publ.Date : Mon, 03 Oct 2005 07:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("