<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
imgwidth="320";
imgheight="38";
//if (ad==1) {
//imgbanner="/share/banners/cursoreportsagosto2008.swf";
//bannertype="swf";
//}
if (ad==1) {
imgbanner="/share/banners/cursoreports.swf";
bannertype="swf";
}
if (ad==2) {
imgbanner="/share/banners/foros.swf";
bannertype="swf";
}
//if (ad==4) {
//imgurl="/foros/profile.php?mode=register";
//imgalt="Registrate en Zona Crystal y Ganá!";
//imgbanner="/share/banners/registratemp4.jpg";
//bannertype="img";
//}
if (bannertype=="img") {
document.write('<a href=\"' + imgurl + '\" target=\"_top\">');
document.write('<img src=\"' + imgbanner + '\" width=')
document.write(imgwidth + ' height=' + imgheight + ' ');
document.write('alt=\"' + imgalt + '\" border=0></a>');
}
else {
document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"' + imgwidth + '\" height=\"' + imgheight + '\">');
document.write('   <param name=\"movie\" value=\"' + imgbanner + '\">');
document.write('   <param name=quality value=high>');
document.write('   <embed src=\"' + imgbanner + '\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"' + imgwidth + '\" height=\"' + imgheight + '\"></embed>');
document.write('</object>');
}
// End -->