function setIt(cn){
	var t;
	if(t = document.getElementById('container'))
		t.className = cn;
}
