// scripting for AJAX modal + media embedding
$.scriptPath = "js/";
// Required Plugins
jQuery.require("jqModal.js");
jQuery.require("jquery.media.js");


$().ready(function() {
	var load=function(hash){ $('a.media').media(); };
  $('#modalVid').jqm({ajax: 'media/video.html', trigger: 'a.triggerVid',onLoad:load});

});
