function addslashes(str) {
	return str.replace(/\'/g,'\\\'');
}