<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Giving: How Each of Us Can Change the World";
url="charity-shop.html#30745529";
alt="Giving: How Each of Us Can Change the World";
banner="images/shop/30745529.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="Cause-Marketing for Nonprofits: Partner for Purpose, Passion, and Profits";
url="charity-shop.html#27956385";
alt="Cause-Marketing for Nonprofits: Partner for Purpose, Passion, and Profits";
banner="images/shop/27956385.jpg";
width="120";
height="160";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td>');
document.write('</td><td>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small><b>' + txt + '</b></small></a>');
document.write('</td></tr></table>');
// End -->
