// JavaScript Document

function swapBacking(el){
	el.style.backgroundImage = 'none';	
}
