function nam(anything, val) { //not anything mod
return !(anything%val);
}
function ngm(val) { //not global.count mod
return !(global.count%val);