// JavaScript Document
$(function() {
  $("a#videoModal").colorbox({iframe:true, innerWidth:340, innerHeight:300,opacity:.75});
});
