<!-- Hide JavaScript from old browsers

var how_many_ads = 2;
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/B000Q67754?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000Q67754" target=_blank>');
document.write('<img src=http://www.maiara-walsh.com/store/dvds-pics/lr/coryinthehouse1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000Q67754?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000Q67754" target=_blank>Cory In The House - All Star Edition DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000Q67754?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000Q67754" target=_blank><font size=1>---more info---</font></a>');
}


if (ad==2) {
document.write('<A HREF="http://www.amazon.com/gp/product/B000VE4UBK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000VE4UBK" target=_blank>');
document.write('<img src=http://www.miley-cyrus.com/store/dvd-pics/lr/wishgoneamisslr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000VE4UBK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000VE4UBK" target=_blank>Wish Gone Amiss on DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000VE4UBK?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000VE4UBK" target=_blank><font size=1>---more info---</font></a>');
}


// End of hiding -->