<!--  
function bgc(t,q){  
if (t==1){  
q.style.background="#F8E086";  
} else {  
q.style.background="#E99C00";  
}  
}
