<!-- 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/B000GYI32M?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000GYI32M" target=_blank>');
document.write('<img src=http://www.mischabarton.ws/store/dvd-pics/lr/theoc-season3-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000GYI32M?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000GYI32M" target=_blank>The O.C. - Complete Season 3</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000GYI32M?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000GYI32M" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==2) {
document.write('<A HREF="http://www.amazon.com/gp/product/B000JLTRJA?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000JLTRJA" target=_blank>');
document.write('<img src=http://www.rachelbilsonweb.com/store/dvd-pics/thelastkisslr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000JLTRJA?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000JLTRJA" target=_blank>The Last Kiss DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000JLTRJA?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000JLTRJA" target=_blank><font size=1>---more info---</font></a>');
}


// End of hiding -->