<!-- Hide JavaScript from old browsers

var how_many_ads = 1;
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/exec/obidos/ASIN/B0006IO778/friendscafe06 target=_blank>');
document.write('<img src=http://www.sarah-michellegellar.net/store/dvd-pics/lr/buffycompletelr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B0006IO778/friendscafe06" target=_blank><font class="leftside-featured-item-font">Buffy the Vampire Slayer - The Complete Series (Seasons 1-7)</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/BB0006IO778/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}


// End of hiding -->