var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://revista360.blogspot.com/2008/07/descarga-marln-my-way-2008.html";
banner="http://img357.imageshack.us/img357/3861/marlenmw9.gif";
alt="My Way - Marlén";
width="128px";
height="118px";
}

if (ad==2) {
url="http://www.fileden.com/files/2007/1/2/585845/Chaotic%20Situation%20-%20EP%20Sonics.zip";
banner="http://img266.imageshack.us/img266/9128/caoticzb6.gif";
alt="Chaotic Situation - Sonics";
width="87px";
height="118px";
}

//don't edit below this line unless you know what you're doing
document.write('<a href=\"' + url + '\" target=\"_self\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
