<!-- 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/B000QXDDX2?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000QXDDX2 target=_blank>');
document.write('<img src=http://www.daniellamonet.net/store/cd-pics/nancydrewlr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000QXDDX2?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000QXDDX2" target=_blank>Nancy Drew Soundtrack (Music from the Motion Picture)</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/gp/product/B000QXDDX2?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000QXDDX2 target=_blank><font size=1>---more info---</font></a>');
}

if (ad==2) {
document.write('<A HREF="http://www.amazon.com/gp/product/B00005JPO4?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00005JPO4" target=_blank>');
document.write('<img src=http://www.kellyvitz.com/store/dvd-pics/lr/nancydrew1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B00005JPO4?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00005JPO4" target=_blank>Nancy Drew Soundtrack (Music from the Motion Picture)</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B00005JPO4?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00005JPO4" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==3) {
document.write('<A HREF=http://www.amazon.com/gp/product/B001BPJJ96?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001BPJJ96 target=_blank>');
document.write('<img src=http://www.daniellamonet.net/store/movies-pics/taking5-lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001BPJJ96?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001BPJJ96" target=_blank>Taking 5 movie DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001BPJJ96?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001BPJJ96" target=_blank><font size=1>---more info---</font></a>');
}

// End of hiding -->