<!-- Hide JavaScript from old browsers

var how_many_ads = 1;
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/B000TAN904?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000TAN904" target=_blank>');
document.write('<img src=http://www.margarita-levieva.com/store/dvd-pics/theinvisiblelr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000TAN904?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000TAN904" target=_blank>The Invisible movie DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000TAN904?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000TAN904" target=_blank><font size=1>---more info---</font></a>');
}


// End of hiding -->