function get_unq(id) {
	var u = id.split('_');
	return u[1];
}
