function nasbuttons()
{
//5
var ranNum= Math.round(Math.random() * 5);
if (ranNum == 0){document.write('<a href="http://www.natlallergy.com/cgi-bin/CDcart?REF=INTACN&DEST=/relief.html"><img src="http://www.allergynursing.com/images/NAS-Button.gif" width="130" height="200" border="0" alt="National Allergy Supply" /></a>'); } // NASDiscountN
if (ranNum == 1){document.write('<a href="http://www.natlallergy.com/cgi-bin/CDcart?REF=INTACN&DEST=/relief.html"><img src="http://www.allergynursing.com/images/nas-flower-1.jpg" width="130" height="200" alt="National Allergy Supply" border="0" /></a>'); } // Flower1
if (ranNum == 2){document.write('<a href="http://www.natlallergy.com/cgi-bin/CDcart?REF=INTACN&DEST=/relief.html"><img src="http://www.allergynursing.com/images/nas-flower-2.jpg" width="130" height="200" alt="National Allergy Supply" border="0" /></a>'); } // Flower2
if (ranNum == 3){document.write('<a href="http://www.natlallergy.com/cgi-bin/CDcart?REF=INTACN&DEST=/relief.html"><img src="http://www.allergynursing.com/images/nas-flower-3.jpg" width="130" height="200" alt="National Allergy Supply" border="0" /></a>'); } // Flower3
if (ranNum == 4){document.write('<a href="http://www.natlallergy.com/cgi-bin/CDcart?REF=INTACN&DEST=/relief.html"><img src="http://www.allergynursing.com/images/nas-flower-4.jpg" width="130" height="200" alt="National Allergy Supply" border="0" /></a>'); } // Flower4
if (ranNum == 5){document.write('<a href="http://www.natlallergy.com/cgi-bin/CDcart?REF=INTACN&DEST=/relief.html"><img src="http://www.allergynursing.com/images/nas-flower-5.jpg" width="130" height="200" alt="National Allergy Supply" border="0" /></a>'); } // Flower5
}
