<!-- Begin
var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/0979554608&tag=funkykarma-20&camp=1789&creative=9325";
banner="http://www.funkykarma.com/images/amazon/coolbooks/streetart/0979554608.jpg";
alt="Peel: The Art Of The Sticker";
width="120";
height="120";
}
if (ad==2) {
url="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1584232897&tag=funkykarma-20&camp=1789&creative=9325";
banner="http://www.funkykarma.com/images/amazon/coolbooks/streetart/1584232897.jpg";
alt="Juxtapoz Illustration";
width="120";
height="120";
}
if (ad==3) {
url="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1584233494&tag=funkykarma-20&camp=1789&creative=9325";
banner="http://www.funkykarma.com/images/amazon/coolbooks/streetart/1584233494.jpg";
alt="Supply & Demand: The Art Of Shepard Fairey";
width="120";
height="120";
}
if (ad==4) {
url="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1844137872&tag=funkykarma-20&camp=1789&creative=9325";
banner="http://www.funkykarma.com/images/amazon/coolbooks/streetart/1844137872.jpg";
alt="Wall And Piece";
width="120";
height="120";
}
if (ad==5) {
url="http://www.amazon.com/exec/obidos/redirect?link_code=as2&path=ASIN/1933149221&tag=funkykarma-20&camp=1789&creative=9325";
banner="http://www.funkykarma.com/images/amazon/coolbooks/streetart/1933149221.jpg";
alt="Stencil Nation";
width="120";
height="120";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// End -->