function autoload_photo(){
	return;
	link = document.location.href;
	if(link.indexOf('#photo') != -1) {
		id  		= link.replace(/([^#]+)#photo/g, '');
//		$.jQuery._set_interface();
		el 		= $('#content_jqgallery' + id);//document.getElementById('content_gallery' + id);

//		$.fn.lightBox;
//		jQuery.fn.lightBox();
//		$('#content_jqgallery' + id).lightBox;
//		alert($.el.('a'));
//		elm 		= el.firstChild;
//		el 		= els.firstChild;
//		alert(el);
//		alert(el.html());
//		$(el).lightBox.__start(el);
		return;
//		el  		= els.getElementsByTagName('a');
		funcs 	= el[0].name;
		if(funcs != 'undefined'){
			$fn.lightBox._start(el[0]);
/*
			urls	= funcs.replace(/([^-]+)-([^-]+)-([^-]+)/ig, "$1");
			wid		= funcs.replace(/([^-]+)-([^-]+)-([^-]+)/ig, "$2");
			hei		= funcs.replace(/([^-]+)-([^-]+)-([^-]+)/ig, "$3");
			el		= els.getElementsByTagName('img');
*/
		}
	}
	return;
}
