function forums()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.amazon.com/exec/obidos/redirect?path=ASIN/097114270X&amp;link_code=as2&amp;camp=1789&amp;tag=eclipswebdesignc"><img src="http://www.e-clipse.com/ads/sweet_tooth.gif" width="460" height="58" border="0"></a>'); } // Sweets
if (ranNum == 1){document.write('<a href="http://www.amazon.com/exec/obidos/redirect?path=ASIN/1594861234&amp;link_code=as2&amp;camp=1789&amp;tag=eclipswebdesignc&amp;creative=9325"><img src="http://www.e-clipse.com/ads/ccveg.gif" border="0" height="60" width="468"></a>'); } // Vegetarian1
if (ranNum == 2){document.write('<a href="http://www.amazon.com/exec/obidos/redirect?path=ASIN/1931412065&amp;link_code=as2&amp;camp=1789&amp;tag=eclipswebdesignc&amp;creative=9325"><img src="http://www.e-clipse.com/ads/500lc.gif" border="0" width="468" height="60"></a>'); } // 500
}