function switchColor(obj,col){
$(obj).style.backgroundColor = col;
}