<!-- Begin
var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.cafepress.com/funkykarma?s=funkykarma&type=74";
banner="http://www.funkykarma.com/images/featured/cardsprints/calendarprint.jpg";
alt="Calendar Prints";
width="96";
height="96";
}
if (ad==2) {
url="http://www.cafepress.com/funkykarma?s=funkykarma&type=78";
banner="http://www.funkykarma.com/images/featured/cardsprints/greetingcard.jpg";
alt="Greeting Cards";
width="96";
height="96";
}
if (ad==3) {
url="http://www.cafepress.com/funkykarma?s=funkykarma&type=92";
banner="http://www.funkykarma.com/images/featured/cardsprints/miniposterprint.jpg";
alt="Mini Poster Prints";
width="96";
height="96";
}
if (ad==4) {
url="http://www.cafepress.com/funkykarma?s=funkykarma&type=194";
banner="http://www.funkykarma.com/images/featured/cardsprints/notecards.jpg";
alt="Note Cards";
width="96";
height="96";
}
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('</center>');
// End -->