var topladies=new Array('hb0632','al4853','yx9541','wx7171','mh4334','zf4831','qw1193','hb6110','yk3022','ir4944','rx8224','ml5941','im7512','jb9564','hk6483','gi2281','yv3642','gr4523','yo5372','ux4662','qy7593','lz9162');
var thumb_num=5;
function check(m)
{	
num=-1;

while(num<0)
	{
num=Math.round(Math.random()*(topladies.length-1));	
	for(h=0;h<=thumb_num;h++)
		{
		if(m[h]==num) {num=-1;}
		}

	}
return num;
}	

function show_photos()
{
current=new Array();
for(j=0;j<=thumb_num;j++)
	{
	i=check(current);
	document.write("<td><a id='top_href_"+j+"' target='_blank' href='http://www.3g-introductions.com/ladies/"+topladies[i]+".shtml'><img id='top_image_"+j+"' alt='"+topladies[i]+"' border=0 src='http://80.84.52.202/photo/thumbs/"+topladies[i].charAt(0)+"/s_"+topladies[i]+".jpg'></a></td>");
	current[j]=i;
	}
}

function refresh_photos()
{
current=new Array();
for(j=0;j<=thumb_num;j++)
	{
	i=check(current);
	document.getElementById('top_href_'+j).href="http://www.3g-introductions.com/ladies/"+topladies[i]+".shtml";
	document.getElementById('top_image_'+j).src="http://80.84.52.202/photo/thumbs/"+topladies[i].charAt(0)+"/s_"+topladies[i]+".jpg";
	current[j]=i;
	}
}
if(document.getElementById('top_href_0'))
	{refresh_photos();}
else
	{show_photos();}