function appendStreetsArr(theArr)
{
	streetsArr = theArr.split(",");
	streetsObj.actb_keywords = streetsArr;
}