// JavaScript Document $(document).ready(function(){ $('a.lightbox').lightBox(); //video $('a.media').media({ width: 421, autoplay: false }); });