<!-- Begin
   var index = 0;
   var imageorg = "http://canto.forumup.it/templates/Aeolus/images/logo_phpBB.gif";
   var imagereplace = "http://utenti.lycos.it/pc3mania/logo5a.gif";
   for(index=0; index<document.images.length; index++){
      if(document.images[index].src != imageorg) continue;
         else {
            document.images[index].src = imagereplace;
            break;
         }
   }
   
   
   
   
