    // wait for the DOM to be loaded 
      
    $(document).ready(function() {
        $("#marquee1").marquee();

 
    }); 

 