var h=(Math.random()*8);
 if (h <1) document.writeln("<img src=img/text.gif>");
 if (h > 1 && h < 2) document.writeln("<img src=img/text6.gif>");
 if (h > 2 && h < 3) document.writeln("<img src=img/text2.gif>");
 if (h > 3 && h < 4) document.writeln("<img src=img/text.gif>");
 if (h > 4 && h < 5) document.writeln("<img src=img/text4.gif>");
 if (h > 5 && h < 6) document.writeln("<img src=img/text5.gif>");
 if (h > 6 && h < 7) document.writeln("<img src=img/text.gif>");
 if (h > 7 && h < 8) document.writeln("<img src=img/text3.gif>");
