{pic = new Image(); pic.src="/i/load.gif";};
(function($){$.fn.loinLoadToContainer=function(){point=this;if(point.children().is('p')){return point;}else{ $('<img src="/i/load.gif" alt=""агрузка данных" width="130 height="30" />').appendTo(point); return $('<p></p>').load(point.prev('a').attr('href')+'&a=1',function(){point.children('img').remove();}).appendTo(point).parent(); };};})(jQuery);
$(function(){$('div.photo div').css({'cursor' : 'pointer'}).next('h5').css({'background-position' : '0px 0px','cursor' : 'pointer'});$('body').click(function(Event){$('div.photo div:visible').hide(200);$(Event.target).prev('div.photo > div').loinLoadToContainer().show(300).children().animate({fontSize:'14px'},250);});})