function MultimediaGalleryIndex() { this.items = new Array(); if(typeof MultimediaGalleryIndex._initialized == 'undefined') { MultimediaGalleryIndex.prototype.add = function(docId,thumb,title) { this.items.push(new GalleryItem(docId,thumb,title)); }; MultimediaGalleryIndex.prototype.print = function() { for(var i = 0; i < this.items.length; i=i+3) { var end = i + 3; if(this.items.length < end)end = this.items.length; document.write('