
function pageInit() {
  var imageObj = new Image();
  imageObj.src = "/gallery/loading.gif";
}