

var ColorCode=new Array("#EC7783","#DADCF3","#C7EFC8");
function ParaOver(ChinTop){
   ChinTop.style.backgroundColor=ColorCode[Math.round(Math.random()*4)];
}
function ParaOut(ChinTop){
   ChinTop.style.backgroundColor="transparent";
}

