<!-- 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/B000MNP2K8? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000MNP2K8" target=_blank>');
document.write('<img src=http://www.eva-green.org/store/dvd-pics/casinoroyalelr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000MNP2K8? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000MNP2K8" target=_blank>Casino Royle DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000MNP2K8? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000MNP2K8" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==2) {
document.write('<A HREF="http://www.amazon.com/gp/product/B00023P4I8? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00023P4I8" target=_blank>');
document.write('<img src=http://www.eva-green.org/store/dvd-pics/thedreamerslr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B00023P4I8? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00023P4I8" target=_blank>The Dreamers DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B00023P4I8? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B00023P4I8" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==3) {
document.write('<A HREF="http://www.amazon.com/gp/product/B000AARKO4? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000AARKO4" target=_blank>');
document.write('<img src=http://www.eva-green.org/store/dvd-pics/kingdomofheavenlr.jpg></a><br><br>');
document.write('<A HREF="" target=_blank>Kingdom Of Heaven DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000AARKO4? ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000AARKO4" target=_blank><font size=1>---more info---</font></a>');
}

// End of hiding -->