function frontpageads()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<img src="http://www.dykescreekfarmsupply.com/images/ads/ad1a.jpg" width="480" height="539" alt="Pride Dog Food" border="0" align="middle">'); } // ad1
if (ranNum == 1){document.write('<img src="http://www.dykescreekfarmsupply.com/images/ads/ad2a.jpg" width="480" height="468" alt="Goat Products" border="0" align="middle">'); } // ad2
if (ranNum == 2){document.write('<img src="http://www.dykescreekfarmsupply.com/images/ads/ad3a.jpg" width="480" height="224" alt="Tucker Milling Feed" border="0" align="middle">'); } // ad3
if (ranNum == 3){document.write('<img src="http://www.dykescreekfarmsupply.com/images/ads/ad4a.jpg" width="480" height="298" alt="USED MANUAL CATTLE HEAD CATCH CHUTE" border="0" align="middle">'); } // ad4
}