!function(e){function n(i){if(t[i])return t[i].exports;var r=t[i]={exports:{},id:i,loaded:!1};return e[i].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}var t={};return n.m=e,n.c=t,n.p="",n(0)}({0:function(e,n,t){t(982),t(955),t(200),t(413),t(174),t(622),t(991),t(171),t(173),t(613),t(1037),t(973),t(989),t(988),t(630),t(1122),t(1068),t(759),t(760),t(1046),t(1048),t(1050),t(1052),t(1054),t(1056),t(1058),t(1060),t(1062),t(1064),t(1066),t(759),t(1069),t(1071),t(1073),t(1075),t(1077),t(1079),t(1081),t(1083),t(1085),t(1087),t(1089),t(1091),t(1093),t(1095),t(1097),t(1099),t(1101),t(1103),t(1105),t(1107),t(1109),t(1111),t(1113),t(1115),t(1118),t(1120),t(1123),t(1127),t(1129),t(1131),t(1134),t(1136),t(1138),t(1140),t(1142),t(1144),t(1146),t(1148),t(1150),t(1047),t(1049),t(1051),t(1053),t(1055),t(1057),t(1059),t(1061),t(1063),t(1065),t(1067),t(760),t(1070),t(1072),t(1074),t(1076),t(1078),t(1080),t(1082),t(1084),t(1086),t(1088),t(1090),t(1092),t(1094),t(1096),t(1098),t(1100),t(1102),t(1104),t(1106),t(1108),t(1110),t(1112),t(1114),t(1116),t(1117),t(1119),t(1121),t(1124),t(1125),t(1126),t(1128),t(1130),t(1132),t(1133),t(1135),t(1137),t(1139),t(1141),t(1143),t(1145),t(1147),t(1149),t(1151),e.exports=t(1038)},2:function(e,n){e.exports=function(e){"function"==typeof execScript?execScript(e):eval.call(null,e)}},171:function(e,n,t){t(2)(t(387))},173:function(e,n,t){t(2)(t(389))},174:function(e,n,t){t(2)(t(390))},200:function(e,n,t){t(2)(t(391))},387:function(e,n){e.exports='/* Copyright (c) 2010-2016 Jeremy Ashkenas, DocumentCloud\r\rPermission is hereby granted, free of charge, to any person\robtaining a copy of this software and associated documentation\rfiles (the "Software"), to deal in the Software without\rrestriction, including without limitation the rights to use,\r copy, modify, merge, publish, distribute, sublicense, and/or sell\r copies of the Software, and to permit persons to whom the\r Software is furnished to do so, subject to the following\r conditions:\r\r The above copyright notice and this permission notice shall be\r included in all copies or substantial portions of the Software.\r\r THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\r OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\r HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\r FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\r OTHER DEALINGS IN THE SOFTWARE. */\r(function(t,e){if(typeof define==="function"&&define.amd){define(["underscore","jquery","exports"],function(i,r,s){t.Backbone=e(t,s,i,r)})}else if(typeof exports!=="undefined"){var i=require("underscore"),r;try{r=require("jquery")}catch(s){}e(t,exports,i,r)}else{t.Backbone=e(t,{},t._,t.jQuery||t.Zepto||t.ender||t.$)}})(this,function(t,e,i,r){var s=t.Backbone;var n=[];var a=n.push;var o=n.slice;var h=n.splice;e.VERSION="1.1.1";e.$=r;e.noConflict=function(){t.Backbone=s;return this};e.emulateHTTP=false;e.emulateJSON=false;var u=e.Events={on:function(t,e,i){if(!c(this,"on",t,[e,i])||!e)return this;this._events||(this._events={});var r=this._events[t]||(this._events[t]=[]);r.push({callback:e,context:i,ctx:i||this});return this},once:function(t,e,r){if(!c(this,"once",t,[e,r])||!e)return this;var s=this;var n=i.once(function(){s.off(t,n);e.apply(this,arguments)});n._callback=e;return this.on(t,n,r)},off:function(t,e,r){var s,n,a,o,h,u,l,f;if(!this._events||!c(this,"off",t,[e,r]))return this;if(!t&&!e&&!r){this._events=void 0;return this}o=t?[t]:i.keys(this._events);for(h=0,u=o.length;h").attr(t);this.setElement(r,false)}else{this.setElement(i.result(this,"el"),false)}}});e.sync=function(t,r,s){var n=T[t];i.defaults(s||(s={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var a={type:n,dataType:"json"};if(!s.url){a.url=i.result(r,"url")||q()}if(s.data==null&&r&&(t==="create"||t==="update"||t==="patch")){a.contentType="application/json";a.data=JSON.stringify(s.attrs||r.toJSON(s))}if(s.emulateJSON){a.contentType="application/x-www-form-urlencoded";a.data=a.data?{model:a.data}:{}}if(s.emulateHTTP&&(n==="PUT"||n==="DELETE"||n==="PATCH")){a.type="POST";if(s.emulateJSON)a.data._method=n;var o=s.beforeSend;s.beforeSend=function(t){t.setRequestHeader("X-HTTP-Method-Override",n);if(o)return o.apply(this,arguments)}}if(a.type!=="GET"&&!s.emulateJSON){a.processData=false}if(a.type==="PATCH"&&k){a.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}var h=s.xhr=e.ajax(i.extend(a,s));r.trigger("request",r,h,s);return h};var k=typeof window!=="undefined"&&!!window.ActiveXObject&&!(window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var $=e.Router=function(t){t||(t={});if(t.routes)this.routes=t.routes;this._bindRoutes();this.initialize.apply(this,arguments)};var S=/\\((.*?)\\)/g;var H=/(\\(\\?)?:\\w+/g;var A=/\\*\\w+/g;var I=/[\\-{}\\[\\]+?.,\\\\\\^$|#\\s]/g;i.extend($.prototype,u,{initialize:function(){},route:function(t,r,s){if(!i.isRegExp(t))t=this._routeToRegExp(t);if(i.isFunction(r)){s=r;r=""}if(!s)s=this[r];var n=this;e.history.route(t,function(i){var a=n._extractParameters(t,i);n.execute(s,a);n.trigger.apply(n,["route:"+r].concat(a));n.trigger("route",r,a);e.history.trigger("route",n,r,a)});return this},execute:function(t,e){if(t)t.apply(this,e)},navigate:function(t,i){e.history.navigate(t,i);return this},_bindRoutes:function(){if(!this.routes)return;this.routes=i.result(this,"routes");var t,e=i.keys(this.routes);while((t=e.pop())!=null){this.route(t,this.routes[t])}},_routeToRegExp:function(t){t=t.replace(I,"\\\\$&").replace(S,"(?:$1)?").replace(H,function(t,e){return e?t:"([^/?]+)"}).replace(A,"([^?]*?)");return new RegExp("^"+t+"(?:\\\\?(.*))?$")},_extractParameters:function(t,e){var r=t.exec(e).slice(1);return i.map(r,function(t,e){if(e===r.length-1)return t||null;return t?decodeURIComponent(t):null})}});var N=e.History=function(){this.handlers=[];i.bindAll(this,"checkUrl");if(typeof window!=="undefined"){this.location=window.location;this.history=window.history}};var R=/^[#\\/]|\\s+$/g;var O=/^\\/+|\\/+$/g;var P=/msie [\\w.]+/;var j=/\\/$/;var C=/#.*$/;N.started=false;i.extend(N.prototype,u,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\\/]$/,"$&/")===this.root},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(t==null){if(this._hasPushState||!this._wantsHashChange||e){t=decodeURI(this.location.pathname+this.location.search);var i=this.root.replace(j,"");if(!t.indexOf(i))t=t.slice(i.length)}else{t=this.getHash()}}return t.replace(R,"")},start:function(t){if(N.started)throw new Error("Backbone.history has already been started");N.started=true;this.options=i.extend({root:"/"},this.options,t);this.root=this.options.root;this._wantsHashChange=this.options.hashChange!==false;this._wantsPushState=!!this.options.pushState;this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var r=this.getFragment();var s=document.documentMode;var n=P.exec(navigator.userAgent.toLowerCase())&&(!s||s<=7);this.root=("/"+this.root+"/").replace(O,"/");if(n&&this._wantsHashChange){var a=e.$(\'',\n videoId: 'FHtvDA0W34I'\n },\n\n initialize: function () {\n return this;\n }\n });\n}());"},1600:function(e,n){e.exports="(function () {\n 'use strict';\n\n BaseKit.Widget.YoutubeView = BaseKit.Widget.CoreView.extend({\n template: 'widget_youtube',\n\n initialize: function (options) {\n BaseKit.Widget.CoreView.prototype.initialize.call(this, options);\n }\n });\n}());"}});