<!-- 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/B001AYWY6S?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001AYWY6S target=_blank>');
document.write('<img src=http://www.emilyosment.org/store/dvd-pics/soccermum1lr.jpg alt="Emily Osment in Soccer Mum movie DVD"></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001AYWY6S?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001AYWY6S" target=_blank>Soccer Mum movie DVD</</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/gp/product/B001AYWY6S?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001AYWY6S target=_blank><font size=1>---more info---</font></a>');
}

if (ad==2) {
document.write('<A HREF=http://www.amazon.com/gp/product/B000SAGGQE?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000SAGGQE target=_blank>');
document.write('<img src=http://www.emilyosment.org/store/dvd-pics/hauntinghour1lr.jpg alt="Emily Osmet in The Haunting Hour movie DVD"></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000SAGGQE?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000SAGGQE" target=_blank>RL Stines The Haunting Hour: Dont Think About It movie DVD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/gp/product/B000SAGGQE?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000SAGGQE target=_blank><font size=1>---more info---</font></a>');
}

if (ad==3) {
document.write('<A HREF=http://www.amazon.com/gp/product/B001EOQWNK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001EOQWNK target=_blank>');
document.write('<img src=http://www.miley-cyrus.com/store/dvd-pics/lr/hannahmontana-s1lr.jpg alt="Emily Osmet in Hannah Montana The Complete Season One on DVD"></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001EOQWNK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001EOQWNK" target=_blank>Hannah Montana The Complete Season One on DVD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/gp/product/B001EOQWNK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001EOQWNK target=_blank><font size=1>---more info---</font></a>');
}

// End of hiding -->