var how_many_banners = 29;
var banner = Math.floor(Math.random()*how_many_banners)
document.write("<img src=http://www.bodyinmind.com/bodyinmind" + banner + ".gif width=346 height=74 alt=bodyinmind>");
