var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="JLo, Marc Anthony in £3m court battle over dog bite - Newstrack India
";
arnews[0] += "London, Nov 21 (ANI): Jennifer Lopez and her hubby Marc Anthony are in legal trouble, all because of their dog. The couple is facing a 3-million-pound lawsuit launched by an airhostess who claims she was bitten by Anthony's guard dog. According to ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:19:00 GMT";
arnews[0] += "
";
arnews[1]="JLo, Marc Anthony in 3 million pound court battle over dog bite - New Kerala
";
arnews[1] += "The couple is facing a 3-million-pound lawsuit launched by an airhostess who claims she was bitten by Anthony’s guard dog. According to court papers, Lisa Wilson, 40, has claimed that the military-trained German shepherd attacked her while she was ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[1] += "
";
arnews[2]="JLo, Marc Anthony in 3m court battle over dog bite - Webindia 123
";
arnews[2] += "Jennifer Lopez and her hubby Marc Anthony are in legal trouble, all because of their dog. The couple is facing a 3-million-pound lawsuit launched by an airhostess who claims she was bitten by Anthony's guard dog. According to court papers, Lisa ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:51:00 GMT";
arnews[2] += "
";
arnews[3]="J.Lo doggie defended: NiCole Robinson says maligned pup a real pooch - New York Daily News
";
arnews[3] += "Shirley Snyder with her dog Floyd. Floyd was owned by stars Jennifer Lopez and Marc Anthony. Loeb/Getty Marc Anthony and Jennifer Lopez, the former owners of Floyd the dog, are being sued by a woman who claims the dog attacked her. J.Lo 's Cujo is ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[3] += "
";
arnews[4]="J.Lo's menacing mutt: Jennifer Lopez & Marc Anthony's guard dog blamed ... - New York Daily News
";
arnews[4] += "Articles Jennifer Lopez granted temporary restraining home videos sale J.Lo suing ex-husband for $10M over sale of 'sexual' honeymoon videos Marc Anthony buys a condo in Miami J-Lo needs to muzzle Cujo. Superstars Jennifer Lopez and hubby Marc ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:40:00 GMT";
arnews[4] += "
";
arnews[5]="Jennifer Lopez & Marc Anthony's Guard Dog Attacks Stewardess - Huffingtonpost.com
";
arnews[5] += "Superstars Jennifer Lopez and hubby Marc Anthony are to blame for their military-trained guard dog's attack on a stewardess - and should have sent the German Shepherd to counseling, an animal behavior expert says. Dr. Karen Overall, a veterinarian ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:54: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("