function indoGalleryShow(start){ var fn = function(){ var box = $('indogallery_ajax'); var heightBox = box.offsetHeight; box.setStyle('background', 'none'); box.removeClass('ajax-loading'); } var heightBox = $('indogallery_ajax').offsetHeight; $('indogallery_ajax').setStyle('height', heightBox+'px'); $('indogallery_ajax').empty().addClass('ajax-loading'); var url = "http://www.sketsa.web.id/wp-content/plugins/wpIndoGallery/theGallery.php?time=1268217420&start="+start; new Ajax(url, { method: 'get', onComplete: fn, evalScripts: true, update: $('indogallery_ajax') }).request(); }