		

		
	
document.writeln("<br><br>");



 var numIcons = 4;  
 var curicons = new Array();
 var timer1;
 
 function presents (n) {
   r = false;
   for (s=0;s<curicons.length;s++) {
     if (curicons[s]==n) {
	   r=true;
	 }
  }
  return r;
}  	   

 var k = (icons.length<numIcons ? icons.length : numIcons);
 
 for (i=0;i<k;i++) {
   do {
     var rf = (Math.ceil(Math.random()*icons.length) % icons.length);
   } while (presents(rf));
   curicons[i]=rf;
 }  
 
 if (document.all) {
   br="<br>";
 } else {
   br="";
 }  
   

 for (i=0;i<k;i++)  {

  	girldata=icons[curicons[i]].split(";"); 
  	str= "<TABLE border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"169\" height=\"106\">";
  	str+="<TR>";
  	str+="<TD width=\"75\" height=\"106\" background=\"http://80.84.52.202/photo/thumbs/"+girldata[0].charAt(0)+"/s_"+girldata[0]+".jpg\"><A href=\"ladies/"+girldata[0]+".shtml\"><IMG width=\"75\" height=\"106\" src=\"images/frame1.gif\" border=\"0\"></A></TD>";
  	str+="<TD width=\"94\" height=\"106\" background=\"images/frame2.gif\" valign=\"top\" class=\"whitetext\">";
  	str+="&nbsp;&nbsp;&nbsp;id: "+girldata[0]+"<br><br>";
  	str+="<FONT class=\"gc\">"+girldata[1]+"</font>"+br;
  	str+="<FONT class=\"gc\">"+girldata[2]+" y.o.</FONT>"+br;
  	str+="<FONT class=\"gc\">"+girldata[3]+"</FONT>"+br;
  	str+="<FONT class=\"gc\"><FONT color=\"#ff0000\">"+girldata[4]+"</FONT></FONT>"+br;
  	str+="<FONT class=\"gc\"><b>"+girldata[5]+"</b></FONT>";
  	str+="</TD></TR></TABLE><br>";
	document.writeln(str);
  }	
