
<!--
function DoLoad() {
  var loadImage = new Image
  loadImage.src = "/education/youth/images/buttonVideo1Anim.gif"
  loadImage.src = "/education/youth/images/buttonVideo1Off.gif"
  loadImage.src = "/education/youth/images/buttonVideo1On.gif"
}

window.onload = DoLoad;
// End --> 


