function envelopebannersml()
{
//16
var ranNum= Math.round(Math.random() * 16);
if (ranNum == 0){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar11.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // No1
if (ranNum == 1){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar10.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar10
if (ranNum == 2){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar9.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar9
if (ranNum == 3){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar8.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar8
if (ranNum == 4){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar7.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar7
if (ranNum == 5){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar3.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar3
if (ranNum == 6){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar4.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar
if (ranNum == 7){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar4.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar4
if (ranNum == 8){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar5.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar5
if (ranNum == 9){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar6.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar6
if (ranNum == 10){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar12.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar12
if (ranNum == 11){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar13.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar13
if (ranNum == 12){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar14.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar14
if (ranNum == 13){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar15.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar15
if (ranNum == 14){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar16.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar16
if (ranNum == 15){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar17.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar17
if (ranNum == 16){document.write('<img src="http://www.discountenvelopes.co.uk/images/Bar18.jpg" width="350" height="200" border="0" alt="Discount Envelopes" />'); } // Bar18
}
