<!-- 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/B0018M6J9U?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B0018M6J9U" target=_blank>');
document.write('<img src="http://www.nina-dobrev.net/store/dvd-pics/american-mall-dvd1lr.jpg" width=160></a><br><br>');
document.write('<a href="http://www.amazon.com/gp/product/B0018M6J9U?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B0018M6J9U" target=_blank><font class="leftside-featured-item-font">The American Mall DVD</a></font></a>');
document.write('<br><br>');
document.write('<a href="http://www.amazon.com/gp/product/B0018M6J9U?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B0018M6J9U" target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}


// End of hiding -->