var panel_loader=IMG_PATH+"/imgs/profiles/loading-ajax.gif";$(document).ready(function(){a_onclick()});function a_onclick(){$("a").click(function(){cluster_popup($(this))})}function cluster_popup(A){close_popup();panel_popup_layer=$(A).parent().children(".cluster");if($(panel_popup_layer).attr("id")=="undefined"){return}if(!$(A).attr("rel")){return}if($(panel_popup_layer).html()!=""){$(panel_popup_layer).show();return}$(panel_popup_layer).html('<br><br><center><img src="'+panel_loader+'" align="center"></center><br><br>');$(panel_popup_layer).show();$.ajax({url:$(A).attr("rel"),cache:false,success:function(B){$(panel_popup_layer).html(B)}})}function close_popup(){$(".cluster").hide()};
