const _getParams = (url) => {
	return {[url.match(/.*?([a-z]*)=/)[1]]:url.match(/.*=(\S*)&/)[1],
			[url.match(/.*&(\S*)=/)[1]]:url.match(/.*&.*=(\d*)/)[1]};
}