function writeImgCode()
   {     
     document.write("<img width=280 height=120 src=img/money"+Math.round(Math.random()*6)+".jpg>");
   }