// JavaScript Document for X_Ajax functions

function addOrganizer(ID, type){
	//alert(ID + " " + type);
	xajax_X_addOrganizer(ID, type);
}
