// JavaScript Document

$(document).ready(function (){
  $("#marquee1").marquee({yScroll: "bottom"});
});

