function updateCount( iCount, objMsg, objField ){
	objMsg.innerHTML = ( iCount - objField.value.length ) + " characters remaining";
}