function NoError(){return true;}window.onerror=NoError;/* ---------------------------  CHANGE IMAGE ----------------------------*/var nbimage= 20;numimage= Math.round(Math.random()*(nbimage-1)+1);document.write('<style type=\"text/css\">#image { background: white url(../img_index/img-fond-'+ numimage +'.jpg) top left; }</style>');