var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mexico charges clinic owner for botched surgery
";
arnews[0] += "Authorities have announced charges against the owner of a beauty clinic that allegedly performed a botched buttock job on Mexican rock star Alejandra Guzman.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 04:32:00 GMT";
arnews[0] += "
";
arnews[1]="Guzman's buttocks surgery: Owner charged
";
arnews[1] += "Authorities have announced charges against the owner of a beauty clinic that allegedly performed a botched buttock job on Mexican rock star Alejandra Guzman.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 19:55:42 GMT";
arnews[1] += "
";
arnews[2]="Mexico charges beauty clinic owner who allegedly botched rock star's plastic surgery
";
arnews[2] += "Authorities have announced charges against the owner of a beauty clinic that allegedly performed a botched buttock job on Mexican rock star Alejandra Guzman.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 18:53:06 GMT";
arnews[2] += "
";
arnews[3]="Clinic owner charged for botched surgery on Guzman
";
arnews[3] += "Authorities have announced charges against the owner of a beauty clinic that allegedly performed a botched buttock job on Mexican rock star Alejandra Guzman.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 15:12:52 GMT";
arnews[3] += "
";
arnews[4]="Mexico charges beauty clinic owner who allegedly botched rock star's plastic surgery
";
arnews[4] += "Authorities have announced charges against the owner of a beauty clinic that allegedly performed a botched buttock job on Mexican rock star Alejandra Guzman.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 15:48:53 GMT";
arnews[4] += "
";
arnews[5]="Clinic owner charged for botched surgery on Guzman
";
arnews[5] += "Authorities have announced charges against the owner of a beauty clinic that allegedly performed a botched buttock job on Mexican rock star Alejandra Guzman.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 15:12:52 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("