<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Make sure your site is seen!";
url="http://www.pageviews.com";
alt="pageviews.com";
banner="http://www.nutritionalmarketing.com/advertising/nutrition.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Click here for more information!";
url="http://enzy.com/";
alt="Enzymatic Therapy";
banner="http://www.nutritionalmarketing.com/advertising/ETBanner.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Click here for more information!";
url="http://www.goalpro.com/entrance.cfm?ID=50910";
alt="Software-Based Goal-Setting System";
banner="http://online.goalpro.com/banners/goalpro52002ani.gif";
width="468";
height="60";
}
if (ad==4) {
txt="Click here for more information!"; 
url="http://www.measure-x.com/training/training.html";
alt="Measure X";
banner="http://www.nutritionalmarketing.com/advertising/MeasureXBanner3.gif";
width="468";
height="60";
}
if (ad==5) {
txt="Click here for more information!"; 
url="http://www.nnfa.org/index.html";
alt="NNFA";
banner="http://www.nutritionalmarketing.com/advertising/nnfabanner1.gif";
width="468";
height="60";
}
if (ad==6) {
txt="Congratulations Tom!"; 
alt="Congratulations Tom!";
url="";
banner="http://www.nutritionalmarketing.com/advertising/congratulations.gif";
width="468";
height="60";
}

document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->