function moveFilmstrip() {
  var parent = this.parentNode;
  var obj = parent.removeChild(this);
  parent.insertBefore(obj, YD.get('caption_bottom'));
}
YE.onAvailable('moveWrapper', moveFilmstrip);

//filmStrip values you can override:
rightMoves = -5;
leftMoves = 5;

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }