function sponsors()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a href="http://www.trueprotein.com" target="_blank"><img src="http://i426.photobucket.com/albums/pp349/worldclassbodybuilding/HOOTERLICIOUS/sponsors/trueprotein-basskiller.gif" border="0" alt="Photobucket"></a>'); } // trueprotein
if (ranNum == 1){document.write('<a target="_blank" href="http://www.shareasale.com/r.cfm?b=17434&u=283927&m=4544&urllink=&afftrack="><img src="http://www.shareasale.com/image/egg-ban-01_455x54.gif"></a>'); } // eggwhites
if (ranNum == 2){document.write('<a target="_blank" href="http://www.shareasale.com/r.cfm?b=20167&u=283927&m=4544&urllink=&afftrack="><img src="http://www.shareasale.com/image/468x90-ani01.gif"  border="0"></a>'); } // eggwhites2
if (ranNum == 3){document.write('<a target="_blank" href="http://www.shareasale.com/r.cfm?b=17966&u=283927&m=4544&urllink=&afftrack="><img src="http://www.shareasale.com/image/eggs-468x60-ani01a1.gif"  border="0"></a>'); } // eggwhites3
}