function returnINT(iInt)
{
	return iInt.replace(/[^0-9\.]/g,'');
}
