<!-- Hide JavaScript from old browsers

var how_many_ads = 4;
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/B000GUJY4M/friendscafe06 target=_blank>');
document.write('<img src=http://www.erre-way.com/store/cd-pics/lr/tiempo-import01lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B000GUJY4M/friendscafe06" target=_blank>Tiempo<br>[Special Edition Import] CD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B000GUJY4M/friendscafe06 target=_blank><font size=1>---more info---</font></a>');
}

if (ad==2) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0002S0F0U/friendscafe06 target=_blank>');
document.write('<img src=http://www.erre-way.com/store/cd-pics/lr/memoria01lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B0002S0F0U/friendscafe06" target=_blank>Memoria CD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0002S0F0U/friendscafe06 target=_blank><font size=1>---more info---</font></a>');
}

if (ad==3) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B00006I06S/friendscafe06 target=_blank>');
document.write('<img src=http://www.erre-way.com/store/cd-pics/lr/senales01lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B00006I06S/friendscafe06" target=_blank>Seņales CD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B00006I06S/friendscafe06 target=_blank><font size=1>---more info---</font></a>');
}

if (ad==4) {
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0001XARFE/friendscafe06 target=_blank>');
document.write('<img src=http://www.erre-way.com/store/dvd-pics/lr/11musicvideos01lr.jpg></a><br><br>');
document.write('<A HREF="http://www.amazon.com/exec/obidos/ASIN/B0001XARFE/friendscafe06" target=_blank>Erreway: Best 11 Music Videos DVD + Bonus CD</a>');
document.write('<br><br>');
document.write('<A HREF=http://www.amazon.com/exec/obidos/ASIN/B0001XARFE/friendscafe06 target=_blank><font size=1>---more info---</font></a>');
}


// End of hiding -->