function changeSpan(obj){ alert(obj); if(obj == '#ffcccc') return '#f3f3ff'; else return '#ffcccc'; }