function number_contact(eid){
	var para="";
	para="?eid="+eid;
	ajax_get_caller("contact-detail.php"+para,"number_contact",true);
}
