function button()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a href="http://www.effectivedailyworkout.com/presents/burnthefat/" target="_blank"><img src="http://www.effectivedailyworkout.com/images/BTFBBlue_125X125Female_1.jpg" border="0px"></a>'); } // BurnTheFat
if (ranNum == 1){document.write('<a href="http://www.effectivedailyworkout.com/presents/burnthefat/" target="_blank"><img src="http://www.effectivedailyworkout.com/images/BTFBBlue_125X125_3male2.jpg" border="0px"></a>'); } // BurnTheFat2
if (ranNum == 2){document.write('<a href="http://www.nalewanyjfitness.com/go.php?offer=geedo&pid=2" target="_blank"><img src="http://www.effectivedailyworkout.com/images/HBF-F-125x125.jpg" border="0px"></a>'); } // HowToBurnFat
if (ranNum == 3){document.write('<a href="http://www.effectivedailyworkout.com/presents/bbrevealed/" target="_blank"><img src="http://www.effectivedailyworkout.com/images/bbr-banner125x125.gif" border="0px"></a>'); } // BBrevealed
}