<!-- Hide JavaScript from old browsers

var how_many_ads = 5;
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/B0002V7TZQ/friendscafe06 target=_blank>');
document.write('<img src=http://www.willaholland.net/store/dvd-pics/lr/theoc-season1-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B0002V7TZQ/friendscafe06" target=_blank><font class="leftside-featured-item-font">The O.C. - The Complete First Season</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0002V7TZQ/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}



if (ad==2) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0009K7QZ8/friendscafe06 target=_blank>');
document.write('<img src=http://www.willaholland.net/store/dvd-pics/lr/theoc-season2-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B0009K7QZ8/friendscafe06" target=_blank><font class="leftside-featured-item-font">The O.C. - The Complete Second Season</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0009K7QZ8/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}

if (ad==3) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000GYI32M/friendscafe06 target=_blank>');
document.write('<img src=http://www.willaholland.net/store/dvd-pics/lr/theoc-season3-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B000GYI32M/friendscafe06" target=_blank><font class="leftside-featured-item-font">The O.C. - The Complete Third Season</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000GYI32M/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}

if (ad==4) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0009K7QZI/friendscafe06 target=_blank>');
document.write('<img src=http://www.willaholland.net/store/dvd-pics/lr/theoc-season1n2-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B0009K7QZI/friendscafe06" target=_blank><font class="leftside-featured-item-font">The O.C. - The Complete Seasons 1 & 2</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0009K7QZI/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}

if (ad==5) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000GYI32W/friendscafe06 target=_blank>');
document.write('<img src=http://www.willaholland.net/store/dvd-pics/lr/theoc-season1n2n3-1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B000GYI32W/friendscafe06" target=_blank><font class="leftside-featured-item-font">The O.C. - The Complete Seasons 1 - 3</font></a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000GYI32W/friendscafe06 target=_blank><font class="leftside-featured-item-font">---more info---</font></a>');
}

// End of hiding -->