function banners()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<a href="http://mofoxtrot.com/wilson"><img src="http://www.mofoxtrot.com/rotate/wilsonfoxtrotters.gif" border="0" width="150" height="100"></a>'); } // wilfoxtrot
if (ranNum == 1){document.write('<a href="http://mofoxtrot.com/trigger"><img src="http://www.mofoxtrot.com/rotate/trigger.gif" border="0" width="150" height="100"></a>'); } // trigger
if (ranNum == 2){document.write('<a HREF="http://www.mofoxtrot.com/bluffcave"><img BORDER="0" SRC="http://mofoxtrot.com/rotate/bluffcave.jpg" width="150" height="100"></a>'); } // bluffcave
if (ranNum == 3){document.write('<a HREF="http://mofoxtrot.com/nwafthba"><img BORDER="0" SRC="http://mofoxtrot.com/rotate/nwarkansas.jpg" width="150" height="100"></a> '); } // nwafthba
if (ranNum == 4){document.write('<a HREF="http://www.mofoxtrot.com/hixson/index.htm"><img BORDER="0" SRC="http://mofoxtrot.com/rotate/hixson.jpg" width="150" height="100"></a>'); } // hixson
if (ranNum == 5){document.write('<a HREF="http://mofoxtrot.com/ruffacres/index.htm"><img BORDER="0" SRC="http://mofoxtrot.com/rotate/ruffacres.gif" width="150" height="100"></a> '); } // ruffacres
if (ranNum == 6){document.write('<a HREF="http://www.miller-ranch.com/"><img BORDER="0" SRC="http://mofoxtrot.com/rotate/miller-ranch.jpg" width="150" height="100"></a>'); } // miller
}

