Thanks @Jap
I placed log statements like so:
Debug.Log("before");
head = skeleton.skeleton.FindBone("head");
Debug.Log("after");
Sure enough "before" shows up but "after" never comes. I would imagine that I am doing something wrong in the way that I am accessing the head, does anyone know the proper way to go about this? Thanks.