function Open_gallery(alb_cod, usu_nic, ubi, pag) { 
$(function() {
		start();
		function start(){
			var url = ubi+"Scripts/Gallery/ajax.php?pag="+pag+"&usu_nic="+usu_nic+"&alb_cod="+alb_cod+"&ts="+new Date().getTime();
			$(".ad-thumb-list").load(url,{},function (responseText, textStatus, XMLHttpRequest) {
						galleries = $(".ad-gallery").adGallery();
			}
			);
		}
		}); 
}; 

