function domainsites()
{
//12
var ranNum= Math.round(Math.random() * 12);
if (ranNum == 0){document.write('<a HREF="http://www.actionfarms.com/" target="_blank"><b>Action Farms</b></a>'); } // ActionFarms
if (ranNum == 1){document.write('<a HREF="http://www.butlercreekstables.com/" target="_blank"><b>Butler Creek Stables</b></a>'); } // ButlerCreekStables
if (ranNum == 2){document.write('<a href="http://www.jessupstables.com/" target="_blank"><b>Jessup Stables</b></a>'); } // JessupStables
if (ranNum == 3){document.write('<a HREF="http://www.alfordstables.com/" target="_blank"><b>Alford Stables</b></a>'); } // AlfordStables
if (ranNum == 4){document.write('<a href="http://www.kccelebrityfarms.com/" target="_blank"><b>Celebrity Farms</b></a>'); } // CelebrityFarms
if (ranNum == 5){document.write('<a HREF="http://www.clpfoxtrotters.com/" target="_blank"><b>CLP Fox Trotters</b></a>'); } // CLPFoxTrotters
if (ranNum == 6){document.write('<a href="http://www.gmstables.net/" target="_blank"><b>Geno Middleton Stables</b></a>'); } // GenoMiddleton
if (ranNum == 7){document.write('<a HREF="http://www.nabmfth.com/" target="_blank"><b>National Association of Breeders</b></a>'); } // NAB
if (ranNum == 8){document.write('<a href="http://www.queenbeestables.com/" target="_blank"><b>Queen Bee Stables</b></a>'); } // QueenBeeStables
if (ranNum == 9){document.write('<a href="http://www.stargaitfoxtrotters.com/" target="_blank"><b>Star Gait Fox Trotters</b></a>'); } // StarGaitFoxtrotters
if (ranNum == 10){document.write('<a href="http://www.stillyriverfoxtrotters.com/" target="_blank"><b>Stilly River Foxtrotters</b></a>'); } // StillyRiverFoxtrotters
if (ranNum == 11){document.write('<a href="http://www.ifwisheswerehorsesllc.net/" target="_blank"><b>If Wishes Were Horses LLC</b></a>'); } // IfWishesWereHorses
if (ranNum == 12){document.write('<a href="http://heavensgaitfoxtrotter.com/" target="_blank"><b>Heavens Gait Farm</b></a>'); } // HeavensGaitFoxtrotters
}

