myDate=new Date();
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
function picrand(){
// определение констант
num_of_thumbs=41;
// забиваем массив тумб
thumbs=new Array(num_of_thumbs-1);
for (i=0;i<num_of_thumbs;i++){thumbs[i]=(i+1);}
//перетасовка тумб внутри массива
for (j=0;j<1000;j++)
{rnd=Math.random();num=Math.floor(rnd*num_of_thumbs);
tempthumbs=thumbs[0];
thumbs[0]=thumbs[num];
thumbs[num]=tempthumbs;}
}
var topname=new Array();
topname[1]='NYLONS 100';
topname[2]='PANTYHOSE REALM';
topname[3]='STOCKINGS WORLD';
topname[4]='SEXY STOCKINGS';
topname[5]='SEARCH PANTYHOSE';
topname[6]='PANTYHOSE UPSKIRTS';
topname[7]='REAL NYLON';
topname[8]='SEXY PANTYHOSE';
topname[9]='PANTY PICS';
topname[10]='NASTY PANTYHOSE';
var topdesc=new Array();
topdesc[1]='Quality listing for all nylon and stockings fetishes!';
topdesc[2]='Totally free online pantyhose realm.';
topdesc[3]='Your Only Guide To The Best Lingerie Sites on The Internet!';
topdesc[4]='Top of Best FREE pantyhose and stocking sites! HQ images and video!';
topdesc[5]='Free Hi-Quality pictures of glamour pantyhose porn. ';
topdesc[6]='free pantyhose & upskirt pictures';
topdesc[7]='What can be better than to sniff and to taste sweet used nylons...';
topdesc[8]='Sexy girls trying new pairs of pantyhose. The biggest collection of pantyhose pics';
topdesc[9]='Free panty movies, pantyhose galleries, lingerie database';
topdesc[10]='Top of best pantyhose sites - pantyhose picture, movies';
var topcode=new Array();
topcode[1]='random1.php?perm=http://www.nylons100.com/cgi-bin/rankem.cgi?id=nxxxpt';
topcode[2]='random1.php?perm=http://top.pantyhoserealm.com/cgi-bin/top/rankem.cgi?id=nxxxpt';
topcode[3]='random1.php?perm=http://www.stockings-world.com/cgi-bin/toplist/rankem.cgi?id=nxxxpt';
topcode[4]='random1.php?perm=http://www.sexystockingtops.com/cgi-bin/toplist/rankem.cgi?id=nxxxpt';
topcode[5]='random1.php?perm=http://top.searchpantyhose.com/cgi-bin/rankem.cgi?id=nxxxpt';
topcode[6]='random1.php?perm=http://www.pantyhose-upskirts.com/cgi-bin/arp/rankem.cgi?id=nxxxpt';
topcode[7]='random1.php?perm=http://www.real-nylon.com/cgi-bin/rankem.cgi?id=nxxxpt';
topcode[8]='random1.php?perm=http://www.sexypantyhose.ws/cgi-bin/in.cgi?nxxxpt';
topcode[9]='random1.php?perm=http://www.pantypics.ws/cgi-bin/in.cgi?nxxxpt';
topcode[10]='random1.php?perm=http://www.nasty-pantyhose.com/cgi-bin/in.cgi?nxxxpt';
function numba(min,max){
rnd=Math.random(); num=Math.floor(rnd*(max-min))+min;
if (num>max){num=max};
return num;
}
function randomize(){
for (j=0;j<1000;j++){
rnd=Math.random();num=(Math.floor((rnd*10)+1));
temptop=topname[1];tempcode=topcode[1];tempdesc=topdesc[1];
topname[1]=topname[num];topcode[1]=topcode[num];topdesc[1]=topdesc[num];
topname[num]=temptop;topcode[num]=tempcode;topdesc[num]=tempdesc;}
}
function top() {
window.open("random1.php","_blank");}
function topsite(nomer){
document.write('<a class=top href="'+topcode[nomer]+'" onMouseOver="window.status=\''+topname[nomer]+'\'; return true;" onfocus="window.status=\''+topname[nomer]+'\'; return true;" onMouseOut="window.status=\'\'; return true"><b>'+topname[nomer]+'</b><br>'+topdesc[nomer]+'</a>');
}
function niche(nichename,nichegal){
document.write('<br><font class="galtit">'+nichename+'</font><br>');
for (i=0;i<45;i++){n='';if(i<9)n+='0';n+=(i+1)+'';
document.write('<a class=gal href="random1.php" onMouseOver="window.status=\''+'http://www.nylonsxxx.com/pantyhose_teenagers/'+nichegal+'/gallery.php?'+i+'\'; return true;" onfocus="window.status=\''+'http://www.nylonsxxx.com/pantyhose_teenagers/'+nichegal+'/gallery.php?'+i+'\'; return true;" onMouseOut="window.status=\'\'; return true">Gallery '+n+' </a>');
}}
function gal(niche){
x=numba(12,24);
document.write('<font style="  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 18px; font-weight: bold; color: #CCCCCC; width: 100%; filter: Glow(Color=Black, Strength=1)">'+niche+'</font><br>');
for (i=1;i<x;i++){
document.write('<a class="friendly" href="free/'+niche+'_'+i+'.html"> ('+numba(12,25)+') '+niche+' pics</a><br>');
}}
function showpic(nomer){
document.write('<a href="pic.php?pic='+thumbs[nomer]+'" onclick=top()><img src="content/tn_'+thumbs[nomer]+'.jpg" width="100" height="140" border="1"><br><font class=gal>click to enlarge</font></a>');
}


