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

