function brands()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<div align="center"><img src="images/coleman_logo.gif" width="190" height="95" alt="" title="" border="0" />				<hr />		<img src="images/Armstrong_Air_logo.gif" width="230" height="60" alt="" title="" border="0" />						<hr /><img src="images/ultravation-logo.jpg" width="185" height="57" alt="" title="" border="0" /><p>See our complete selection of<br /><a href="http://www.a1aircool.com/hvac-brands.html">HVAC brands here</a>.</p></div>'); } // logo1
if (ranNum == 1){document.write('<div align="center"><img src="images/amana_logo.jpg" width="201" height="72" alt="" title="" border="0" />					<hr />	<img src="images/goodman_logo.gif" width="225" height="70" alt="" title="" border="0" />                        <hr /><img src="images/_york_logo.gif" width="201" height="86" alt="" title="" border="0" /><p>See our complete selection of<br /><a href="http://www.a1aircool.com/hvac-brands.html">HVAC brands here</a>.</p></div>'); } // logo2
if (ranNum == 2){document.write('<div align="center"><img src="images/lennox-logo.png" width="186" height="74" alt="" title="" border="0" />						<hr /><img src="images/Carrier.jpg" width="186" height="74" alt="" title="" border="0" />						<hr /><img src="images/CFM.jpg" width="186" height="74" alt="" title="" border="0" /><p>See our complete selection of<br /><a href="http://www.a1aircool.com/hvac-brands.html">HVAC brands here</a>.</p></div>'); } // logo3
if (ranNum == 3){document.write('<div align="center"><img src="images/Comfort_Products.png" width="186" height="74" alt="" title="" border="0" />						<hr /><img src="images/trane.png" width="186" height="74" alt="" title="" border="0" /><p>See our complete selection of<br /><a href="http://www.a1aircool.com/hvac-brands.html">HVAC brands here</a>.</p></div>'); } // logo4
}

