function envelopebanner()
{
//8
var ranNum= Math.round(Math.random() * 8);
if (ranNum == 0){document.write('<img src="http://www.discountenvelopes.co.uk/images/DiscountEnvelope66.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header2
if (ranNum == 1){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header3.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header4
if (ranNum == 2){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header2.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header5
if (ranNum == 3){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header7.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header7
if (ranNum == 4){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header8.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header8
if (ranNum == 5){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header9.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header9
if (ranNum == 6){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header12.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header12
if (ranNum == 7){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header13.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header13
if (ranNum == 8){document.write('<img src="http://www.discountenvelopes.co.uk/images/Header14.jpg" width="448" height="143" border="0" alt="Discount Envelopes" />'); } // Header14
}
