<!-- Hide JavaScript from old browsers

var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


if (ad==1) {
document.write('<a href="http://www.amazon.com/gp/product/B001FB4VX0?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001FB4VX0" target="_blank">');
document.write('<img src="http://www.blakelively.net/layout/store/gossipgirlseason3.jpg" alt="Gossip Girl Season Complete Third Season DVD Box" width="165" height="100" border="0"></a>');
}

if (ad==2) {
document.write('<a href="http://www.amazon.com/gp/product/B003L77GFQ?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B003L77GFQ" target="_blank">');
document.write('<img src="http://www.blakelively.net/layout/store/gossipgirlseason4.jpg" alt="Gossip Girl Season Complete Fourth Season Blu-ray Box" width="165" height="100" border="0"></a>');
}

if (ad==3) {
document.write('<a href="http://www.amazon.com/gp/product/1423803833?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=1423803833" target="_blank">');
document.write('<img src="http://www.blakelively.net/layout/store/calendar2011.jpg" alt="Gossip Girl Calendar 2011" width="165" height="100" border="0"></a>');
}

// End of hiding -->
