window.onload = function() {
	new Spry.Widget.ValidationTextField("checkText", "none", {validateOn:["change"]});
}