$().ready(function(){

	
	//alert($('#primary:parent').css('background-color'));
	if (!document.location.href.match("members")){ return; }
	var trs=$('tr');
	for(i=1;i<trs.length;i++){
	    //	    alert($(ids[i]).html())
	    $(trs[i]).find(':first-child').load('name.php?id='+parseInt($(trs[i]).find(':last-child').html()));
	    $(trs[i]).find(':last-child').html('')

	}
	
	//

    });
