<!-- 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/exec/obidos/ASIN/B000HC2LVM/friendscafe06 target=_blank>');
document.write('<img src=http://www.william-moseley.com/store/dvds-pics/lr/narnia-4discsspecial-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B000HC2LVM/friendscafe06" target=_blank><font class="leftside-featured-item-font">The Chronicles of Narnia - The Lion, the Witch and the Wardrobe (Four-Disc Special Edition)</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000HC2LVM/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}

// End of hiding -->