<!-- 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/gp/product/B000R4GGSY?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000R4GGSY" target=_blank>');
document.write('<img src=http://www.miley-cyrus.com/store/games-pics/lr/hannahmontana-musicjam1lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000R4GGSY?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000R4GGSY" target=_blank>Hannah Montana: Music Jam</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000R4GGSY?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000R4GGSY" target=_blank><font size=1>---more info---</font></a>');
}


if (ad==2) {
document.write('<A HREF="http://www.amazon.com/gp/product/B000Y9PC78?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000Y9PC78" target=_blank>');
document.write('<img src=http://www.miley-cyrus.com/store/dvd-pics/lr/hm-dvd-oneinamillionlr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000Y9PC78?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000Y9PC78" target=_blank>Hannah Montana - One In A Million DVD</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B000Y9PC78?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B000Y9PC78" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==3) {
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank>');
document.write('<img src=https://images-na.ssl-images-amazon.com/images/I/51fdR09U6UL._SL160_.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank>Mitchel Musso album</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==4) {
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank>');
document.write('<img src=https://images-na.ssl-images-amazon.com/images/I/51fdR09U6UL._SL160_.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank>Mitchel Musso album</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank><font size=1>---more info---</font></a>');
}

if (ad==5) {
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank>');
document.write('<img src=https://images-na.ssl-images-amazon.com/images/I/51fdR09U6UL._SL160_.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank>Mitchel Musso album</a>');
document.write('<br><br>');
document.write('<A HREF="http://www.amazon.com/gp/product/B001RL8WX8?ie=UTF8&tag=friendscafe06&linkCode=as2&camp=1789&creative=9325&creativeASIN=B001RL8WX8" target=_blank><font size=1>---more info---</font></a>');
}

// End of hiding -->