day = new Date(); tiNow = day.getTime();
// made by GJ
daysfrom= (Math.round(tiNow / 86.4E6));
while (daysfrom > 130) daysfrom-= 130 ;
      deday= (daysfrom) ; // my daily pic
  // deday= (daysfrom-11776) ;
    function filIt(item,leng) {df= item.toString() ;  lent= df.length ; 
 while (lent<leng) {df="0"+ df ; lent= df.length ;  } ; return df ; }

    function showDpic(nummer,leng) {
 filIt(nummer,leng) ; si= df ; 
  document.write("<a href=",fil2Open()," target=\"_blank\"><img src="
, tumNam() , " width=66 height=100  border=0 alt=", altNam(),"></a><br>");
 }

 onError = null ;

function fil2Open() {return  ("\"http://www.gjw.myweb.nl/babes/dalypic.htm\""); }

function tumNam() {return  ("\"http://www.gjw.myweb.nl/babes/ims/thumbs/Gp"+(si)+"t.jpg\""); }


function altNam() {return  ("GJ's_Babes/dalypic.htm"); }

showDpic((deday),4) ;


