﻿function cleanId(originalId, newId) {
	$("#" + originalId).attr("id", newId);
}
