function bannerplus()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a HREF="http://www.henrywrinkles.org" target="_blank"><img BORDER="0" SRC="http://mofoxtrot.net/banner/henrywrinkles.jpg" width="300" height="75"></a>'); } // henrywrinkles
if (ranNum == 1){document.write('<a HREF="http://www.jerrycobbinsurance.com" target="_blank"><img BORDER="0" SRC="http://mofoxtrot.net/banner/cobbinsurance.jpg" width="300" height="75"></a>'); } // jerrycobbins
if (ranNum == 2){document.write('<a HREF="http://www.missouricarbide.com" target="_blank"><img BORDER="0" SRC="http://mofoxtrot.net/banner/missouri-carbide.jpg" width="300" height="75"></a>'); } // missouricarbide
if (ranNum == 3){document.write('<a href="http://shomehorseshowassociation.com/" target="_blank">Sho-MeHorse Show Association</a>'); } // shome
}
