function isUniqueUsername(object)
{
	var inputstr = object.value;
	
	return true;
}

