var ColorCode=new Array("666666","666666","666666","666666","666666", "666666","666666","666666","666666");
function ParaOver(CaoPhong) {
  CaoPhong.style.backgroundColor=ColorCode[Math.round(Math.random()*10)];
}
function ParaOut(CaoPhong) {
  CaoPhong.style.backgroundColor="transparent";
}
