/* Copyright © 2011 SKayne  */

function isEmpty (s)
{
	return (s == null || s.length < 1);
}
