<!-- Hide JavaScript from old browsers

var how_many_ads = 2;
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/B000BJ7BCK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000BJ7BCK target=_blank>');
document.write('<img src=http://www.kellyvitz.com/store/dvd-pics/lr/skyhigh1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000BJ7BCK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000BJ7BCK" target=_blank>Sky High DVD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/gp/product/B000BJ7BCK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000BJ7BCK 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>');
}

// End of hiding -->