﻿function swap(obj,left,right) {obj.className = obj.className.replace(left,right);}