function ss()
{
	return this.replace(/^\s+/,'').replace(/\s+$/,'');
}
String.prototype.trim=ss;
