if(typeof earthControls == "undefined") earthControls={};
if(typeof earthControls.earthGallery == "undefined") earthControls.earthGallery={};
if(typeof earthControls.earthGallery.AlbumCoverInfo == "undefined") earthControls.earthGallery.AlbumCoverInfo={};
earthControls.earthGallery.AlbumCoverInfo_class = function() {};
Object.extend(earthControls.earthGallery.AlbumCoverInfo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/earthControls.earthGallery.AlbumCoverInfo,earthGallery.ashx'
}));
earthControls.earthGallery.AlbumCoverInfo = new earthControls.earthGallery.AlbumCoverInfo_class();

