function pic(n1,n2)
{
for(var i=n1; i<n2; i++)
{
			document.write('<tr><td><a href=http://imaging.boyshere.com/port/mike18/mike18.html target=_blank  onMouseOver="window.status=\'free gallery of day\'; return true;" onMouseOut="window.status=\'\';"><img  src=http://prev.central-xxx.com/b/mike/');
			document.write('' + i + '.jpg width=65 height=68 border=1 alt=free gallery of day></a><br></td></tr>');
}}

function rnd_mov(m,k)
	{
	ar=new Array();
	for (i=1; i<m+1; i++)
		{
		ex=0;
		while(ex==0) 
			{
			n = 0;
			n = parseInt(Math.random() * k);
			ar[i]=n;
			ex=1;
			for (j=1; j<m; j++)
				{
				if(ar[i]==ar[i-j]) ex=0;				
				}
			}
		}
	}
	
function mov1(n)
	{
		document.write('<img src="http://prev.central-xxx.com/d/mov/'+ar[n]+'.jpg" width=120 height=120 border=0 alt="Free Video Gallery">');	
	}	
	
function rnd_pic(m,k)
	{
	ar2=new Array();
	for (i=1; i<m+1; i++)
		{
		ex=0;
		while(ex==0) 
			{
			n = 0;
			n = parseInt(Math.random() * k);
			ar2[i]=n;
			ex=1;
			for (j=1; j<m; j++)
				{
				if(ar2[i]==ar2[i-j]) ex=0;				
				}
			}
		}
	}
	
function pic1(n)
	{
		document.write('<img src="http://prev.central-xxx.com/d/pic/'+ar2[n]+'.jpg" width=120 height=120 border=0 alt="Free Gallery">');	
	}	