function takeNext()

in content/assets/javascript/init.js [147:149]


	function takeNext($word) {
		return (!$word.is(':last-child')) ? $word.next() : $word.parent().children().eq(0);
	}