
function setBackground( object, newBackground )
{
	object.style.background=newBackground
}

