

   seepagnr = 7 ;

function viewIt(nam) {

 if (seepagnr==8) { see.close() } else {seepagnr=8} ;


see=window.open('','see','scrollbars=1');

see.document.write("<HTML><HEAD>");

see.document.write("<style type='text/css'> BODY {");

see.document.write("scrollbar-face-color: '#E9B196' ;") ;
see.document.write("scrollbar-shadow-color: '#977A00' ;") ;
see.document.write("scrollbar-track-color: '#0AD422' ;") ;
see.document.write("scrollbar-arrow-color: '#FF0000' ;") ;
see.document.write("scrollbar-highlight-color: '#0AD422' ;") ;
see.document.write("scrollbar-3dlight-color: '#000000' ;") ;
see.document.write("scrollbar-darkshadow-color: '#505050' ;") ;
see.document.write("}</style>");

see.document.write("<style type='text/css'>") ;

see.document.write("<A:link { text-decoration: underline: none;  }  A:visited { text-decoration: underline: none; color:brown; } A:hover { text-decoration: underline: none; font-weight: none; color: '#ff5a00';} ></style>") ;

see.document.write("<TITLE>_ BabesParade _ The Galleries</TITLE>" );

see.document.write("</HEAD><BODY bgcolor='#0AD422'><center>" );

see.document.write("<table cellpadding=6 cellspacing=3 border=2><tr><td bgcolor=darkgreen background='DaPics/2bg.gif'><div align=center><center>");

see.document.write("<div align=center><font color=gold face='Comic Sans MS' size=4>");

see.document.write("<B>This is picture : "+nam + "&nbsp;</B>");
  see.document.write("</font><br>");


  see.document.write("<font color='blue'>");

  see.document.write("Found at <a href='http://www.imagenetion.com' target=_blank>Imagenetion</A>.(1997)");



  see.document.write("</font><br><font color=red>");
see.document.write("<div align=left>");
see.document.write("<font size=1>Click the pic to go back</font></div>");
see.document.write("<div align=right>");
see.document.write("<a href='#' onClick='window.close(); return false'><img border=0 src='DaPics/gbani.gif'></a>");

see.document.write("</div></font><font color=yellow>");

  see.document.write("<a href='#' onClick='window.close(); return false'><img border=0 alt='Click to go BACK' src=DaPics/pics/" + nam +"></a>");

see.document.write("<br>");
see.document.write("<a href='#' onClick='window.close(); return false'><img src='DaPics/gbani.gif' BORDER=0></a>");

see.document.write("</font></center></div></td></tr></table>");

   see.document.write("</center></BODY></HTML>");


} ;



function filIt(item,leng) {df= item.toString() ;  lent= df.length ; 
 while (lent<leng) {df="0"+ df ; lent= df.length ;  } ;
return df ; }


function showArrPic(pictitl,num,leng,picnas,txtkleur,toevkleur) {

frstpicnam = "gp" +  filIt((num),leng) + "x.jpg" ;
scndpicnam = "gp" +  filIt((num),leng) + "t.jpg" ;

 nam3 = "DaPics/thmbs/" + scndpicnam ;

  document.write("<font color="+txtkleur+" size=2><B>"+pictitl+"</B></font><BR>");

document.write("<a href=\"" + frstpicnam +"\" onClick='viewIt(\"") ;

document.write(""+frstpicnam) ;

document.write("\"); return false'><img width=66 height=100 border=0 alt="+frstpicnam+" src=\"") ;

document.write(nam3 + "\"></a><br>") ;

 if (picnas!=="") document.write("<font color="+txtkleur+" size=2><B>"+picnas+"</B></font><BR>");

document.write("<font face=arial size=1 color="+toevkleur+"><B><I>",frstpicnam,
"</I></B><br>");

document.write("</font> ");


} ;




function showArrPic1(pictitl,num,leng,picnas,txtkleur,toevkleur) {

pictitel = "D="+dayNow+"/M="+ monNow +"." ; 

frstpicnam = "gp" +  filIt((num),leng) + "x.jpg" ;
scndpicnam = "gp" +  filIt((num),leng) + "t.jpg" ;

 nam3 = "DaPics/thmbs/" + scndpicnam ;

  document.write("<font color="+txtkleur+" size=2><B>"+pictitl+"</B></font><BR>");

document.write("<a href=\"" + frstpicnam +"\" onClick='viewIt(\"") ;

document.write(""+frstpicnam) ;

document.write("\"); return false'><img width=66 height=100 border=0 alt="+frstpicnam+" src=\"") ;

document.write(nam3 + "\"></a><br>") ;

 if (picnas!=="") document.write("<font color="+txtkleur+" size=2><B>"+picnas+"</B></font><BR>");

document.write("<font face=arial size=1 color="+toevkleur+"><B><I>",pictitel,
"</I></B><br>");

document.write("</font> ");


} ;


function calArrlast() {

if (chanday<1) { chanday = totalpics } 

else {
 chanday= chanday - 1 ;
     } ;


 // if ((chanday-2) < 0 ) {chanday= 2 ;}



 //  if ((deday-15) > chanday) {   chanday= (deday-15) ;  };


return chanday ;

};


function calArrnext() {

 chanday= chanday + 1 ;

 // if ((deday+15)<chanday) { chanday= (deday+15) ; }


 // while (chanday > totalpics) { chanday -= totalpics };


return chanday ;

}


function calArrandm(nummax,nummin){


 gemnum = nummax - nummin ;

  n1  = Math.floor(Math.random() * gemnum) + 1 ;


  chanday = nummin + n1 ; // chanday could be positive


if (chanday<0) { chanday = totalpics + chanday ;    }  // reverse for under 1 (chanday is negative) 




return chanday ;

}





    function theB_verschil() {

 b_num = th1 + "a"  ;   // make it a string, definitive. else it is a number

  aaa1= b_num.indexOf("UTC",1) ;

 bbb1=  b_num.indexOf(" ",(aaa1+1)) ;
 
 am = b_num.substring((bbb1-5),bbb1) ;

  return am ;

} ;


   var  ofZets =  new Array(4) ;




     function aDay1(gj) {

         th1 = new Date() ;

     ofZets[0] =  new Date(dayresult(gj)) ;
 
     ofZets[1] = ofZets[0].getMinutes() ;

     ofZets[2] = ofZets[0].getHours() ;
 
     ofZets[3] = theB_verschil() ;

  theTimeBackNr = (  parseInt(ofZets[2]) *  (3.6E6)  )  ;

   theTimeBackmMNr =  ( parseInt(ofZets[2]) *  (3.6E6)) + ( parseInt(ofZets[1]) *  (6.0E4))   ;

   theNowNumber = Date.parse(  ofZets[0]  ) ;


  theZeroHour = theNowNumber - theTimeBackmMNr ;



 var afterNoon ;

 afterNoon = ((ofZets[2]>11) ? true : false ) ;




//  determine the Offset

      theOffsetNr = 0 ;


 tlr2 =  ofZets[3].substring(1,3) ;
 tlrteken =  ofZets[3].substring(0,1) ;

  theOffsetNr =  parseInt(tlr2) * (3.6E6) ;










   mins2gotonexthour =  60 - ofZets[1]  ;







                        } ;



    function  showTimeLine(gj) {

  aaa1= gj.indexOf("UTC",1) ;

 document.write(  gj.substring(0,(aaa1-4)) ) ;

                                } ;




  function schrijfData(gj) {  document.write(gj);  } ;





   function hoeLangNog() {

   hier1 =  new Date(theChangeHour) ;
 
 tlnr = ((!afterChange) ? ( hier1.getHours() - ofZets[2] ) - 1 : ofZets[2] - hier1.getHours() ) ;


 document.write("Next PictureChangeMoment in ") ;

  tlnrNul = true ;


 if (afterChange) {

 document.write( (23-tlnr) +" hours " );


 tlnrNul = false ;

 }   else  { 


 // this is before change       from midnight, 1 to changehour

// if tlnr =0 dan is het tussen twaalf en een 's nachts

if (tlnr>0) {

 document.write( (tlnr) +" hour" ) ;


if (tlnr!=1) {   document.write("s " ) ;   } ;


 tlnrNul = false ;

           }  else  {  tlnrNul = true ; } ;


 } ;

if ((tlnrNul) || mins2gotonexthour==0) {} else { document.write(" and " ) ;  } ;


if (mins2gotonexthour!=0) {




if (mins2gotonexthour<2) {

 document.write(" less than ") ; 
document.write( mins2gotonexthour  +" minute ") ;

                         } 
            else { document.write( mins2gotonexthour  +" minutes ") ;} ;

                            } ;


document.write("<br>" );

            } ;








     function isItPast() {




document.write("&nbsp; It is now " );

if (tlnr>0) {

document.write( tlnr +" " ) ;


  eventjes = ((tlnr==1) ? " hour " : " hours " ) ;   document.write(eventjes) ;

 // if (tlnr==1) { document.write(" hour "); } else { document.write(" hours "); }

           } ;

  hierz2 = ((afterChange) ? ofZets[1] : mins2gotonexthour ) ; // korte notatie 

// if(afterChange) { hierz2 = ofZets[1] ; } else { hierz2 = mins2gotonexthour ; }; ..lange notatie


if (tlnr==0 || hierz2==0) {} else { document.write(" and " ) ;  } ;



if (hierz2!=0) {



document.write( hierz2  ) ;


  eventjes = ((hierz2<2) ? " minute " : " minutes " ) ;   document.write(eventjes) ;


// if (hierz2<2) { document.write(" minute ") ; } else { document.write(" minutes ") ; }

                   } ;


  eventjes = ((afterChange) ? " past " : " before " ) ;   document.write(eventjes) ;

// if (afterChange) { document.write( " past") ; }  else  { document.write( " before") ; }

document.write(" PictureChangeMoment&nbsp;") ;


            } ; 














 // thanx for watching

