function preloadImages (imageURLs) {
 if (typeof imageURLs != "undefined" && imageURLs.length > 0) {
  var images = new Array();
  for (var i = 0; i < imageURLs.length; i++) {
   images[i] = new Image();
   images[i].src = imageURLs[i];
  }
 }
}

var img = new Array();

<br />
<b>Warning</b>:  dir() [<a href='function.dir'>function.dir</a>]: open_basedir restriction in effect. File(/var/www/html/stephanie.uhres.com/images) is not within the allowed path(s): (/www/htdocs/w009b94d/:/tmp:/usr/bin:/www/htdocs/w009b94d:/bin:/usr/local/bin:/usr/share/php) in <b>/www/htdocs/w009b94d/js/preload.pjs</b> on line <b>35</b><br />
<br />
<b>Warning</b>:  dir(/var/www/html/stephanie.uhres.com/images/) [<a href='function.dir'>function.dir</a>]: failed to open dir: Operation not permitted in <b>/www/htdocs/w009b94d/js/preload.pjs</b> on line <b>35</b><br />
<br />
<b>Fatal error</b>:  Call to a member function on a non-object in <b>/www/htdocs/w009b94d/js/preload.pjs</b> on line <b>37</b><br />

