if (document.images) {

  image1on = new Image();

  image1on.src = "/graphics/contents/01hi.gif";



  image2on = new Image();

  image2on.src = "/graphics/contents/02hi.gif";



  image3on = new Image();

  image3on.src = "/graphics/contents/03hi.gif";



  image4on = new Image();

  image4on.src = "/graphics/contents/04hi.gif";



  image5on = new Image();

  image5on.src = "/graphics/contents/05hi.gif";



  image6on = new Image();

  image6on.src = "/graphics/contents/06hi.gif";



  image7on = new Image();

  image7on.src = "/graphics/contents/07hi.gif";



  image8on = new Image();

  image8on.src = "/graphics/contents/08hi.gif";



  image9on = new Image();

  image9on.src = "/graphics/contents/09hi.gif";



  image10on = new Image();

  image10on.src = "/graphics/contents/10hi.gif";



  image11on = new Image();

  image11on.src = "/graphics/contents/11hi.gif";



  image12on = new Image();

  image12on.src = "/graphics/contents/12hi.gif";



  image13on = new Image();

  image13on.src = "/graphics/contents/13hi.gif";



  image1off = new Image();

  image1off.src = "/graphics/contents/01dim.gif";



  image2off = new Image();

  image2off.src = "/graphics/contents/02dim.gif";



  image3off = new Image();

  image3off.src = "/graphics/contents/03dim.gif";



  image4off = new Image();

  image4off.src = "/graphics/contents/04dim.gif";



  image5off = new Image();

  image5off.src = "/graphics/contents/05dim.gif";



  image6off = new Image();

  image6off.src = "/graphics/contents/06dim.gif";



  image7off = new Image();

  image7off.src = "/graphics/contents/07dim.gif";



  image8off = new Image();

  image8off.src = "/graphics/contents/08dim.gif";



  image9off = new Image();

  image9off.src = "/graphics/contents/09dim.gif";



  image10off = new Image();

  image10off.src = "/graphics/contents/10dim.gif";



  image11off = new Image();

  image11off.src = "/graphics/contents/11dim.gif";



  image12off = new Image();

  image12off.src = "/graphics/contents/12dim.gif";



  image13off = new Image();

  image13off.src = "/graphics/contents/13dim.gif";



}

function changeImages() {

  if (document.images) {

    for (var i=0; i<changeImages.arguments.length; i+=2) {

      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");

    }

  }

}

var main_url = "http://www.1by-day.net/main.html";
var members_url = "http://www.1by-day.net/members2/members.html";
var title = "1by-day erotic network by Denys Defrancesco";

function bookmark(urltoadd) {
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite (urltoadd,title);
}
else {
var msg = "Don't forget to bookmark us!";
if(navigator.appName == "Netscape") msg += " by pressing (CTRL-D)";
alert(msg);
   }
}

function scrolldown() {
self.scrollBy(0,30);
}