function groupfour()
{
//6
var ranNum= Math.round(Math.random() * 6);
if (ranNum == 0){document.write('<a href="http://www.shellknob.com" target="_blank"><img src="rotads/004.jpg" alt="Shell Knob Chamber of Commerce" width="115" height="115" border="1"></a>'); } // rightfourthone
if (ranNum == 1){document.write('<a href="http://www.theplayce.net/" target="_blank"><img src="rotads/008.jpg" alt="The Playce" width="115" height="115" border="1"></a>'); } // rightfourthtwo
if (ranNum == 2){document.write('<a href="http://www.bearsden-tablerocklake.com/index.htm" target="_blank"><img src="rotads/009.jpg" alt="Bear Den\'s Cabin" width="115" height="115" border="1"></a>'); } // rightfourththree
if (ranNum == 3){document.write('<a href="http://www.aroundshellknob.com" target="_blank"><img src="rotads/013d.gif" alt="Get your Rattler Today!" width="115" height="115" border="1"></a>'); } // rightfourthfour
if (ranNum == 4){document.write('<a href="http://www.aroundshellknob.com" target="_blank"><img src="rotads/013c.gif" alt="Get your Rattler Today!" width="115" height="115" border="1"></a>'); } // rightfourthfive
if (ranNum == 5){document.write('<a href="http://www.aroundshellknob.com" target="_blank"><img src="rotads/013b.gif" alt="Get your Rattler Today!" width="115" height="115" border="1"></a>'); } // rightfourthsix
if (ranNum == 6){document.write('<a href="http://www.aroundshellknob.com" target="_blank"><img src="rotads/013a.gif" alt="Get your Rattler Today!" width="115" height="115" border="1"></a>'); } // rightfourthseven
}

