// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});


function ModifyText ()

  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'Ajouter un commentaire / Add ');
      objElement.innerHTML = str;
    }
  }


YE.onAvailable("comment", ModifyText);
