function specials()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<p><img src="/images/vchallengety_01.gif" width="118" height="42"><br>  What is The Vegan Challenge?<br>  The Vegan Challenge is our dedication to you to try anything. For more info go  to the <a href="/pages/veganchallenge.html">vegan challenge</a> page.</p>'); } // veganchallenge
if (ranNum == 1){document.write('<div align="center"><a href="javascript:;" onClick="MM_openBrWindow(\'http://www.amazon.com/exec/obidos/ASIN/1570671036/wemakeitvegan-20\',\'amazonpop\',\'width=600,height=500\')"><IMG SRC="http://images.amazon.com/images/P/1570671036.01.MZZZZZZZ.jpg" border="0" alt="cover" hspace="3" vspace="3"><br>Avalable at Amazon</a></div>'); } // becomingvegan
if (ranNum == 2){document.write('<div align="center"><a href="javascript:;" onClick="MM_openBrWindow(\'http://www.amazon.com/exec/obidos/ASIN/1557883599/wemakeitvegan-20\',\'amazonpop\',\'width=600,height=500\')"><IMG SRC="http://images.amazon.com/images/P/1557883599.01.MZZZZZZZ.jpg" border="0" alt="cover" hspace="3" vspace="3"><br>Avalable at Amazon</a></div>'); } // medvegankitchn
}