total=164
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
self.focus();
setInterval("window.status='Done'",10);
function gen()
{
ndom1=Math.floor((Math.random()*total))+1;
ndom2=Math.floor((Math.random()*total))+1;
ndom3=Math.floor((Math.random()*total))+1;
}
gen()
if (ndom1==ndom2)
{gen()}
function movie(n)
{
document.write("<a href=http://piclist.net/click/click.php?id=47 target=_blank><img src=\"../d/a"+eval("ndom"+n)+".jpg\" border=0 width=163 height=192></a>")
}
