function write_body() {
var pattern="images/fonds/pattern"+parseInt(Math.random()*21)+".jpg";
var the_body='<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" background="'+pattern+'">';
document.write(the_body);
}