def randomLookAway( node ):
	x = random.randint(-6,6)
	y = random.randint(-6,6)
	AvatarGaze.lookToNewObj(node, [x, y, 0])