function grouptwo()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.respoolinmagazine.com/" target="_blank"><img src="rotads/005.jpg" alt="ReSpooling Magazine" width="115" height="115" border="1"></a>'); } // rightsecondone
if (ranNum == 1){document.write('<a href="http://www.shellknob.com/events.htm" target="_blank"><img src="rotads/006.jpg" alt="Shell Knob Calendar of Events" width="115" height="115" border="1"></a>'); } // rightsecondtwo
if (ranNum == 2){document.write('<a href="http://www.cabinfevertablerocklake.com/" target="_blank"><img src="rotads/011.jpg" alt="Cabin Fever Home Decor & Gifts" width="115" height="115" border="1"></a>'); } // rightsecondthree
}

