//Returns a random number between 0 and n
large_pictures = new Array(
"ym4814",
"yj1062",
"wg9571",
"vh6112",
"vg4893",
"ut6620",
"um3461",
"ty1393",
"ss7234",
"ss0141",
"sp8684",
"sn9572",
"sm1092",
"qs1230",
"qc0530",
"ox6101",
"ou7481",
"or7333",
"nl7961",
"ne2781",
"ms0210",
"mq7191",
"ln7180",
"lk4293",
"kr1561",
"kf6871",
"jx9122",
"jk8170",
"is4920",
"ir9333",
"if3243",
"hl6552",
"gs9244",
"dt9713",
"dp0953",
"db8354",
"cz3372",
"bp0354",
"bd8080",
"ba2082"
);
aabc = new Array();
var al=0;
var ac=0;
function getrandom(an) 
{
	ai = Math.random()
	ai = Math.round((ai * 10000) % an)
	return ai
}

function comparison (){
for (al=0;al<=ac;al++){
	
	
		                      if (large_pictures[aindex]==aabc[al]) 
                              { aindex = getrandom(large_pictures.length-1);
							  comparison () }
                              
                              }
						}	  


function large_picture()
{
	aindex = getrandom(large_pictures.length-1);
	
	comparison ();
	
	
document.write("<td>")
	document.write("<A HREF='/ladies/",large_pictures[aindex].substring(0,6),".shtml' TARGET='",large_pictures[aindex],"'><IMG class=bb SRC='images/" + "b_lady/",large_pictures[aindex],".jpg' align='center'  border=2 ></A>")
document.write("</td>")

 
    ac=aabc.length;
	
    aabc[ac]=large_pictures[aindex] 
		
} 
var aff=1
for (aff=1; aff<=9; aff++){
	
large_picture()}

