function groupone()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.rrstoneworks.com" target="_blank"><img src="rotads/001.jpg" alt="Stoneworks Natural Stone Rocks for Realistic Modeling" width="115" height="115" border="1" longdesc="http://www.rrstoneworks.com"></a>'); } // TopRightBanner
if (ranNum == 1){document.write('<a href="http://www.newredbarn.com" target="_blank"><img src="rotads/002.jpg" alt="The Red" width="115" height="115" border="1" longdesc="http://www.newredbarn.com"></a>'); } // TopRightBannerTwo
if (ranNum == 2){document.write('<a href="http://www.campbellpointmarina.com/" target="_blank"><img src="rotads/012.jpg" alt="The Red" width="115" height="115" border="1" longdesc="http://www.newredbarn.com"></a>'); } // TopRightBannerThree
}
