Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
102 KiB

/* Verite
* Verite JS Master
* Version: 0.6
* Date: April 26, 2012
* Copyright 2012 Verite unless part of Verite Timeline,
* if part of Timeline then it inherits Timeline's license.
* Designed and built by Zach Wise digitalartwork.net
* ----------------------------------------------------- *//* Simple JavaScript Inheritance
* By John Resig http://ejohn.org/
* MIT Licensed.
================================================== */function trace(a){VMM.debug&&(window.console?console.log(a):typeof jsTrace!="undefined"&&jsTrace.send(a))}function onYouTubePlayerAPIReady(){trace("GLOBAL YOUTUBE API CALLED");VMM.ExternalAPI.youtube.onAPIReady()}(function(){var a=!1,b=/xyz/.test(function(){xyz})?/\b_super\b/:/.*/;this.Class=function(){};Class.extend=function(c){function g(){!a&&this.init&&this.init.apply(this,arguments)}var d=this.prototype;a=!0;var e=new this;a=!1;for(var f in c)e[f]=typeof c[f]=="function"&&typeof d[f]=="function"&&b.test(c[f])?function(a,b){return function(){var c=this._super;this._super=d[a];var e=b.apply(this,arguments);this._super=c;return e}}(f,c[f]):c[f];g.prototype=e;g.prototype.constructor=g;g.extend=arguments.callee;return g}})();var global=function(){return this||(1,eval)("this")}();if(typeof VMM=="undefined"){var VMM=Class.extend({});VMM.debug=!0;VMM.master_config={init:function(){return this},vp:"Pellentesque nibh felis, eleifend id, commodo in, interdum vitae, leo",keys:{flickr:"RAIvxHY4hE/Elm5cieh4X5ptMyDpj7MYIxziGxi0WGCcy1s+yr7rKQ==",google:"jwNGnYw4hE9lmAez4ll0QD+jo6SKBJFknkopLS4FrSAuGfIwyj57AusuR0s8dAo="},youtube:{active:!1,array:[],api_loaded:!1,que:[]},googlemaps:{active:!1,map_active:!1,places_active:!1,array:[],api_loaded:!1,que:[]},googledocs:{active:!1,array:[],api_loaded:!1,que:[]},soundcloud:{active:!1,array:[],api_loaded:!1,que:[]}}.init();VMM.createElement=function(a,b,c,d,e){var f="";if(a!=null&&a!=""){f+="<"+a;c!=null&&c!=""&&(f+=" class='"+c+"'");d!=null&&d!=""&&(f+=" "+d);e!=null&&e!=""&&(f+=" "+e);f+=">";b!=null&&b!=""&&(f+=b);f=f+"</"+a+">"}return f};VMM.createMediaElement=function(a,b,c){var d="",e=!1;d+="<div class='media'>";if(a!=null&&a!=""){valid=!0;d+="<img src='"+a+"'>";c!=null&&c!=""&&(d+=VMM.createElement("div",c,"credit"));b!=null&&b!=""&&(d+=VMM.createElement("div",b,"caption"))}d+="</div>";return d};VMM.hideUrlBar=function(){var a=window,b=a.document;if(!location.hash||!a.addEventListener){window.scrollTo(0,1);var c=1,d=setInterval(function(){if(b.body){clearInterval(d);c="scrollTop"in b.body?b.body.scrollTop:1;a.scrollTo(0,c===1?0:1)}},15);a.addEventListener("load",function(){setTimeout(function(){a.scrollTo(0,c===1?0:1)},0)},!1)}}}Date.prototype.getWeek=function(){var a=new Date(this.getFullYear(),0,1);return Math.ceil(((this-a)/864e5+a.getDay()+1)/7)};Date.prototype.getDayOfYear=function(){var a=new Date(this.getFullYear(),0,1);return Math.ceil((this-a)/864e5)};var is={Null:function(a){return a===null},Undefined:function(a){return a===undefined},nt:function(a){return a===null||a===undefined},Function:function(a){return typeof a=="function"?a.constructor.toString().match(/Function/)!==null:!1},String:function(a){return typeof a=="string"?!0:typeof a=="object"?a.constructor.toString().match(/string/i)!==null:!1},Array:function(a){return typeof a=="object"?a.constructor.toString().match(/array/i)!==null||a.length!==undefined:!1},Boolean:function(a){return typeof a=="boolean"?!0:typeof a=="object"?a.constructor.toString().match(/boolean/i)!==null:!1},Date:function(a){return typeof a=="date"?!0:typeof a=="object"?a.constructor.toString().match(/date/i)!==null:!1},HTML:function(a){return typeof a=="object"?a.constructor.toString().match(/html/i)!==null:!1},Number:function(a){return typeof a=="number"?!0:typeof a=="object"?a.constructor.toString().match(/Number/)!==null:!1},Object:function(a){return typeof a=="object"?a.constructor.toString().match(/object/i)!==null:!1},RegExp:function(a){return typeof a=="function"?a.constructor.toString().match(/regexp/i)!==null:!1}},type={of:function(a){for(var b in is)if(is[b](a))return b.toLowerCase()}};!function(a){"use strict";var b=function(a,b){this.init("tooltip",a,b)};b.prototype={constructor:b,init:function(b,c,d){var e,f;this.type=b;this.$element=a(c);this.options=this.getOptions(d);this.enabled=!0;if(this.options.trigger!="manual"){e=this.options.trigger=="hover"?"mouseenter":"focus";f=this.options.trigger=="hover"?"mouseleave":"blur";this.$element.on(e,this.options.selector,a.proxy(this.enter,this));this.$element.on(f,this.options.selector,a.proxy(this.leave,this))}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(b){b=a.extend({},a.fn[this.type].defaults,b,this.$element.data());b.delay&&typeof b.delay=="number"&&(b.delay={show:b.delay,hide:b.delay});return b},enter:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);if(!c.options.delay||!c.options.delay.show)c.show();else{c.hoverState="in";setTimeout(function(){c.hoverState=="in"&&c.show()},c.options.delay.show)}},leave:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);if(!c.options.delay||!c.options.delay.hide)c.hide();else{c.hoverState="out";setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide)}},show:function(){var a,b,c,d,e,f,g;if(this.hasContent()&&this.enabled){a=this.tip();this.setContent();this.options.animation&&a.addClass("fade");f=typeof this.options.placement=="function"?this.options.placement.call(this,a[0],this.$element[0]):this.options.placement;b=/in/.test(f);a.remove().css({top:0,left:0,display:"block"}).appendTo(b?this.$element:document.body);c=this.getPosition(b);d=a[0].offsetWidth;e=a[0].offsetHeight;switch(b?f.split(" ")[1]:f){case"bottom":g={top:c.top+c.height,left:c.left+c.width/2-d/2};break;case"top":g={top:c.top-e,left:c.left+c.width/2-d/2};break;case"left":g={top:c.top+c.height/2-e/2,left:c.left-d};break;case"right":g={top:c.top+c.height/2-e/2,left:c.left+c.width}}a.css(g).addClass(f).addClass("in")}},setContent:function(){var a=this.tip();a.find(".tooltip-inner").html(this.getTitle());a.removeClass("fade in top bottom left right")},hide:function(){function d(){var b=setTimeout(function(){c.off(a.support.transition.end).remove()},500);c.one(a.support.transition.end,function(){clearTimeout(b);c.remove()})}var b=this,c=this.tip();c.removeClass("in");a.support.transition&&this.$tip.hasClass("fade")?d():c.remove()},fixTitle:function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&a.attr("data-original-title",a.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(b){return a.extend({},b?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var a,b=this.$element,c=this.options;a=b.attr("data-original-title")||(typeof c.title=="function"?c.title.call(b[0]):c.title);a=a.toString().replace(/(^\s*|\s*$)/,"");return a},tip:function(){return this.$tip=this.$tip||a(this.options.template)},validate:function(){if(!this.$element[0].parentNode){this.hide();this.$element=null;this.options=null}},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()}};a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("tooltip"),f=typeof c=="object"&&c;e||d.data("tooltip",e=new b(this,f));typeof c=="string"&&e[c]()})};a.fn.tooltip.Constructor=b;a.fn.tooltip.defaults={animation:!0,delay:0,selector:!1,placement:"top",trigger:"hover",title:"",template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'}}(window.jQuery);var Aes={};Aes.cipher=function(a,b){var c=4,d=b.length/c-1,e=[[],[],[],[]];for(var f=0;f<4*c;f++)e[f%4][Math.floor(f/4)]=a[f];e=Aes.addRoundKey(e,b,0,c);for(var g=1;g<d;g++){e=Aes.subBytes(e,c);e=Aes.shiftRows(e,c);e=Aes.mixColumns(e,c);e=Aes.addRoundKey(e,b,g,c)}e=Aes.subBytes(e,c);e=Aes.shiftRows(e,c);e=Aes.addRoundKey(e,b,d,c);var h=new Array(4*c);for(var f=0;f<4*c;f++)h[f]=e[f%4][Math.floor(f/4)];return h};Aes.keyExpansion=function(a){var b=4,c=a.length/4,d=c+6,e=new Array(b*(d+1)),f=new Array(4);for(var g=0;g<c;g++){var h=[a[4*g],a[4*g+1],a[4*g+2],a[4*g+3]];e[g]=h}for(var g=c;g<b*(d+1);g++){e[g]=new Array(4);for(var i=0;i<4;i++)f[i]=e[g-1][i];if(g%c==0){f=Aes.subWord(Aes.rotWord(f));for(var i=0;i<4;i++)f[i]^=Aes.rCon[g/c][i]}else c>6&&g%c==4&&(f=Aes.subWord(f));for(var i=0;i<4;i++)e[g][i]=e[g-c][i]^f[i]}return e};Aes.subBytes=function(a,b){for(var c=0;c<4;c++)for(var d=0;d<b;d++)a[c][d]=Aes.sBox[a[c][d]];return a};Aes.shiftRows=function(a,b){var c=new Array(4);for(var d=1;d<4;d++){for(var e=0;e<4;e++)c[e]=a[d][(e+d)%b];for(var e=0;e<4;e++)a[d][e]=c[e]}return a};Aes.mixColumns=function(a,b){for(var c=0;c<4;c++){var d=new Array(4),e=new Array(4);for(var f=0;f<4;f++){d[f]=a[f][c];e[f]=a[f][c]&128?a[f][c]<<1^283:a[f][c]<<1}a[0][c]=e[0]^d[1]^e[1]^d[2]^d[3];a[1][c]=d[0]^e[1]^d[2]^e[2]^d[3];a[2][c]=d[0]^d[1]^e[2]^d[3]^e[3];a[3][c]=d[0]^e[0]^d[1]^d[2]^e[3]}return a};Aes.addRoundKey=function(a,b,c,d){for(var e=0;e<4;e++)for(var f=0;f<d;f++)a[e][f]^=b[c*4+f][e];return a};Aes.subWord=function(a){for(var b=0;b<4;b++)a[b]=Aes.sBox[a[b]];return a};Aes.rotWord=function(a){var b=a[0];for(var c=0;c<3;c++)a[c]=a[c+1];a[3]=b;return a};Aes.sBox=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22];Aes.rCon=[[0,0,0,0],[1,0,0,0],[2,0,0,0],[4,0,0,0],[8,0,0,0],[16,0,0,0],[32,0,0,0],[64,0,0,0],[128,0,0,0],[27,0,0,0],[54,0,0,0]];Aes.Ctr={};Aes.Ctr.encrypt=function(a,b,c){var d=16;if(c!=128&&c!=192&&c!=256)return"";a=Utf8.encode(a);b=Utf8.encode(b);var e=c/8,f=new Array(e);for(var g=0;g<e;g++)f[g]=isNaN(b.charCodeAt(g))?0:b.charCodeAt(g);var h=Aes.cipher(f,Aes.keyExpansion(f));h=h.concat(h.slice(0,e-16));var i=new Array(d),j=(new Date).getTime(),k=j%1e3,l=Math.floor(j/1e3),m=Math.floor(Math.random()*65535);for(var g=0;g<2;g++)i[g]=k>>>g*8&255;for(var g=0;g<2;g++)i[g+2]=m>>>g*8&255;for(var g=0;g<4;g++)i[g+4]=l>>>g*8&255;var n="";for(var g=0;g<8;g++)n+=String.fromCharCode(i[g]);var o=Aes.keyExpansion(h),p=Math.ceil(a.length/d),q=new Array(p);for(var r=0;r<p;r++){for(var s=0;s<4;s++)i[15-s]=r>>>s*8&255;for(var s=0;s<4;s++)i[15-s-4]=r/4294967296>>>s*8;var t=Aes.cipher(i,o),u=r<p-1?d:(a.length-1)%d+1,v=new Array(u);for(var g=0;g<u;g++){v[g]=t[g]^a.charCodeAt(r*d+g);v[g]=String.fromCharCode(v[g])}q[r]=v.join("")}var w=n+q.join("");w=Base64.encode(w);return w};Aes.Ctr.decrypt=function(a,b,c){var d=16;if(c!=128&&c!=192&&c!=256)return"";a=Base64.decode(a);b=Utf8.encode(b);var e=c/8,f=new Array(e);for(var g=0;g<e;g++)f[g]=isNaN(b.charCodeAt(g))?0:b.charCodeAt(g);var h=Aes.cipher(f,Aes.keyExpansion(f));h=h.concat(h.slice(0,e-16));var i=new Array(8);ctrTxt=a.slice(0,8);for(var g=0;g<8;g++)i[g]=ctrTxt.charCodeAt(g);var j=Aes.keyExpansion(h),k=Math.ceil((a.length-8)/d),l=new Array(k);for(var m=0;m<k;m++)l[m]=a.slice(8+m*d,8+m*d+d);a=l;var n=new Array(a.length);for(var m=0;m<k;m++){for(var o=0;o<4;o++)i[15-o]=m>>>o*8&255;for(var o=0;o<4;o++)i[15-o-4]=(m+1)/4294967296-1>>>o*8&255;var p=Aes.cipher(i,j),q=new Array(a[m].length);for(var g=0;g<a[m].length;g++){q[g]=p[g]^a[m].charCodeAt(g);q[g]=String.fromCharCode(q[g])}n[m]=q.join("")}var r=n.join("");r=Utf8.decode(r);return r};var Base64={};Base64.code="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";Base64.encode=function(a,b){b=typeof b=="undefined"?!1:b;var c,d,e,f,g,h,i,j,k=[],l="",m,n,o,p=Base64.code;n=b?a.encodeUTF8():a;m=n.length%3;if(m>0)while(m++<3){l+="=";n+="\0"}for(m=0;m<n.length;m+=3){c=n.charCodeAt(m);d=n.charCodeAt(m+1);e=n.charCodeAt(m+2);f=c<<16|d<<8|e;g=f>>18&63;h=f>>12&63;i=f>>6&63;j=f&63;k[m/3]=p.charAt(g)+p.charAt(h)+p.charAt(i)+p.charAt(j)}o=k.join("");o=o.slice(0,o.length-l.length)+l;return o};Base64.decode=function(a,b){b=typeof b=="undefined"?!1:b;var c,d,e,f,g,h,i,j,k=[],l,m,n=Base64.code;m=b?a.decodeUTF8():a;for(var o=0;o<m.length;o+=4){f=n.indexOf(m.charAt(o));g=n.indexOf(m.charAt(o+1));h=n.indexOf(m.charAt(o+2));i=n.indexOf(m.charAt(o+3));j=f<<18|g<<12|h<<6|i;c=j>>>16&255;d=j>>>8&255;e=j&255;k[o/4]=String.fromCharCode(c,d,e);i==64&&(k[o/4]=String.fromCharCode(c,d));h==64&&(k[o/4]=String.fromCharCode(c))}l=k.join("");return b?l.decodeUTF8():l};var Utf8={};Utf8.encode=function(a){var b=a.replace(/[\u0080-\u07ff]/g,function(a){var b=a.charCodeAt(0);return String.fromCharCode(192|b>>6,128|b&63)});b=b.replace(/[\u0800-\uffff]/g,function(a){var b=a.charCodeAt(0);return String.fromCharCode(224|b>>12,128|b>>6&63,128|b&63)});return b};Utf8.decode=function(a){var b=a.replace(/[\u00e0-\u00ef][\u0080-\u00bf][\u0080-\u00bf]/g,function(a){var b=(a.charCodeAt(0)&15)<<12|(a.charCodeAt(1)&63)<<6|a.charCodeAt(2)&63;return String.fromCharCode(b)});b=b.replace(/[\u00c0-\u00df][\u0080-\u00bf]/g,function(a){var b=(a.charCodeAt(0)&31)<<6|a.charCodeAt(1)&63;return String.fromCharCode(b)});return b};if(typeof VMM!="undefined"){VMM.attachElement=function(a,b){typeof jQuery!="undefined"&&$(a).html(b)};VMM.appendElement=function(a,b){typeof jQuery!="undefined"&&$(a).append(b)};VMM.getHTML=function(a){var b;if(typeof jQuery!="undefined"){b=jQuery(a).html();return b}};VMM.getElement=function(a,b){var c;if(typeof jQuery!="undefined"){b?c=jQuery(a).parent().get(0):c=jQuery(a).get(0);return c}};VMM.bindEvent=function(a,b,c,d){var e,f="click",g={};c!=null&&c!=""&&(f=c);g!=null&&g!=""&&(g=d);typeof jQuery!="undefined"&&jQuery(a).bind(f,g,b)};VMM.unbindEvent=function(a,b,c){var d,e="click",f={};c!=null&&c!=""&&(e=c);typeof jQuery!="undefined"&&jQuery(a).unbind(e,b)};VMM.fireEvent=function(a,b,c){var d,e="click",f=[];b!=null&&b!=""&&(e=b);c!=null&&c!=""&&(f=c);typeof jQuery!="undefined"&&jQuery(a).trigger(e,f)};VMM.getJSON=function(a,b,c){if(typeof jQuery!="undefined"){if(!(VMM.Browser.browser=="Explorer"&&parseInt(VMM.Browser.version,10)>=7&&window.XDomainRequest)){trace("getJSON");return jQuery.getJSON(a,b,c)}trace("it's ie");var d=a;if(d.match("^http://")){trace("RUNNING GET JSON");d=d.replace("http://","//");return jQuery.getJSON(a,b,c)}if(!d.match("^https://"))return jQuery.getJSON(a,b,c);trace("RUNNING XDR");d=d.replace("https://","http://");var e=new XDomainRequest;e.open("get",d);e.onload=function(){var a=VMM.parseJSON(e.responseText);trace(e.responseText);if(type.of(a)!="null"&&type.of(a)!="undefined")return b(a);trace("IE JSON ERROR")};e.send()}};VMM.parseJSON=function(a){if(typeof jQuery!="undefined")return jQuery.parseJSON(a)};VMM.appendAndGetElement=function(a,b,c,d){var e,f="<div>",g="",h="";b!=null&&b!=""&&(f=b);c!=null&&c!=""&&(g=c);d!=null&&d!=""&&(h=d);if(typeof jQuery!="undefined"){e=$(b);e.addClass(g);e.html(h);jQuery(a).append(e)}return e};VMM.Element={init:function(){return this},hide:function(a,b){b!=null&&b!=""?typeof jQuery!="undefined"&&jQuery(a).hide(b):typeof jQuery!="undefined"&&jQuery(a).hide()},remove:function(a){typeof jQuery!="undefined"&&jQuery(a).remove()},detach:function(a){typeof jQuery!="undefined"&&jQuery(a).detach()},append:function(a,b){typeof jQuery!="undefined"&&jQuery(a).append(b)},show:function(a,b){b!=null&&b!=""?typeof jQuery!="undefined"&&jQuery(a).show(b):typeof jQuery!="undefined"&&jQuery(a).show()},load:function(a,b,c){var d={elem:a};d!=null&&d!=""&&(d=c);typeof jQuery!="undefined"&&jQuery(a).load(d,b)},addClass:function(a,b){typeof jQuery!="undefined"&&jQuery(a).addClass(b)},removeClass:function(a,b){typeof jQuery!="undefined"&&jQuery(a).removeClass(b)},attr:function(a,b,c){if(c!=null&&c!="")typeof jQuery!="undefined"&&jQuery(a).attr(b,c);else if(typeof jQuery!="undefined")return jQuery(a).attr(b)},prop:function(a,b,c){typeof jQuery=="undefined"||!/[1-9]\.[3-9].[1-9]/.test($.fn.jquery)?VMM.Element.attribute(a,b,c):jQuery(a).prop(b,c)},attribute:function(a,b,c){if(c!=null&&c!="")typeof jQuery!="undefined"&&jQuery(a).attr(b,c);else if(typeof jQuery!="undefined")return jQuery(a).attr(b)},visible:function(a,b){if(b!=null)typeof jQuery!="undefined"&&(b?jQuery(a).show(0):jQuery(a).hide(0));else if(typeof jQuery!="undefined")return jQuery(a).is(":visible")?!0:!1},css:function(a,b,c){if(c!=null&&c!="")typeof jQuery!="undefined"&&jQuery(a).css(b,c);else if(typeof jQuery!="undefined")return jQuery(a).css(b)},cssmultiple:function(a,b){if(typeof jQuery!="undefined")return jQuery(a).css(b)},offset:function(a){var b;typeof jQuery!="undefined"&&(b=jQuery(a).offset());return b},position:function(a){var b;typeof jQuery!="undefined"&&(b=jQuery(a).position());return b},width:function(a,b){if(b!=null&&b!="")typeof jQuery!="undefined"&&jQuery(a).width(b);else if(typeof jQuery!="undefined")return jQuery(a).width()},height:function(a,b){if(b!=null&&b!="")typeof jQuery!="undefined"&&jQuery(a).height(b);else if(typeof jQuery!="undefined")return jQuery(a).height()},toggleClass:function(a,b){typeof jQuery!="undefined"&&jQuery(a).toggleClass(b)},each:function(a,b){typeof jQuery!="undefined"&&jQuery(a).each(b)},html:function(a,b){var c;if(typeof jQuery!="undefined"){c=jQuery(a).html();return c}if(b!=null&&b!="")typeof jQuery!="undefined"&&jQuery(a).html(b);else{var c;if(typeof jQuery!="undefined"){c=jQuery(a).html();return c}}},find:function(a,b){if(typeof jQuery!="undefined")return jQuery(a).find(b)},stop:function(a){typeof jQuery!="undefined"&&jQuery(a).stop()},animate:function(a,b,c,d,e){var f="easein",g=1e3,h={};b!=null&&(b<1?g=1:g=Math.round(b));c!=null&&c!=""&&(f=c);d!=null?h=d:h={opacity:0};if(VMM.Browser.device=="mobile"||VMM.Browser.device=="tablet"){var i=Math.round(g/1500*10)/10,j=i+"s";VMM.Element.css(a,"-webkit-transition","all "+j+" ease");VMM.Element.css(a,"-moz-transition","all "+j+" ease");VMM.Element.css(a,"-o-transition","all "+j+" ease");VMM.Element.css(a,"-ms-transition","all "+j+" ease");VMM.Element.css(a,"transition","all "+j+" ease");VMM.Element.cssmultiple(a,h)}else typeof jQuery!="undefined"&&(e!=null&&e!=""?jQuery(a).animate(h,{queue:!1,duration:g,easing:f,complete:e}):jQuery(a).animate(h,{queue:!1,duration:g,easing:f}))}}.init()}if(typeof jQuery!="undefined"){jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,e)},easeInExpo:function(a,b,c,d,e){return b==0?c:d*Math.pow(2,10*(b/e-1))+c},easeOutExpo:function(a,b,c,d,e){return b==e?c+d:d*(-Math.pow(2,-10*b/e)+1)+c},easeInOutExpo:function(a,b,c,d,e){return b==0?c:b==e?c+d:(b/=e/2)<1?d/2*Math.pow(2,10*(b-1))+c:d/2*(-Math.pow(2,-10*--b)+2)+c},easeInQuad:function(a,b,c,d,e){return d*(b/=e)*b+c},easeOutQuad:function(a,b,c,d,e){return-d*(b/=e)*(b-2)+c},easeInOutQuad:function(a,b,c,d,e){return(b/=e/2)<1?d/2*b*b+c:-d/2*(--b*(b-2)-1)+c}})}if(typeof VMM!="undefined"&&typeof VMM.Browser=="undefined"){VMM.Browser={init:function(){this.browser=this.searchString(this.dataBrowser)||"An unknown browser";this.version=this.searchVersion(navigator.userAgent)||this.searchVersion(navigator.appVersion)||"an unknown version";this.OS=this.searchString(this.dataOS)||"an unknown OS";this.device=this.searchDevice(navigator.userAgent);this.orientation=this.searchOrientation(window.orientation)},searchOrientation:function(a){return a==0||a==180?"portrait":a==90||a==-90?"landscape":"normal"},searchDevice:function(a){return a.match(/Android/i)||a.match(/iPhone|iPod/i)?"mobile":a.match(/iPad/i)?"tablet":a.match(/BlackBerry/i)||a.match(/IEMobile/i)?"other mobile":"desktop"},searchString:function(a){for(var b=0;b<a.length;b++){var c=a[b].string,d=a[b].prop;this.versionSearchString=a[b].versionSearch||a[b].identity;if(c){if(c.indexOf(a[b].subString)!=-1)return a[b].identity}else if(d)return a[b].identity}},searchVersion:function(a){var b=a.indexOf(this.versionSearchString);if(b==-1)return;return parseFloat(a.substring(b+this.versionSearchString.length+1))},dataBrowser:[{string:navigator.userAgent,subString:"Chrome",identity:"Chrome"},{string:navigator.userAgent,subString:"OmniWeb",versionSearch:"OmniWeb/",identity:"OmniWeb"},{string:navigator.vendor,subString:"Apple",identity:"Safari",versionSearch:"Version"},{prop:window.opera,identity:"Opera",versionSearch:"Version"},{string:navigator.vendor,subString:"iCab",identity:"iCab"},{string:navigator.vendor,subString:"KDE",identity:"Konqueror"},{string:navigator.userAgent,subString:"Firefox",identity:"Firefox"},{string:navigator.vendor,subString:"Camino",identity:"Camino"},{string:navigator.userAgent,subString:"Netscape",identity:"Netscape"},{string:navigator.userAgent,subString:"MSIE",identity:"Explorer",versionSearch:"MSIE"},{string:navigator.userAgent,subString:"Gecko",identity:"Mozilla",versionSearch:"rv"},{string:navigator.userAgent,subString:"Mozilla",identity:"Netscape",versionSearch:"Mozilla"}],dataOS:[{string:navigator.platform,subString:"Win",identity:"Windows"},{string:navigator.platform,subString:"Mac",identity:"Mac"},{string:navigator.userAgent,subString:"iPhone",identity:"iPhone/iPod"},{string:navigator.userAgent,subString:"iPad",identity:"iPad"},{string:navigator.platform,subString:"Linux",identity:"Linux"}]};VMM.Browser.init()}typeof VMM!="undefined"&&typeof VMM.MediaElement=="undefined"&&(VMM.MediaElement={init:function(){return this},thumbnail:function(a,b,c){_w=32;_h=32;b!=null&&b!=""&&(_w=b);c!=null&&c!=""&&(_h=c);if(a.media!=null&&a.media!=""){_valid=!0;var d="",e=VMM.MediaType(a.media);if(e.type=="image"){d="<div class='thumbnail'><img src='"+e.id+"' width='"+_w+"px' height='"+_h+"px'></div>";return d}if(e.type=="flickr"){d="<div class='thumbnail'><img id='flickr_"+e.id+"_thumb' width='"+_w+"px' height='"+_h+"px'></div>";return d}if(e.type=="youtube"){d="<div class='thumbnail youtube'></div>";return d}if(e.type!="googledoc"){if(e.type=="vimeo"){d="<div class='thumbnail vimeo'></div>";return d}if(e.type=="twitter"){d="<div class='thumbnail twitter'></div>";return d}if(e.type=="twitter-ready"){d="<div class='thumbnail twitter'></div>";return d}if(e.type=="soundcloud"){d="<div class='thumbnail soundcloud'></div>";return d}if(e.type=="google-map"){d="<div class='thumbnail map'></div>";return d}if(e.type=="unknown"){d="";return d}if(e.type=="website"){d="<div class='thumbnail website'></div>";return d}d="<div class='thumbnail'></div>";return d}d=""}},create:function(a){var b=!1;if(a.media!=null&&a.media!=""){var c="",d="",e="",f=VMM.MediaType(a.media),g=!1;b=!0;a.credit!=null&&a.credit!=""&&(e="<div class='credit'>"+VMM.Util.linkify_with_twitter(a.credit,"_blank")+"</div>");a.caption!=null&&a.caption!=""&&(d="<div class='caption'>"+VMM.Util.linkify_with_twitter(a.caption,"_blank")+"</div>");if(f.type=="image")c="<img src='"+f.id+"'>";else if(f.type=="flickr"){var h="flickr_"+f.id;c="<a href='"+f.link+"' target='_blank'><img id='"+h+"_large"+"'></a>";VMM.ExternalAPI.flickr.get(f.id,"#"+h)}else if(f.type=="googledoc"){var i="googledoc_"+VMM.Util.unique_ID(5);c="<div class='media-frame doc' id='"+i+"'><span class='messege'>Loading Document</span></div>";VMM.ExternalAPI.googledocs.get(f.id,i)}else if(f.type=="youtube"){c="<div class='media-frame video youtube' id='youtube_"+f.id+"'>Loading YouTube video...</div>";VMM.ExternalAPI.youtube.get(f.id)}else if(f.type=="vimeo")c="<iframe class='media-frame video vimeo' autostart='false' frameborder='0' width='100%' height='100%' src='http://player.vimeo.com/video/"+f.id+"?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff'></iframe>";else if(f.type=="twitter"){c="<div class='twitter' id='twitter_"+f.id+"'><span class='messege'>Loading Tweet</span></div>";g=!0;VMM.ExternalAPI.twitter.prettyHTML(f.id)}else if(f.type=="twitter-ready")c=f.id;else if(f.type=="soundcloud"){var j="soundcloud_"+VMM.Util.unique_ID(5);c="<div class='media-frame soundcloud' id='"+j+"'><span class='messege'>Loading Sound</span></div>";VMM.ExternalAPI.soundcloud.get(f.id,j)}else if(f.type=="google-map"){var k="googlemap_"+VMM.Util.unique_ID(7);c="<div class='media-frame map' id='"+k+"'><span class='messege'>Loading Map</span></div>";VMM.ExternalAPI.googlemaps.get(f.id,k)}else if(f.type=="unknown"){trace("NO KNOWN MEDIA TYPE FOUND TRYING TO JUST PLACE THE HTML");c="<div class='media-frame plain-text'><div class='container'>"+VMM.Util.properQuotes(f.id)+"</div></div>"}else if(f.type=="website")c="<iframe class='media-frame website' frameborder='0' autostart='false' width='100%' height='100%' scrolling='yes' marginheight='0' marginwidth='0' src='"+f.id+"'></iframe>";else{trace("NO KNOWN MEDIA TYPE FOUND");trace(f.type)}c="<div class='media-container' >"+c+e+d+"</div>";return g?"<div class='media text-media'><div class='media-wrapper'>"+c+"</div></div>":"<div class='media'><div class='media-wrapper'>"+c+"</div></div>"}}}.init());typeof VMM!="undefined"&&typeof VMM.MediaType=="undefined"&&(VMM.MediaType=function(a){var b=!1,c={};if(a.match("div class='twitter'")){c.type="twitter-ready";c.id=a;b=!0}else if(a.match("(www.)?youtube|youtu.be")){a.match("v=")?youtube_id=VMM.Util.getUrlVars(a).v:youtube_id=a.split(/v\/|v=|youtu\.be\//)[1].split(/[?&]/)[0];c.type="youtube";c.id=youtube_id;b=!0}else if(a.match("(player.)?vimeo.com")){vimeo_id=a.split(/video\/|\/\/vimeo\.com\//)[1].split(/[?&]/)[0];c.type="vimeo";c.id=vimeo_id;b=!0}else if(a.match("(player.)?soundcloud.com")){c.type="soundcloud";c.id=a;b=!0}else if(a.match("(www.)?twitter.com")){trace("TWITTER MATCH");a.match("status/")?twitter_id=a.split("status/")[1]:a.match("statuses/")?twitter_id=a.split("statuses/")[1]:twitter_id="";c.type="twitter";c.id=twitter_id;b=!0}else if(a.match("maps.google")&&!a.match("staticmap")){c.type="google-map";c.id=a.split(/src=['|"][^'|"]*?['|"]/gi);b=!0}else if(a.match("flickr.com/photos")){c.type="flickr";c.id=a.split("photos/")[1].split("/")[1];c.link=a;b=!0}else if(a.match(/jpg|jpeg|png|gif/i)||a.match("staticmap")){c.type="image";c.id=a;b=!0}else if(VMM.FileExtention.googleDocType(a)){c.type="googledoc";c.id=a;b=!0}else if(a.indexOf("http://")==0){c.type="website";c.id=a;b=!0}else{trace("unknown media");c.type="unknown";c.id=a;b=!0}if(b)return c;trace("No valid media id detected");trace(a);return!1});if(typeof VMM!="undefined"&&typeof VMM.Media=="undefined"){VMM.Media=function(a,b,c,d){function n(){}var e={},f=!1,g={width:720,height:400,content_width:720,content_height:400,ease:"easeInOutExpo",duration:1e3,spacing:15},h="",i="",j="",k="",l=a;b!=null&&b!=""&&(g.width=b);c!=null&&c!=""&&(g.height=c);this.init=function(a){typeof a!="undefined"?this.setData(a):trace("WAITING ON DATA")};var m=function(a,b,c){h=VMM.appendAndGetElement(l,"<div>","media");i=VMM.appendAndGetElement(h,"<div>","container");j=VMM.appendAndGetElement(i,"<div>","media-container");if(e.media!=null&&e.media!=""){f=!0;var d={};d=VMM.MediaType(e.media);d.type=="image"?VMM.appendElement(j,"<img src='"+d.id+"'>"):d.type=="youtube"?VMM.appendElement(j,"<iframe frameborder='0' src='http://www.youtube.com/embed/"+d.id+"?&rel=0&theme=light&showinfo=0&hd=1&autohide=0&color=white' allowfullscreen>"):d.type=="vimeo"&&VMM.appendElement(j,"<iframe frameborder='0' src='http://player.vimeo.com/video/"+d.id+"?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff'>");e.credit!=null&&e.credit!=""&&VMM.appendElement(i,VMM.createElement("div",e.credit,"credit"));e.caption!=null&&e.caption!=""&&VMM.appendElement(i,VMM.createElement("div",e.caption,"caption"))}};this.setData=function(a){if(typeof a!="undefined"){e=a;m()}else trace("NO DATA")}};VMM.Media.prototype.height=function(a){if(a==null||a=="")return config.height;config.height=a;reSize()};VMM.Media.prototype.width=function(a){if(a==null||a=="")return config.width;config.width=a;reSize()};VMM.Media.prototype.getData=function(){return data};VMM.Media.prototype.setConfig=function(a){typeof a!="undefined"?config=a:trace("NO CONFIG DATA")};VMM.Media.prototype.getConfig=function(){return config};VMM.Media.prototype.setSize=function(a,b){a!=null&&(config.width=a);b!=null&&(config.height=b);_active&&reSize()};VMM.Media.prototype.active=function(){return _active}}typeof VMM!="undefined"&&typeof VMM.FileExtention=="undefined"&&(VMM.FileExtention={googleDocType:function(a){var b=a,c="";c=b.substr(b.length-5,5);var d=["DOC","DOCX","XLS","XLSX","PPT","PPTX","PDF","PAGES","AI","PSD","TIFF","DXF","SVG","EPS","PS","TTF","XPS","ZIP","RAR"],e=!1;for(var f=0;f<d.length;f++)if(c.toLowerCase().match(d[f].toString().toLowerCase())||b.match("docs.google.com"))e=!0;return e}});typeof VMM!="undefined"&&typeof VMM.ExternalAPI=="undefined"&&(VMM.ExternalAPI={pushQues:function(){VMM.master_config.googlemaps.active&&VMM.ExternalAPI.googlemaps.pushQue();VMM.master_config.youtube.active&&VMM.ExternalAPI.youtube.pushQue();VMM.master_config.soundcloud.active&&VMM.ExternalAPI.soundcloud.pushQue();VMM.master_config.googledocs.active&&VMM.ExternalAPI.googledocs.pushQue()},twitter:{tweetArray:[],getHTML:function(a){var b="http://api.twitter.com/1/statuses/oembed.json?id="+a+"&callback=?";VMM.getJSON(b,VMM.ExternalAPI.twitter.onJSONLoaded)},onJSONLoaded:function(a){trace("TWITTER JSON LOADED");var b=a.id;VMM.attachElement("#"+b,VMM.Util.linkify_with_twitter(a.html))},parseTwitterDate:function(a){var b=new Date(Date.parse(a));return b},prettyParseTwitterDate:function(a){var b=new Date(Date.parse(a));return VMM.Util.date.prettyDate(b,!0)},getTweets:function(a){var b=[],c=a.length;for(var d=0;d<a.length;d++){var e="";a[d].tweet.match("status/")?e=a[d].tweet.split("status/")[1]:a[d].tweet.match("statuses/")?e=a[d].tweet.split("statuses/")[1]:e="";var f="http://api.twitter.com/1/statuses/show.json?id="+e+"&include_entities=true&callback=?";VMM.getJSON(f,function(a){var d={},e="<div class='twitter'><blockquote><p>",f=VMM.Util.linkify_with_twitter(a.text,"_blank");e+=f;e+="</p>";e+="— "+a.user.name+" (<a href='https://twitter.com/"+a.user.screen_name+"'>@"+a.user.screen_name+"</a>) <a href='https://twitter.com/"+a.user.screen_name+"/status/"+a.id+"'>"+VMM.ExternalAPI.twitter.prettyParseTwitterDate(a.created_at)+" </a></blockquote></div>";d.content=e;d.raw=a;b.push(d);if(b.length==c){var g={tweetdata:b};VMM.fireEvent(global,"TWEETSLOADED",g)}}).success(function(){trace("second success")}).error(function(){trace("error")}).complete(function(){trace("complete")})}},getTweetSearch:function(a,b){var c=40;b!=null&&b!=""&&(c=b);var d="http://search.twitter.com/search.json?q="+a+"&rpp="+c+"&include_entities=true&result_type=mixed",e=[];VMM.getJSON(d,function(a){for(var b=0;b<a.results.length;b++){var c={},d="<div class='twitter'><blockquote><p>",f=VMM.Util.linkify_with_twitter(a.results[b].text,"_blank");d+=f;d+="</p>";d+="— "+a.results[b].from_user_name+" (<a href='https://twitter.com/"+a.results[b].from_user+"'>@"+a.results[b].from_user+"</a>) <a href='https://twitter.com/"+a.results[b].from_user+"/status/"+a.id+"'>"+VMM.ExternalAPI.twitter.prettyParseTwitterDate(a.results[b].created_at)+" </a></blockquote></div>";c.content=d;c.raw=a.results[b];e.push(c)}var g={tweetdata:e};VMM.fireEvent(global,"TWEETSLOADED",g)})},prettyHTML:function(a){var a=a.toString(),b={twitterid:a},c="http://api.twitter.com/1/statuses/show.json?id="+a+"&include_entities=true&callback=?";trace("id "+a);var d=setTimeout(VMM.ExternalAPI.twitter.notFoundError,4e3,a);VMM.getJSON(c,VMM.ExternalAPI.twitter.formatJSON).error(function(b,c,d){trace("TWITTER error");trace("TWITTER ERROR: "+c+" "+b.responseText);VMM.attachElement("#twitter_"+a,"<p>ERROR LOADING TWEET "+a+"</p>")}).success(function(){clearTimeout(d)})},notFoundError:function(a){trace("TWITTER JSON ERROR TIMEOUT "+a);VMM.attachElement("#twitter_"+a,"<p>TWEET NOT FOUND "+a+"</p>")},formatJSON:function(a){trace("TWITTER JSON LOADED F");trace(a);var b=a.id_str,c="<blockquote><p>",d=VMM.Util.linkify_with_twitter(a.text,"_blank");c+=d;c+="</p></blockquote>";c+=" <a href='https://twitter.com/"+a.user.screen_name+"/status/"+a.id+"' target='_blank' alt='link to original tweet' title='link to original tweet'>"+"<span class='created-at'></span>"+" </a>"
;c+="<div class='vcard author'>";c+="<a class='screen-name url' href='https://twitter.com/"+a.user.screen_name+"' data-screen-name='"+a.user.screen_name+"' target='_blank'>";c+="<span class='avatar'><img src=' "+a.user.profile_image_url+"' alt=''></span>";c+="<span class='fn'>"+a.user.name+"</span>";c+="<span class='nickname'>@"+a.user.screen_name+"</span>";c+="</a>";c+="</div>";VMM.attachElement("#twitter_"+b.toString(),c)}},googlemaps:{get:function(a,b){var c,d=VMM.Util.getUrlVars(a);trace(d);var e="http://maps.googleapis.com/maps/api/js?key="+Aes.Ctr.decrypt(VMM.master_config.keys.google,VMM.master_config.vp,256)+"&libraries=places&sensor=false&callback=VMM.ExternalAPI.googlemaps.onMapAPIReady",f={url:a,vars:d,id:b};trace(f);if(VMM.master_config.googlemaps.active)VMM.master_config.googlemaps.que.push(f);else{VMM.master_config.googlemaps.que.push(f);VMM.master_config.googlemaps.api_loaded||VMM.LoadLib.js(e,function(){trace("Google Maps API Library Loaded")})}},onMapAPIReady:function(){VMM.master_config.googlemaps.map_active=!0;VMM.master_config.googlemaps.places_active=!0;VMM.ExternalAPI.googlemaps.onAPIReady()},onPlacesAPIReady:function(){VMM.master_config.googlemaps.places_active=!0;VMM.ExternalAPI.googlemaps.onAPIReady()},onAPIReady:function(){if(!VMM.master_config.googlemaps.active&&VMM.master_config.googlemaps.map_active&&VMM.master_config.googlemaps.places_active){VMM.master_config.googlemaps.active=!0;VMM.ExternalAPI.googlemaps.pushQue()}},pushQue:function(){for(var a=0;a<VMM.master_config.googlemaps.que.length;a++)VMM.ExternalAPI.googlemaps.createMap(VMM.master_config.googlemaps.que[a]);VMM.master_config.googlemaps.que=[]},defaultType:function(a){return a.toLowerCase()=="satellite"||a.toLowerCase()=="hybrid"||a.toLowerCase()=="terrain"||a.toLowerCase()=="roadmap"?!0:!1},map_subdomains:["","a.","b.","c.","d."],map_attribution:{stamen:"Map tiles by <a href='http://stamen.com'>Stamen Design</a>, under <a href='http://creativecommons.org/licenses/by/3.0'>CC BY 3.0</a>. Data by <a href='http://openstreetmap.org'>OpenStreetMap</a>, under <a href='http://creativecommons.org/licenses/by-sa/3.0'>CC BY SA</a>.",apple:"Map data &copy; 2012 Apple, Imagery &copy; 2012 Apple"},map_providers:{toner:{url:"http://{S}tile.stamen.com/toner/{Z}/{X}/{Y}.png",minZoom:0,maxZoom:20,attribution:"stamen"},"toner-lines":{url:"http://{S}tile.stamen.com/toner-lines/{Z}/{X}/{Y}.png",minZoom:0,maxZoom:20,attribution:"stamen"},"toner-labels":{url:"http://{S}tile.stamen.com/toner-labels/{Z}/{X}/{Y}.png",minZoom:0,maxZoom:20,attribution:"stamen"},sterrain:{url:"http://{S}tile.stamen.com/terrain/{Z}/{X}/{Y}.jpg",minZoom:4,maxZoom:20,attribution:"stamen"},apple:{url:"http://gsp2.apple.com/tile?api=1&style=slideshow&layers=default&lang=en_US&z={z}&x={x}&y={y}&v=9",minZoom:4,maxZoom:14,attribution:"apple"},watercolor:{url:"http://{S}tile.stamen.com/watercolor/{Z}/{X}/{Y}.jpg",minZoom:3,maxZoom:16,attribution:"stamen"}},createMap:function(a){function e(a){if(a in VMM.ExternalAPI.googlemaps.map_providers){b=VMM.ExternalAPI.googlemaps.map_attribution[VMM.ExternalAPI.googlemaps.map_providers[a].attribution];return VMM.ExternalAPI.googlemaps.map_providers[a]}if(VMM.ExternalAPI.googlemaps.defaultType(a)){trace("GOOGLE MAP DEFAULT TYPE");return google.maps.MapTypeId[a.toUpperCase()]}trace("Not a maptype: "+a)}function o(){var b=a.url+"&output=kml";b=b.replace("&output=embed","");var c=new google.maps.KmlLayer(b,{preserveViewport:!0}),e=new google.maps.InfoWindow;c.setMap(d);google.maps.event.addListenerOnce(c,"defaultviewport_changed",function(){d.fitBounds(c.getDefaultViewport());i&&d.panTo(f);j&&d.setZoom(h)});google.maps.event.addListener(c,"click",function(a){function c(a){e.setContent(a);e.open(d)}var b=a.featureData.description;c(b)})}var b="",c,d;google.maps.VeriteMapType=function(a){if(VMM.ExternalAPI.googlemaps.defaultType(a))return google.maps.MapTypeId[a.toUpperCase()];var b=e(a);return google.maps.ImageMapType.call(this,{getTileUrl:function(a,c){var d=(c+a.x+a.y)%VMM.ExternalAPI.googlemaps.map_subdomains.length;return[b.url.replace("{S}",VMM.ExternalAPI.googlemaps.map_subdomains[d]).replace("{Z}",c).replace("{X}",a.x).replace("{Y}",a.y).replace("{z}",c).replace("{x}",a.x).replace("{y}",a.y)]},tileSize:new google.maps.Size(256,256),name:a,minZoom:b.minZoom,maxZoom:b.maxZoom})};google.maps.VeriteMapType.prototype=new google.maps.ImageMapType("_");type.of(VMM.master_config.Timeline.maptype)=="string"?VMM.ExternalAPI.googlemaps.defaultType(VMM.master_config.Timeline.maptype)?c=google.maps.MapTypeId[VMM.master_config.Timeline.maptype.toUpperCase()]:c=VMM.master_config.Timeline.maptype:c="toner";var f=new google.maps.LatLng(41.875696,-87.624207),g,h=11,i=!1,j=!1,k;if(type.of(VMM.Util.getUrlVars(a.url)["ll"])=="string"){i=!0;g=VMM.Util.getUrlVars(a.url).ll.split(",");f=new google.maps.LatLng(parseFloat(g[0]),parseFloat(g[1]))}else if(type.of(VMM.Util.getUrlVars(a.url)["sll"])=="string"){g=VMM.Util.getUrlVars(a.url).sll.split(",");f=new google.maps.LatLng(parseFloat(g[0]),parseFloat(g[1]))}if(type.of(VMM.Util.getUrlVars(a.url)["z"])=="string"){j=!0;h=parseFloat(VMM.Util.getUrlVars(a.url).z)}var l={zoom:h,disableDefaultUI:!0,mapTypeControl:!1,zoomControl:!0,zoomControlOptions:{style:google.maps.ZoomControlStyle.SMALL,position:google.maps.ControlPosition.TOP_RIGHT},center:f,mapTypeId:c,mapTypeControlOptions:{mapTypeIds:[c]}},m=a.id.toString()+"_gmap";VMM.attachElement("#"+a.id,"<div class='google-map' id='"+m+"' style='width=100%;height=100%;'></div>");var d=new google.maps.Map(document.getElementById(m),l);if(!VMM.ExternalAPI.googlemaps.defaultType(VMM.master_config.Timeline.maptype)){d.mapTypes.set(c,new google.maps.VeriteMapType(c));var n="<div class='map-attribution'><div class='attribution-text'>"+b+"</div></div>";VMM.appendElement("#"+m,n)}o()}},googledocs:{get:function(a,b){var c={url:a,id:b};VMM.master_config.googledocs.que.push(c);VMM.master_config.googledocs.active=!0},creatDoc:function(a){var b="";a.url.match(/docs.google.com/i)?b="<iframe class='doc' frameborder='0' width='100%' height='100%' src='"+a.url+"&amp;embedded=true'></iframe>":b="<iframe class='doc' frameborder='0' width='100%' height='100%' src='http://docs.google.com/viewer?url="+a.url+"&amp;embedded=true'></iframe>";VMM.attachElement("#"+a.id,b)},pushQue:function(){for(var a=0;a<VMM.master_config.googledocs.que.length;a++)VMM.ExternalAPI.googledocs.creatDoc(VMM.master_config.googledocs.que[a]);VMM.master_config.googledocs.que=[]}},flickr:{get:function(a,b){var c="http://api.flickr.com/services/rest/?method=flickr.photos.getSizes&api_key="+Aes.Ctr.decrypt(VMM.master_config.keys.flickr,VMM.master_config.vp,256)+"&photo_id="+a+"&format=json&jsoncallback=?";VMM.getJSON(c,VMM.ExternalAPI.flickr.setPhoto)},setPhoto:function(a){var b=a.sizes.size[0].url.split("photos/")[1].split("/")[1],c="flickr_"+b,d=c+"_large",e=c+"_thumb",f,g=!1;for(var h=0;h<a.sizes.size.length;h++)if(a.sizes.size[h].label=="Large"){g=!0;f=a.sizes.size[h].source}g||(f=a.sizes.size[a.sizes.size.length-1].source);var i=a.sizes.size[0].source;VMM.Element.attr("#"+d,"src",f);VMM.Element.attr("#"+e,"src",i)}},soundcloud:{get:function(a,b){var c={url:a,id:b};VMM.master_config.soundcloud.que.push(c);VMM.master_config.soundcloud.active=!0},createPlayer:function(a){var b="http://soundcloud.com/oembed?url="+a.url+"&format=js&callback=?";VMM.getJSON(b,function(b){VMM.attachElement("#"+a.id,b.html)})},pushQue:function(){for(var a=0;a<VMM.master_config.soundcloud.que.length;a++)VMM.ExternalAPI.soundcloud.createPlayer(VMM.master_config.soundcloud.que[a]);VMM.master_config.soundcloud.que=[]}},youtube:{get:function(a){var b;if(VMM.master_config.youtube.active){trace(a);VMM.master_config.youtube.que.push(a)}else{VMM.master_config.youtube.que.push(a);VMM.master_config.youtube.api_loaded||VMM.LoadLib.js("http://www.youtube.com/player_api",function(){trace("YouTube API Library Loaded")})}},onAPIReady:function(){trace("YOUTUBE API READY");VMM.master_config.youtube.active=!0;VMM.ExternalAPI.youtube.pushQue()},pushQue:function(){for(var a=0;a<VMM.master_config.youtube.que.length;a++)VMM.ExternalAPI.youtube.createPlayer(VMM.master_config.youtube.que[a]);VMM.master_config.youtube.que=[]},createPlayer:function(a){trace("create player");var b={active:!1,player:{},name:"youtube_"+a,playing:!1};b.player["youtube_"+a]=new YT.Player("youtube_"+a,{height:"390",width:"640",playerVars:{enablejsapi:1,color:"white",showinfo:0,theme:"light",rel:0,origin:"http://timeline.verite.co"},videoId:a,events:{onReady:VMM.ExternalAPI.youtube.onPlayerReady,onStateChange:VMM.ExternalAPI.youtube.onStateChange}});VMM.master_config.youtube.array.push(b)},stopPlayers:function(){for(var a=0;a<VMM.master_config.youtube.array.length;a++)if(VMM.master_config.youtube.array[a].playing){var b=VMM.master_config.youtube.array[a].name;VMM.master_config.youtube.array[a].player[b].stopVideo()}},onStateChange:function(a){for(var b=0;b<VMM.master_config.youtube.array.length;b++){var c=VMM.master_config.youtube.array[b].name;VMM.master_config.youtube.array[b].player[c]==a.target&&a.data==YT.PlayerState.PLAYING&&(VMM.master_config.youtube.array[b].playing=!0)}},onPlayerReady:function(a){}}});typeof VMM!="undefined"&&typeof VMM.TouchSlider=="undefined"&&(VMM.TouchSlider={createPanel:function(a,b,c,d,e,f){VMM.TouchSlider.vertical=!1;VMM.TouchSlider.vertical=e;var g=d;VMM.TouchSlider.width=c;VMM.TouchSlider.height=f;VMM.TouchSlider.makeTouchable(a,b)},removePanel:function(a){VMM.unbindEvent(a,VMM.TouchSlider.onTouchStart,"touchstart");VMM.unbindEvent(a,VMM.TouchSlider.onTouchMove,"touchmove");VMM.unbindEvent(a,VMM.TouchSlider.onTouchEnd,"touchend")},makeTouchable:function(a,b){VMM.bindEvent(a,VMM.TouchSlider.onTouchStart,"touchstart",{element:b});VMM.bindEvent(a,VMM.TouchSlider.onTouchMove,"touchmove",{element:b});VMM.bindEvent(a,VMM.TouchSlider.onTouchEnd,"touchend",{element:b})},onTouchStart:function(a){VMM.TouchSlider.touchStart(a.data.element,a);a.stopPropagation();return!0},onTouchEnd:function(a){a.stopPropagation();if(VMM.TouchSlider.sliding){VMM.TouchSlider.sliding=!1;VMM.TouchSlider.touchEnd(a.data.element,a);return!1}return!0},onTouchMove:function(a){VMM.TouchSlider.touchMove(a.data.element,a);a.preventDefault();a.stopPropagation();return!1},getLeft:function(a){return parseInt(VMM.Element.css(a,"left").substring(0,VMM.Element.css(a,"left").length-2),10)},getTop:function(a){return parseInt(VMM.Element.css(a,"top").substring(0,VMM.Element.css(a,"top").length-2),10)},touchStart:function(a,b){VMM.Element.css(a,"-webkit-transition-duration","0");VMM.TouchSlider.startX=b.originalEvent.touches[0].screenX;VMM.TouchSlider.startY=b.originalEvent.touches[0].screenY;VMM.TouchSlider.startLeft=VMM.TouchSlider.getLeft(a);VMM.TouchSlider.startTop=VMM.TouchSlider.getTop(a);VMM.TouchSlider.touchStartTime=(new Date).getTime()},touchEnd:function(a,b){if(VMM.TouchSlider.getLeft(a)>0){VMM.TouchSlider.vertical?VMM.Element.animate(a,1e3,"",{top:0}):VMM.Element.animate(a,1e3,"",{left:0});VMM.TouchSlider.startX=null;VMM.TouchSlider.startY=null;VMM.fireEvent(a,"TOUCHUPDATE",[0])}else VMM.TouchSlider.slideMomentum(a,b)},slideMomentum:function(a,b){var c=((new Date).getTime()-VMM.TouchSlider.touchStartTime)*10,d=c,e=VMM.TouchSlider.getLeft(a),f=VMM.TouchSlider.getTop(a),g=6e3*(Math.abs(VMM.TouchSlider.startLeft)-Math.abs(e)),h=6e3*(Math.abs(VMM.TouchSlider.startTop)-Math.abs(f));c=Math.round(g/c);slideAdjustY=Math.round(h/c);var i=c+e,j=slideAdjustY+f,k=j%VMM.TouchSlider.height,l=i%VMM.TouchSlider.width,m={top:Math.min(0,j),left:Math.min(0,i),time:d};VMM.fireEvent(a,"TOUCHUPDATE",[m]);VMM.TouchSlider.startX=null;VMM.TouchSlider.startY=null},doSlide:function(a,b,c){VMM.Element.css(a,"-webkit-transition-property","left");VMM.Element.css(a,"-webkit-transition-duration",c);VMM.Element.css(a,"left",b)},touchMove:function(a,b){!!VMM.TouchSlider.sliding;VMM.TouchSlider.sliding=!0;if(VMM.TouchSlider.vertical)if(VMM.TouchSlider.startY>b.originalEvent.touches[0].screenY){VMM.Element.css(a,"top",-(VMM.TouchSlider.startY-b.originalEvent.touches[0].screenY-VMM.TouchSlider.startTop));VMM.TouchSlider.slidingTop=!0}else{var c=b.originalEvent.touches[0].screenY-VMM.TouchSlider.startY+VMM.TouchSlider.startTop;VMM.Element.css(a,"top",-(VMM.TouchSlider.startY-b.originalEvent.touches[0].screenY-VMM.TouchSlider.startTop));VMM.TouchSlider.slidingTop=!1}else if(VMM.TouchSlider.startX>b.originalEvent.touches[0].screenX){VMM.Element.css(a,"left",-(VMM.TouchSlider.startX-b.originalEvent.touches[0].screenX-VMM.TouchSlider.startLeft));VMM.TouchSlider.slidingLeft=!0}else{var d=b.originalEvent.touches[0].screenX-VMM.TouchSlider.startX+VMM.TouchSlider.startLeft;VMM.Element.css(a,"left",-(VMM.TouchSlider.startX-b.originalEvent.touches[0].screenX-VMM.TouchSlider.startLeft));VMM.TouchSlider.slidingLeft=!1}}});typeof VMM!="undefined"&&typeof VMM.DragSlider=="undefined"&&(VMM.DragSlider={createPanel:function(a,b,c,d,e){var f=d;VMM.DragSlider.width=c;VMM.DragSlider.makeDraggable(a,b);VMM.DragSlider.drag_elem=a;VMM.DragSlider.sticky=e},makeDraggable:function(a,b){VMM.bindEvent(a,VMM.DragSlider.onDragStart,"mousedown",{element:b,delement:a});VMM.bindEvent(a,VMM.DragSlider.onDragEnd,"mouseup",{element:b,delement:a});VMM.bindEvent(a,VMM.DragSlider.onDragLeave,"mouseleave",{element:b,delement:a})},cancelSlide:function(a){VMM.unbindEvent(VMM.DragSlider.drag_elem,VMM.DragSlider.onDragMove,"mousemove");return!0},onDragLeave:function(a){VMM.unbindEvent(a.data.delement,VMM.DragSlider.onDragMove,"mousemove");a.preventDefault();a.stopPropagation();return!0},onDragStart:function(a){VMM.DragSlider.dragStart(a.data.element,a.data.delement,a);a.preventDefault();a.stopPropagation();return!0},onDragEnd:function(a){a.preventDefault();a.stopPropagation();if(VMM.DragSlider.sliding){VMM.DragSlider.sliding=!1;VMM.DragSlider.dragEnd(a.data.element,a.data.delement,a);return!1}return!0},onDragMove:function(a){VMM.DragSlider.dragMove(a.data.element,a);a.preventDefault();a.stopPropagation();return!1},dragStart:function(a,b,c){VMM.DragSlider.startX=c.pageX;VMM.DragSlider.startLeft=VMM.DragSlider.getLeft(a);VMM.DragSlider.dragStartTime=(new Date).getTime();VMM.DragSlider.dragWidth=VMM.Element.width(b);var d=Math.round(VMM.DragSlider.startX-c.pageX-VMM.DragSlider.startLeft);VMM.Element.stop(a);VMM.bindEvent(b,VMM.DragSlider.onDragMove,"mousemove",{element:a})},dragEnd:function(a,b,c){VMM.unbindEvent(b,VMM.DragSlider.onDragMove,"mousemove");VMM.DragSlider.getLeft(a)>0||VMM.DragSlider.dragMomentum(a,c)},dragMove:function(a,b){!!VMM.DragSlider.sliding;VMM.DragSlider.sliding=!0;if(VMM.DragSlider.startX>b.pageX){VMM.Element.css(a,"left",-(VMM.DragSlider.startX-b.pageX-VMM.DragSlider.startLeft));VMM.DragSlider.slidingLeft=!0}else{var c=b.pageX-VMM.DragSlider.startX+VMM.DragSlider.startLeft;VMM.Element.css(a,"left",-(VMM.DragSlider.startX-b.pageX-VMM.DragSlider.startLeft));VMM.DragSlider.slidingLeft=!1}},dragMomentum:function(a,b){var c=((new Date).getTime()-VMM.DragSlider.dragStartTime)*10,d=c,e=VMM.DragSlider.getLeft(a),f=6e3*(Math.abs(VMM.DragSlider.startLeft)-Math.abs(e));c=Math.round(f/c);var g=e+c,h=g%VMM.DragSlider.width,i={left:Math.min(g),time:d};VMM.fireEvent(a,"DRAGUPDATE",[i]);var j="easeOutExpo";i.time>0&&VMM.Element.animate(a,i.time,j,{left:i.left})},getLeft:function(a){return parseInt(VMM.Element.css(a,"left").substring(0,VMM.Element.css(a,"left").length-2),10)}});typeof VMM!="undefined"&&typeof VMM.Slider=="undefined"&&(VMM.Slider=function(a,b){function u(){trace("onConfigSet")}function v(a,b){var c=!0,e=!1;a!=null&&(c=a);b!=null&&(e=b);n=d.slider.width;d.slider.nav.height=VMM.Element.height(s.prevBtnContainer);d.slider.content.width=n-d.slider.content.padding*2;VMM.Element.width(h,j.length*d.slider.content.width);if(e){var i=j[m].leftpos();VMM.Element.css(g,"left",i)}F();G();VMM.Element.css(s.nextBtn,"left",n-d.slider.nav.width);VMM.Element.height(s.prevBtn,d.slider.height);VMM.Element.height(s.nextBtn,d.slider.height);VMM.Element.css(s.nextBtnContainer,"top",d.slider.height/2-d.slider.nav.height/2);VMM.Element.css(s.prevBtnContainer,"top",d.slider.height/2-d.slider.nav.height/2);VMM.Element.height(f,d.slider.height);VMM.Element.width(f,n);c&&I(m,"linear",1);m==0&&VMM.Element.visible(s.prevBtn,!1)}function w(a){if(m==j.length-1)VMM.Element.animate(g,d.duration,d.ease,{left:-j[m].leftpos()});else{I(m+1);A()}}function x(a){if(m==0)I(m);else{I(m-1);A()}}function y(a){switch(a.keyCode){case 39:w(a);break;case 37:x(a)}}function z(a,b){if(k.length==0)for(var c=0;c<j.length;c++)k.push(j[c].leftpos());if(typeof b.left=="number"){var e=b.left,f=-j[m].leftpos();e<f-d.slider_width/3?w():e>f+d.slider_width/3?x():VMM.Element.animate(g,d.duration,d.ease,{left:f})}else VMM.Element.animate(g,d.duration,d.ease,{left:f});typeof b.top=="number"&&VMM.Element.animate(g,d.duration,d.ease,{top:-b.top})}function A(){d.current_slide=m;VMM.fireEvent(r,"UPDATE")}var c={},d,e,f,g,h,i=[],j=[],k=[],l="",m=0,n=960,o={move:!1,x:10,y:0,off:0,dampen:48},p="",q=!1,r=a,s={nextBtn:"",prevBtn:"",nextDate:"",prevDate:"",nextTitle:"",prevTitle:""},t;typeof VMM.Timeline!="undefined"?d=VMM.Timeline.Config:d={preload:4,current_slide:0,interval:10,something:0,width:720,height:400,ease:"easeInOutExpo",duration:1e3,timeline:!1,spacing:15,slider:{width:720,height:400,content:{width:720,height:400,padding:130},nav:{width:100,height:200}}};this.ver="0.6";d.slider.width=d.width;d.slider.height=d.height;this.init=function(a){j=[];k=[];typeof a!="undefined"?this.setData(a):trace("WAITING ON DATA")};this.width=function(a){if(a==null||a=="")return d.slider.width;d.slider.width=a;v()};this.height=function(a){if(a==null||a=="")return d.slider.height;d.slider.height=a;v()};this.setData=function(a){if(typeof a!="undefined"){i=a;K()}else trace("NO DATA")};this.getData=function(){return i};this.setConfig=function(a){typeof a!="undefined"?d=a:trace("NO CONFIG DATA")};this.getConfig=function(){return d};this.setSize=function(a,b){a!=null&&(d.slider.width=a);b!=null&&(d.slider.height=b);q&&v()};this.active=function(){return q};this.getCurrentNumber=function(){return m};this.setSlide=function(a){I(a)};var B=function(a){i=a},C=function(a){VMM.attachElement(h,"");j=[];for(var b=0;b<a.length;b++){var c=new VMM.Slider.Slide(a[b],h);j.push(c)}},D=function(a){a?E():t=setTimeout(E,d.duration)},E=function(){for(var a=0;a<d.preload;a++){m+a>=j.length-1||j[m+a].show();m-a<0||j[m-a].show()}F()},F=function(){var a=".slider-item .layout-text-media .media .media-container ",b=".slider-item .layout-media .media .media-container ",c=".slider-item .media .media-container",e={text_media:{width:d.slider.content.width/100*60,height:d.slider.height-60,video:{width:0,height:0}},media:{width:d.slider.content.width,height:d.slider.height-110,video:{width:0,height:0}}};e.text_media.video=VMM.Util.ratio.fit(e.text_media.width,e.text_media.height,16,9);e.media.video=VMM.Util.ratio.fit(e.media.width,e.media.height,16,9);VMM.Element.css(".slider-item","width",d.slider.content.width);VMM.Element.height(".slider-item",d.slider.height);var f=!1;n<=650?f=!0:VMM.Browser.device=="mobile"&&VMM.Browser.orientation=="portrait"?f=!0:VMM.Browser.device!="tablet"||VMM.Browser.orientation!="portrait";if(f){e.text_media.width=d.slider.content.width;e.text_media.height=d.slider.height/100*50-50;e.media.height=d.slider.height/100*70-40;e.text_media.video=VMM.Util.ratio.fit(e.text_media.width,e.text_media.height,16,9);e.media.video=VMM.Util.ratio.fit(e.media.width,e.media.height,16,9);VMM.Element.css(".slider-item .layout-text-media .text","width","100%");VMM.Element.css(".slider-item .layout-text-media .text","display","block");VMM.Element.css(".slider-item .layout-text-media .text .container","display","block");VMM.Element.css(".slider-item .layout-text-media .text .container","width",d.slider.content.width);VMM.Element.css(".slider-item .layout-text-media .media","float","none");VMM.Element.css(".slider-item .media blockquote p","line-height","18px");VMM.Element.css(".slider-item .media blockquote p","font-size","16px");VMM.Element.css(".slider-item","overflow-y","auto");for(var g=0;g<j.length;g++)VMM.Element.height(VMM.Element.find(j[g],".content"))>d.slider.height?j[g].css("display","block"):j[g].css("display","table")}else{VMM.Element.css(".slider-item .layout-text-media .text","width","40%");VMM.Element.css(".slider-item .layout-text-media .text","display","table-cell");VMM.Element.css(".slider-item .layout-text-media .text .container","display","table-cell");VMM.Element.css(".slider-item .layout-text-media .text .container","width","auto");VMM.Element.css(".slider-item .layout-text-media .media","float","left");VMM.Element.css(".slider-item .layout-text-media","display","table");VMM.Element.css(".slider-item .media blockquote p","line-height","36px");VMM.Element.css(".slider-item .media blockquote p","font-size","28px");VMM.Element.css(".slider-item","display","table");VMM.Element.css(".slider-item","overflow-y","auto")}VMM.Element.css(a+".media-frame","max-width",e.text_media.width);VMM.Element.height(a+".media-frame",e.text_media.height);VMM.Element.width(a+".media-frame",e.text_media.width);VMM.Element.css(a+"img","max-height",e.text_media.height);VMM.Element.css(b+"img","max-height",e.media.height);VMM.Element.css(a+"img","max-width",e.text_media.width);VMM.Element.css(a+".twitter .avatar img","max-width",32);VMM.Element.css(a+".twitter .avatar img","max-height",32);VMM.Element.css(b+".twitter .avatar img","max-width",32);VMM.Element.css(b+".twitter .avatar img","max-height",32);VMM.Element.width(a+".media-frame",e.text_media.video.width);VMM.Element.height(a+".media-frame",e.text_media.video.height);VMM.Element.width(b+".media-frame",e.media.video.width);VMM.Element.height(b+".media-frame",e.media.video.height);VMM.Element.css(b+".media-frame","max-height",e.media.video.height);VMM.Element.css(b+".media-frame","max-width",e.media.video.width);VMM.Element.height(b+".soundcloud",168);VMM.Element.height(a+".soundcloud",168);VMM.Element.width(b+".soundcloud",e.media.width);VMM.Element.width(a+".soundcloud",e.text_media.width);VMM.Element.css(c+".soundcloud","max-height",168);VMM.Element.height(a+".map",e.text_media.height);VMM.Element.css(b+".map","max-height",e.media.height);VMM.Element.width(b+".map",e.media.width);VMM.Element.height(a+".doc",e.text_media.height);VMM.Element.height(b+".doc",e.media.height);trace(e)},G=function(){var a=0;for(var b=0;b<j.length;b++){a=b*(d.slider.width+d.spacing);j[b].leftpos(a)}},H=function(a){var b="linear";for(var c=0;c<j.length;c++)c==m?j[c].animate(d.duration,b,{opacity:1}):c==m-1||c==m+1?j[c].animate(d.duration,b,{opacity:.1}):j[c].opacity(a)},I=function(a,b,c,e,f){VMM.ExternalAPI.youtube.stopPlayers();m=a;var h=d.ease,k=d.duration,l=!1,n=!1,o=j[m].leftpos();m==0&&(n=!0);m+1>=j.length&&(l=!0);b!=null&&b!=""&&(h=b);c!=null&&c!=""&&(k=c);if(n)VMM.Element.visible(s.prevBtn,!1);else{VMM.Element.visible(s.prevBtn,!0);d.type=="timeline"&&VMM.attachElement(s.prevDate,i[m-1].date);VMM.attachElement(s.prevTitle,VMM.Util.unlinkify(i[m-1].title))}if(l)VMM.Element.visible(s.nextBtn,!1);else{VMM.Element.visible(s.nextBtn,!0);d.type=="timeline"&&VMM.attachElement(s.nextDate,i[m+1].date);VMM.attachElement(s.nextTitle,VMM.Util.unlinkify(i[m+1].title))}if(e)VMM.Element.css(g,"left",-(o-d.slider.content.padding));else{VMM.Element.stop(g);VMM.Element.animate(g,k,h,{left:-(o-d.slider.content.padding)})}f&&VMM.fireEvent(r,"LOADED");if(j[m].height()>d.slider_height)VMM.Element.css(".slider","overflow-y","scroll");else{VMM.Element.css(r,"overflow-y","hidden");VMM.Element.animate(r,k,h,{scrollTop:VMM.Element.prop(r,"scrollHeight")-VMM.Element.height(r)})}D()},J=function(){var a="<div class='icon'>&nbsp;</div>";s.nextBtn=VMM.appendAndGetElement(e,"<div>","nav-next");s.prevBtn=VMM.appendAndGetElement(e,"<div>","nav-previous");s.nextBtnContainer=VMM.appendAndGetElement(s.nextBtn,"<div>","nav-container",a);s.prevBtnContainer=VMM.appendAndGetElement(s.prevBtn,"<div>","nav-container",a);if(d.type=="timeline"){s.nextDate=VMM.appendAndGetElement(s.nextBtnContainer,"<div>","date","1957");s.prevDate=VMM.appendAndGetElement(s.prevBtnContainer,"<div>","date","1957")}s.nextTitle=VMM.appendAndGetElement(s.nextBtnContainer,"<div>","title","Title Goes Here");s.prevTitle=VMM.appendAndGetElement(s.prevBtnContainer,"<div>","title","Title Goes Here");VMM.bindEvent(".nav-next",w);VMM.bindEvent(".nav-previous",x);VMM.bindEvent(window,y,"keydown")},K=function(){VMM.attachElement(r,"");e=VMM.getElement("div.slider");f=VMM.appendAndGetElement(e,"<div>","slider-container-mask");g=VMM.appendAndGetElement(f,"<div>","slider-container");h=VMM.appendAndGetElement(g,"<div>","slider-item-container");J();C(i);var a=3e3;if(VMM.Browser.device=="tablet"||VMM.Browser.device=="mobile"){d.duration=500;a=1e3;VMM.TouchSlider.createPanel(g,g,j[0].width(),d.spacing,!0);VMM.bindEvent(g,z,"TOUCHUPDATE")}else VMM.Browser.device!="mobile";v(!1,!0);VMM.Element.visible(s.prevBtn,!1);trace("config.current_slide "+d.current_slide);I(d.current_slide,"easeOutExpo",a,!0,!0);q=!0}});typeof VMM.Slider!="undefined"&&(VMM.Slider.Slide=function(a,b){var c=a,d={},e="",f=!1,g=VMM.appendAndGetElement(b,"<div>","slider-item");this.show=function(){f||h()};this.hide=function(){f&&i()};this.elem=function(){return g};this.position=function(){return VMM.Element.position(g)};this.leftpos=function(a){if(typeof a=="undefined"){trace("LEFT: "+VMM.Element.position(g).left);return VMM.Element.position(g).left}VMM.Element.css(g,"left",a)};this.animate=function(a,b,c){VMM.Element.animate(g,a,b,c)};this.css=function(a,b){VMM.Element.css(g,a,b)};this.opacity=function(a){VMM.Element.css(g,"opacity",a)};this.width=function(){return VMM.Element.width(g)};this.height=function(){return VMM.Element.height(g)};var h=function(){VMM.attachElement(g,"");VMM.appendElement(g,j());f=!0;var a=setTimeout(VMM.ExternalAPI.pushQues,500)},i=function(){VMM.attachElement(g,"");f=!1},j=function(){var a={slide:"",text:"",media:"",layout:"content-container layout",has:{headline:!1,text:!1,media:!1}},b,d;if(c.startdate!=null&&c.startdate!=""&&type.of(c.startdate)=="date"&&c.type!="start"){var e=VMM.Util.date.prettyDate(c.startdate),f=VMM.Util.date.prettyDate(c.enddate);e!=f?a.text+=VMM.createElement("h2",e+"<small> &mdash; "+f+"</small>","date"):a.text+=VMM.createElement("h2",e,"date")}if(c.headline!=null&&c.headline!=""){a.has.headline=!0;c.type=="start"?a.text+=VMM.createElement("h2",VMM.Util.linkify_with_twitter(c.headline,"_blank"),"start"):a.text+=VMM.createElement("h3",VMM.Util.linkify_with_twitter(c.headline,"_blank"))}if(c.text!=null&&c.text!=""){a.has.text=!0;a.text+=VMM.createElement("p",VMM.Util.linkify_with_twitter(c.text,"_blank"))}if(a.has.text||a.has.headline){a.text=VMM.createElement("div",a.text,"container");a.text=VMM.createElement("div",a.text,"text")}if(c.asset!=null&&c.asset!=""&&c.asset.media!=null&&c.asset.media!=""){a.has.media=!0;a.media=VMM.MediaElement.create(c.asset)}a.has.text&&(a.layout+="-text");a.has.media&&(a.layout+="-media");a.slide=VMM.createElement("div",a.text+a.media,a.layout);d=VMM.createElement("div",a.slide,"content");return d}});if(typeof VMM!="undefined"&&typeof VMM.Util=="undefined"){VMM.Util={init:function(){return this},randomBetween:function(a,b){return Math.floor(Math.random()*(b-a+1)+a)},average:function(a){var b={mean:0,variance:0,deviation:0},c=a.length;for(var d,e=0,f=c;f--;e+=a[f]);for(d=b.mean=e/c,f=c,e=0;f--;e+=Math.pow(a[f]-d,2));return b.deviation=Math.sqrt(b.variance=e/c),b},customSort:function(a,b){var c=a,d=b;return c==d?0:c>d?1:-1},number2money:function(a,b,c){var b=b!==null?b:!0,c=c!==null?c:!1,d=VMM.Math2.floatPrecision(a,2),e=this.niceNumber(d);!e.split(/\./g)[1]&&c&&(e+=".00");b&&(e="$"+e);return e},wordCount:function(a){var b=a+" ",c=/^[^A-Za-z0-9\'\-]+/gi,d=b.replace(c,""),e=/[^A-Za-z0-9\'\-]+/gi,f=d.replace(e," "),g=f.split(" "),h=g.length-1;b.length<2&&(h=0);return h},ratio:{fit:function(a,b,c,d){var e={width:0,height:0};e.width=a;e.height=Math.round(a/c*d);if(e.height>b){e.height=b;e.width=Math.round(b/d*c);e.width>a&&trace("FIT: DIDN'T FIT!!! ")}return e},r16_9:function(a,b){if(a!==null&&a!=="")return Math.round(b/16*9);if(b!==null&&b!=="")return Math.round(a/9*16)},r4_3:function(a,b){if(a!==null&&a!=="")return Math.round(b/4*3);if(b!==null&&b!=="")return Math.round(a/3*4)}},date:{dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"mmm d",full:"mmmm d',' yyyy",time_no_seconds_short:"h:MM TT",time_no_seconds_small_date:"dddd', 'h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",full_long:"dddd',' mmm d',' yyyy 'at' hh:MM TT",full_long_small_date:"hh:MM TT'<br/><small>'dddd',' mmm d',' yyyy'</small>'"},month:["January","February","March","April","May","June","July","August","September","October","November","December"],month_abbr:["Jan.","Feb.","March","April","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."],day:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],day_abbr:["Sun.","Mon.","Tues.","Wed.","Thurs.","Fri.","Sat."],hour:[1,2,3,4,5,6,7,8,9,10,11,12,1,2,3,4,5,6,7,8,9,10,11,12],hour_suffix:["am"],bc_format:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"mmm d",full:"mmmm d',' yyyy",time_no_seconds_short:"h:MM TT",time_no_seconds_small_date:"dddd', 'h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",full_long:"dddd',' mmm d',' yyyy 'at' hh:MM TT",full_long_small_date:"hh:MM TT'<br/><small>'dddd',' mmm d',' yyyy'</small>'"},setLanguage:function(a){trace("SET DATE LANGUAGE");VMM.Util.date.dateformats=a.dateformats;VMM.Util.date.month=a.date.month;VMM.Util.date.month_abbr=a.date.month_abbr;VMM.Util.date.day=a.date.day;VMM.Util.date.day_abbr=a.date.day_abbr;dateFormat.i18n.dayNames=a.date.day_abbr.concat(a.date.day);dateFormat.i18n.monthNames=a.date.month_abbr.concat(a.date.month)},parse:function(a){if(type.of(a)=="date")return a;var b=new Date(0,0,1,0,0,0,0),c,d;if(a.match(/,/gi)){c=a.split(",");for(var e=0;e<c.length;e++)c[e]=parseInt(c[e]);c[0]&&b.setFullYear(c[0]);c[1]>1&&b.setMonth(c[1]-1);c[2]>1&&b.setDate(c[2]);c[3]>1&&b.setHours(c[3]);c[4]>1&&b.setMinutes(c[4]);c[5]>1&&b.setSeconds(c[5]);c[6]>1&&b.setMilliseconds(c[6])}else if(a.match("/")){var f,g;if(a.match(" ")){f=a.split(" ");if(a.match(":")){d=f[1].split(":");d[0]>=1&&b.setHours(d[0]);d[1]>=1&&b.setMinutes(d[1]);d[2]>=1&&b.setSeconds(d[2]);d[3]>=1&&b.setMilliseconds(d[3])}c=f[0].split("/")}else c=a.split("/");c[2]&&b.setFullYear(c[2]);c[0]>1&&b.setMonth(c[0]-1);c[1]>1&&b.setDate(c[1])}else if(a.length<5){b.setFullYear(parseInt(a));b.setMonth(0);b.setDate(1);b.setHours(0);b.setMinutes(0);b.setSeconds(0);b.setMilliseconds(0)}else b=new Date(parseInt(a.slice(0,4)),parseInt(a.slice(4,6))-1,parseInt(a.slice(6,8)),parseInt(a.slice(8,10)),parseInt(a.slice(10,12)));return b},prettyDate:function(a,b,c){var d,e;if(type.of(a)=="date"){a.getMonth()===0&&a.getDate()==1&&a.getHours()===0&&a.getMinutes()===0?d=dateFormat(a,VMM.Util.date.dateformats.year):a.getDate()<=1&&a.getHours()===0&&a.getMinutes()===0?b?d=dateFormat(a,VMM.Util.date.dateformats.month_short):d=dateFormat(a,VMM.Util.date.dateformats.month):a.getHours()===0&&a.getMinutes()===0?b?d=dateFormat(a,VMM.Util.date.dateformats.full_short):d=dateFormat(a,VMM.Util.date.dateformats.full):a.getMinutes()===0?b?d=dateFormat(a,VMM.Util.date.dateformats.time_no_seconds_short):d=dateFormat(a,VMM.Util.date.dateformats.time_no_seconds_small_date):b?d=dateFormat(a,VMM.Util.date.dateformats.time_no_seconds_short):d=dateFormat(a,VMM.Util.date.dateformats.full_long);e=d.split(" ");for(var f=0;f<e.length;f++)if(parseInt(e[f])<0){trace("YEAR IS BC");var g=e[f],h=Math.abs(parseInt(e[f])),i=h.toString()+" B.C.";d=d.replace(g,i)}}else{trace("NOT A VALID DATE?");trace(a)}return d}},doubledigit:function(a){return(a<10?"0":"")+a},truncateWords:function(a,b,c){b||(b=30);c||(c=b);var d=/^[^A-Za-z0-9\'\-]+/gi,e=a.replace(d,""),f=e.split(" "),g=[];b=Math.min(f.length,b);c=Math.min(f.length,c);for(var h=0;h<b;h++)g.push(f[h]);for(var i=b;h<c;h++){var j=f[h];g.push(j);if(j.charAt(j.length-1)==".")break}return g.join(" ")},linkify:function(a,b,c){var d=/\b(?:https?|ftp):\/\/[a-z0-9-+&@#\/%?=~_|!:,.;]*[a-z0-9-+&@#\/%=~_|]/gim,e=/(^|[^\/])(www\.[\S]+(\b|$))/gim,f=/(([a-zA-Z0-9_\-\.]+)@[a-zA-Z_]+?(?:\.[a-zA-Z]{2,6}))+/gim;return a.replace(d,"<a target='_blank' href='$&' onclick='void(0)'>$&</a>").replace(e,"$1<a target='_blank' onclick='void(0)' href='http://$2'>$2</a>").replace(f,"<a target='_blank' onclick='void(0)' href='mailto:$1'>$1</a>")},linkify_with_twitter:function(a,b,c){function h(a){var b=/(\b(https?|ftp|file):\/\/([-A-Z0-9+&@#%?=~_|!:,.;]*)([-A-Z0-9+&@#%?\/=~_|!:,.;]*)[-A-Z0-9+&@#\/%=~_|])/ig;return a.replace(b,"<a href='$1' target='_blank'>$3</a>"
)}var d=/\b(?:https?|ftp):\/\/[a-z0-9-+&@#\/%?=~_|!:,.;]*[a-z0-9-+&@#\/%=~_|]/gim,e=/(\()((?:ht|f)tps?:\/\/[a-z0-9\-._~!$&'()*+,;=:\/?#[\]@%]+)(\))|(\[)((?:ht|f)tps?:\/\/[a-z0-9\-._~!$&'()*+,;=:\/?#[\]@%]+)(\])|(\{)((?:ht|f)tps?:\/\/[a-z0-9\-._~!$&'()*+,;=:\/?#[\]@%]+)(\})|(<|&(?:lt|#60|#x3c);)((?:ht|f)tps?:\/\/[a-z0-9\-._~!$&'()*+,;=:\/?#[\]@%]+)(>|&(?:gt|#62|#x3e);)|((?:^|[^=\s'"\]])\s*['"]?|[^=\s]\s+)(\b(?:ht|f)tps?:\/\/[a-z0-9\-._~!$'()*+,;=:\/?#[\]@%]+(?:(?!&(?:gt|#0*62|#x0*3e);|&(?:amp|apos|quot|#0*3[49]|#x0*2[27]);[.!&',:?;]?(?:[^a-z0-9\-._~!$&'()*+,;=:\/?#[\]@%]|$))&[a-z0-9\-._~!$'()*+,;=:\/?#[\]@%]*)*[a-z0-9\-_~$()*+=\/#[\]@%])/img,f='$1$4$7$10$13<a href="$2$5$8$11$14" class="hyphenate">$2$5$8$11$14</a>$3$6$9$12',g=/(^|[^\/])(www\.[\S]+(\b|$))/gim,i=/(([a-zA-Z0-9_\-\.]+)@[a-zA-Z_]+?(?:\.[a-zA-Z]{2,6}))+/gim,j=/(@([\w]+))/g,k=/(#([\w]+))/g;return a.replace(e,f).replace(g,"$1<a target='_blank' class='hyphenate' onclick='void(0)' href='http://$2'>$2</a>").replace(i,"<a target='_blank' onclick='void(0)' href='mailto:$1'>$1</a>").replace(j,"<a href='http://twitter.com/$2' target='_blank' onclick='void(0)'>$1</a>").replace(k,"<a href='http://twitter.com/#search?q=%23$2' target='_blank' 'void(0)'>$1</a>")},unlinkify:function(a){if(!a)return a;a=a.replace(/<a\b[^>]*>/i,"");a=a.replace(/<\/a>/i,"");return a},nl2br:function(a){return a.replace(/(\r\n|[\r\n]|\\n|\\r)/g,"<br/>")},unique_ID:function(a){var b=function(a){return Math.floor(Math.random()*a)},c=function(){var a="abcdefghijklmnopqurstuvwxyzABCDEFGHIJKLMNOPQURSTUVWXYZ";return a.substr(b(62),1)},d=function(a){var b="";for(var d=0;d<a;d++)b+=c();return b};return d(a)},isEven:function(a){return a%2===0?!0:!1},getUrlVars:function(a){var b=a.toString();b.match("&#038;")?b=b.replace("&#038;","&"):b.match("&#38;")?b=b.replace("&#38;","&"):b.match("&amp;")&&(b=b.replace("&amp;","&"));var c=[],d,e=b.slice(b.indexOf("?")+1).split("&");for(var f=0;f<e.length;f++){d=e[f].split("=");c.push(d[0]);c[d[0]]=d[1]}return c},toHTML:function(a){a=this.nl2br(a);a=this.linkify(a);return a.replace(/\s\s/g,"&nbsp;&nbsp;")},toCamelCase:function(a,b){b!==!1&&(b=!0);var c=(b?a.toLowerCase():a).split(" ");for(var d=0;d<c.length;d++)c[d]=c[d].substr(0,1).toUpperCase()+c[d].substr(1);return c.join(" ")},properQuotes:function(a){return a.replace(/\"([^\"]*)\"/gi,"&#8220;$1&#8221;")},niceNumber:function(a){var b=String(Math.abs(Number(a))),c=b.split(/\./g)[0],d=b.split(/\./g)[1],e="",f=c.toArray();f.reverse();for(var g=1;g<=f.length;g++)g%3==0&&g<f.length?e=","+f[g-1]+e:e=f[g-1]+e;return d!=null&&d!=""&&d!=undefined?e+"."+d:e},toTitleCase:function(a){var b={__smallWords:["a","an","and","as","at","but","by","en","for","if","in","of","on","or","the","to","v[.]?","via","vs[.]?"],init:function(){this.__smallRE=this.__smallWords.join("|");this.__lowerCaseWordsRE=new RegExp("\\b("+this.__smallRE+")\\b","gi");this.__firstWordRE=new RegExp("^([^a-zA-Z0-9 \\r\\n\\t]*)("+this.__smallRE+")\\b","gi");this.__lastWordRE=new RegExp("\\b("+this.__smallRE+")([^a-zA-Z0-9 \\r\\n\\t]*)$","gi")},toTitleCase:function(a){var b="",c=a.split(/([:.;?!][ ]|(?:[ ]|^)["“])/);for(var d=0;d<c.length;++d){var e=c[d];e=e.replace(/\b([a-zA-Z][a-z.'’]*)\b/g,this.__titleCaseDottedWordReplacer);e=e.replace(this.__lowerCaseWordsRE,this.__lowerReplacer);e=e.replace(this.__firstWordRE,this.__firstToUpperCase);e=e.replace(this.__lastWordRE,this.__firstToUpperCase);b+=e}b=b.replace(/ V(s?)\. /g," v$1. ");b=b.replace(/(['’])S\b/g,"$1s");b=b.replace(/\b(AT&T|Q&A)\b/ig,this.__upperReplacer);return b},__titleCaseDottedWordReplacer:function(a){return a.match(/[a-zA-Z][.][a-zA-Z]/)?a:b.__firstToUpperCase(a)},__lowerReplacer:function(a){return a.toLowerCase()},__upperReplacer:function(a){return a.toUpperCase()},__firstToUpperCase:function(a){var b=a.split(/(^[^a-zA-Z0-9]*[a-zA-Z0-9])(.*)$/);b[1]=b[1].toUpperCase();return b.join("")}};b.init();a=a.replace(/_/g," ");a=b.toTitleCase(a);return a}}.init();String.linkify||(String.prototype.linkify=function(){var a=/\b(?:https?|ftp):\/\/[a-z0-9-+&@#\/%?=~_|!:,.;]*[a-z0-9-+&@#\/%=~_|]/gim,b=/(^|[^\/])(www\.[\S]+(\b|$))/gim,c=/(([a-zA-Z0-9_\-\.]+)@[a-zA-Z_]+?(?:\.[a-zA-Z]{2,6}))+/gim,d=/(@([\w]+))/g,e=/(#([\w]+))/g;return this.replace(a,'<a target="_blank" href="$&">$&</a>').replace(b,'$1<a target="_blank" href="http://$2">$2</a>').replace(c,'<a target="_blank" href="mailto:$1">$1</a>').replace(d,"<a href='http://twitter.com/$2' target='_blank'>$1</a>").replace(e,"<a href='http://twitter.com/#search?q=%23$2' target='_blank'>$1</a>")});var dateFormat=function(){var a=/d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,b=/\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,c=/[^-+\dA-Z]/g,d=function(a,b){a=String(a);b=b||2;while(a.length<b)a="0"+a;return a};return function(e,f,g){var h=dateFormat;if(arguments.length==1&&Object.prototype.toString.call(e)=="[object String]"&&!/\d/.test(e)){f=e;e=undefined}e=e?new Date(e):new Date;if(isNaN(e))throw SyntaxError("invalid date");f=String(h.masks[f]||f||h.masks["default"]);if(f.slice(0,4)=="UTC:"){f=f.slice(4);g=!0}var i=g?"getUTC":"get",j=e[i+"Date"](),k=e[i+"Day"](),l=e[i+"Month"](),m=e[i+"FullYear"](),n=e[i+"Hours"](),o=e[i+"Minutes"](),p=e[i+"Seconds"](),q=e[i+"Milliseconds"](),r=g?0:e.getTimezoneOffset(),s={d:j,dd:d(j),ddd:h.i18n.dayNames[k],dddd:h.i18n.dayNames[k+7],m:l+1,mm:d(l+1),mmm:h.i18n.monthNames[l],mmmm:h.i18n.monthNames[l+12],yy:String(m).slice(2),yyyy:m,h:n%12||12,hh:d(n%12||12),H:n,HH:d(n),M:o,MM:d(o),s:p,ss:d(p),l:d(q,3),L:d(q>99?Math.round(q/10):q),t:n<12?"a":"p",tt:n<12?"am":"pm",T:n<12?"A":"P",TT:n<12?"AM":"PM",Z:g?"UTC":(String(e).match(b)||[""]).pop().replace(c,""),o:(r>0?"-":"+")+d(Math.floor(Math.abs(r)/60)*100+Math.abs(r)%60,4),S:["th","st","nd","rd"][j%10>3?0:(j%100-j%10!=10)*j%10]};return f.replace(a,function(a){return a in s?s[a]:a.slice(1,a.length-1)})}}();dateFormat.masks={"default":"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:ss",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"};dateFormat.i18n={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"]};Date.prototype.format=function(a,b){return dateFormat(this,a,b)}}window.loadedJS=[];typeof VMM!="undefined"&&typeof VMM.LoadLib=="undefined"&&(VMM.LoadLib=function(a){function i(a){var b=!1;for(var c=0;c<h.length;c++)h[c]==a&&(b=!0);b||h.push(a);return b}function j(b,c){var d=a.createElement(b),e;for(e in c)c.hasOwnProperty(e)&&d.setAttribute(e,c[e]);return d}function k(a){var b=d[a],c,g;if(b){c=b.callback;g=b.urls;g.shift();e=0;if(!g.length){c&&c.call(b.context,b.obj);d[a]=null;f[a].length&&m(a)}}}function l(){var c=navigator.userAgent;b={async:a.createElement("script").async===!0};(b.webkit=/AppleWebKit\//.test(c))||(b.ie=/MSIE/.test(c))||(b.opera=/Opera/.test(c))||(b.gecko=/Gecko\//.test(c))||(b.unknown=!0)}function m(e,g,h,i,m){var p=function(){k(e)},q=e==="css",r=[],s,t,u,v,w,x;b||l();if(g){g=typeof g=="string"?[g]:g.concat();if(q||b.async||b.gecko||b.opera)f[e].push({urls:g,callback:h,obj:i,context:m});else for(s=0,t=g.length;s<t;++s)f[e].push({urls:[g[s]],callback:s===t-1?h:null,obj:i,context:m})}if(d[e]||!(v=d[e]=f[e].shift()))return;c||(c=a.head||a.getElementsByTagName("head")[0]);w=v.urls;for(s=0,t=w.length;s<t;++s){x=w[s];if(q)u=b.gecko?j("style"):j("link",{href:x,rel:"stylesheet"});else{u=j("script",{src:x});u.async=!1}u.className="lazyload";u.setAttribute("charset","utf-8");if(b.ie&&!q)u.onreadystatechange=function(){if(/loaded|complete/.test(u.readyState)){u.onreadystatechange=null;p()}};else if(q&&(b.gecko||b.webkit))if(b.webkit){v.urls[s]=u.href;o()}else{u.innerHTML='@import "'+x+'";';n(u)}else u.onload=u.onerror=p;r.push(u)}for(s=0,t=r.length;s<t;++s)c.appendChild(r[s])}function n(a){var b;try{b=!!a.sheet.cssRules}catch(c){e+=1;e<200?setTimeout(function(){n(a)},50):b&&k("css");return}k("css")}function o(){var a=d.css,b;if(a){b=g.length;while(--b>=0)if(g[b].href===a.urls[0]){k("css");break}e+=1;a&&(e<200?setTimeout(o,50):k("css"))}}var b,c,d={},e=0,f={css:[],js:[]},g=a.styleSheets,h=[];return{css:function(a,b,c,d){if(i(a))return b;m("css",a,b,c,d)},js:function(a,b,c,d){if(i(a))return b;m("js",a,b,c,d)}}}(this.document));typeof VMM!="undefined"&&typeof VMM.Language=="undefined"&&(VMM.Language={date:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],month_abbr:["Jan.","Feb.","March","April","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."],day:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],day_abbr:["Sun.","Mon.","Tues.","Wed.","Thurs.","Fri.","Sat."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"mmm d",full:"mmmm d',' yyyy",time_no_seconds_short:"h:MM TT",time_no_seconds_small_date:"dddd', 'h:MM TT'<br/><small>'mmmm d',' yyyy'</small>'",full_long:"dddd',' mmm d',' yyyy 'at' hh:MM TT",full_long_small_date:"hh:MM TT'<br/><small>'dddd',' mmm d',' yyyy'</small>'"},messages:{loading_timeline:"Loading Timeline... ",return_to_title:"Return to Title",expand_timeline:"Expand Timeline",contract_timeline:"Contract Timeline"}});if(typeof VMM!="undefined"&&typeof VMM.Timeline=="undefined"){VMM.Timeline=function(a,b,c,d){function w(a,b){m=b.timeline;type.of(m.era)!="array"&&(m.era=[]);M()}function x(){K()}function y(){L();h.setSize(o.feature.width,o.feature.height);i.setSize(o.width,o.height)}function z(a){o.loaded.slider=!0;A()}function A(a){o.loaded.percentloaded=o.loaded.percentloaded+25;o.loaded.slider&&o.loaded.timenav&&I()}function B(a){o.loaded.timenav=!0;A()}function C(a){s=!0;o.current_slide=h.getCurrentNumber();F(o.current_slide);i.setMarker(o.current_slide,o.ease,o.duration)}function D(a){s=!0;o.current_slide=i.getCurrentNumber();F(o.current_slide);h.setSlide(o.current_slide)}function F(a){o.hash_bookmark&&(window.location.hash="#"+a.toString())}var e,f,g,h,i,j,k,l={},m={},n=[],o={},p=!1,q=!1,r=!1,s=!1;type.of(d)=="string"?k=d:k="#timeline";j="1.01";trace("TIMELINE VERSION "+j);o={id:k,type:"timeline",maptype:"toner",preload:4,current_slide:0,hash_bookmark:!1,start_at_end:!1,start_page:!1,interval:10,something:0,width:960,height:540,spacing:15,loaded:{slider:!1,timenav:!1,percentloaded:0},nav:{start_page:!1,interval_width:200,density:4,minor_width:0,multiplier:{current:6,min:.1,max:50},rows:[1,1,1],width:960,height:200,marker:{width:150,height:48}},feature:{width:960,height:540},slider:{width:720,height:400,content:{width:720,height:400,padding:130},nav:{width:100,height:200}},ease:"easeInOutExpo",duration:1e3,language:VMM.Language};if(a!=null&&a!=""){o.width=a;p=!0}if(b!=null&&b!=""){o.height=b;q=!0}if(window.location.hash){var t=window.location.hash.substring(1);isNaN(t)||(o.current_slide=parseInt(t))}window.onhashchange=function(){if(o.hash_bookmark)if(s){var a=window.location.hash.substring(1);E(parseInt(a))}else s=!1};var u=function(a){if(typeof timeline_config=="object"){trace("HAS TIMELINE CONFIG");var b;for(b in timeline_config)Object.prototype.hasOwnProperty.call(timeline_config,b)&&(o[b]=timeline_config[b])}else if(typeof a=="object"){var b;for(b in a)Object.prototype.hasOwnProperty.call(a,b)&&(o[b]=a[b])}o.nav.width=o.width;o.nav.height=200;o.feature.width=o.width;o.feature.height=o.height-o.nav.height;VMM.Timeline.Config=o;VMM.master_config.Timeline=VMM.Timeline.Config},v=function(a,b){e=VMM.getElement(k);VMM.Element.addClass(k,"vmm-timeline");f=VMM.appendAndGetElement(e,"<div>","feedback","");g=VMM.appendAndGetElement(f,"<div>","messege","Timeline");h=new VMM.Slider(k+" div.slider",o);i=new VMM.Timeline.TimeNav(k+" div.navigation");p?VMM.Element.width(e,o.width):o.width=VMM.Element.width(e);q?VMM.Element.height(e,o.height):o.height=VMM.Element.height(e)},E=function(a){if(a<=n.length-1&&a>=0){o.current_slide=a;h.setSlide(o.current_slide);i.setMarker(o.current_slide,o.ease,o.duration)}};this.init=function(c,d,h){type.of(d)=="string"&&(d.match("#")?k=d:k="#"+d);u(h);v(a,b);trace("TIMELINE INIT");VMM.Util.date.setLanguage(VMM.Timeline.Config.language);f=VMM.appendAndGetElement(e,"<div>","feedback","");g=VMM.appendAndGetElement(f,"<div>","messege",VMM.Timeline.Config.language.messages.loading_timeline);VMM.bindEvent(global,w,"DATAREADY");VMM.bindEvent(global,H,"MESSEGE");if(VMM.Browser.browser=="MSIE"&&parseInt(VMM.Browser.version,10)==7){r=!0;VMM.fireEvent(global,"MESSEGE","Internet Explorer 7 is not supported by #Timeline.")}else type.of(c)=="string"||type.of(c)=="object"?VMM.Timeline.DataObj.getData(c):VMM.Timeline.DataObj.getData(VMM.getElement(k))};this.iframeLoaded=function(){trace("iframeLoaded")};var G=function(a){VMM.getJSON(a,function(a){m=VMM.Timeline.DataObj.getData(a);VMM.fireEvent(global,"DATAREADY")})},H=function(a,b){trace("showMessege "+b);VMM.attachElement(g,b)},I=function(){VMM.Element.animate(f,o.duration,o.ease*4,{opacity:0},J)},J=function(){VMM.Element.detach(f)},K=function(){o.start_at_end&&(o.current_slide=n.length-1);VMM.attachElement(e,"");VMM.appendElement(e,"<div class='container main'><div class='feature'><div class='slider'></div></div><div class='navigation'></div></div>");y();VMM.bindEvent("div.slider",z,"LOADED");VMM.bindEvent("div.navigation",B,"LOADED");VMM.bindEvent("div.slider",C,"UPDATE");VMM.bindEvent("div.navigation",D,"UPDATE");h.init(n);i.init(n,m.era);VMM.bindEvent(global,y,"resize")},L=function(){trace("UPDATE SIZE");o.width=VMM.Element.width(e);o.height=VMM.Element.height(e);o.nav.width=o.width;o.feature.width=o.width;VMM.Browser.device!="mobile";o.feature.height=o.height-o.nav.height-3},M=function(){L();VMM.fireEvent(global,"MESSEGE","Building Dates");for(var a=0;a<m.date.length;a++)if(m.date[a].startDate!=null&&m.date[a].startDate!=""){var b={};m.date[a].type=="tweets"?b.startdate=VMM.ExternalAPI.twitter.parseTwitterDate(m.date[a].startDate):b.startdate=VMM.Util.date.parse(m.date[a].startDate);b.uniqueid=m.date[a].startDate.toString()+"-"+a.toString();m.date[a].endDate!=null&&m.date[a].endDate!=""?m.date[a].type=="tweets"?b.enddate=VMM.ExternalAPI.twitter.parseTwitterDate(m.date[a].endDate):b.enddate=VMM.Util.date.parse(m.date[a].endDate):b.enddate=b.startdate;b.title=m.date[a].headline;b.headline=m.date[a].headline;b.type=m.date[a].type;b.date=VMM.Util.date.prettyDate(b.startdate);b.asset=m.date[a].asset;b.fulldate=b.startdate.getTime();b.text=m.date[a].text;b.content="";n.push(b)}n.sort(function(a,b){return a.fulldate-b.fulldate});if(m.headline!=null&&m.headline!=""&&m.text!=null&&m.text!=""){trace("HAS STARTPAGE");var b={},c=0,d=n[0].startdate;b.startdate=n[0].startdate;trace(n[0].startdate);trace(b.startdate);d.getMonth()===0&&d.getDate()==1&&d.getHours()===0&&d.getMinutes()===0?b.startdate.setFullYear(d.getFullYear()-1):d.getDate()<=1&&d.getHours()===0&&d.getMinutes()===0?b.startdate.setMonth(d.getMonth()-1):d.getHours()===0&&d.getMinutes()===0?b.startdate.setDate(d.getDate()-1):d.getMinutes()===0?b.startdate.setHours(d.getHours()-1):b.startdate.setMinutes(d.getMinutes()-1);b.uniqueid=VMM.Util.unique_ID(5);b.enddate=b.startdate;b.title=m.headline;b.headline=m.headline;b.text=m.text;b.type="start";b.date=VMM.Util.date.prettyDate(m.startDate);b.asset=m.asset;b.fulldate=b.startdate.getTime();n.push(b)}n.sort(function(a,b){return a.fulldate-b.fulldate});x()}};VMM.Timeline.Config={}}typeof VMM.Timeline!="undefined"&&typeof VMM.Timeline.TimeNav=="undefined"&&(VMM.Timeline.TimeNav=function(a,b,c){function J(){trace("onConfigSet")}function K(a){VMM.Element.css(D,"left",Math.round(I.width/2)+2);S(I.current_slide,I.ease,I.duration,!0,a)}function L(){VMM.fireEvent(f,"UPDATE")}function M(){VMM.DragSlider.cancelSlide();if(I.nav.multiplier.current>I.nav.multiplier.min){I.nav.multiplier.current<=1?I.nav.multiplier.current=I.nav.multiplier.current-.25:I.nav.multiplier.current>5?I.nav.multiplier.current>16?I.nav.multiplier.current=Math.round(I.nav.multiplier.current-10):I.nav.multiplier.current=Math.round(I.nav.multiplier.current-4):I.nav.multiplier.current=Math.round(I.nav.multiplier.current-1);I.nav.multiplier.current<=0&&(I.nav.multiplier.current=I.nav.multiplier.min);P()}}function N(){VMM.DragSlider.cancelSlide();if(I.nav.multiplier.current<I.nav.multiplier.max){I.nav.multiplier.current>4?I.nav.multiplier.current>16?I.nav.multiplier.current=Math.round(I.nav.multiplier.current+10):I.nav.multiplier.current=Math.round(I.nav.multiplier.current+4):I.nav.multiplier.current=Math.round(I.nav.multiplier.current+1);I.nav.multiplier.current>=I.nav.multiplier.max&&(I.nav.multiplier.current=I.nav.multiplier.max);P()}}function O(a){VMM.DragSlider.cancelSlide();S(0);L()}function Q(a){VMM.DragSlider.cancelSlide();S(a.data.number);L()}function R(a){VMM.Element.toggleClass(a.data.elem,"zFront")}function T(a,b){VMM.Element.animate(v,b.time/2,I.ease,{left:b.left})}trace("VMM.Timeline.TimeNav");var d={},e={},f=a,g=[],h=[],i=[],j=[],k=[],l,m,n=0,o=!1,p={day:24,month:12,year:10,hour:60,minute:60,second:1e3,decade:10,century:100,millenium:1e3,age:1e6,epoch:1e7,era:1e8,eon:5e8,week:4.34812141,days_in_month:30.4368499,days_in_week:7,weeks_in_month:4.34812141,weeks_in_year:52.177457,days_in_year:365.242199,hours_in_day:24},q={day:864e5,week:7,month:30.4166666667,year:12,hour:24,minute:1440,second:86400,decade:10,century:100,millenium:1e3,age:1e6,epoch:1e7,era:1e8,eon:5e8},r={type:"year",number:10,first:1970,last:2011,multiplier:100,classname:"_idd",interval_type:"interval"},s={type:"year",number:10,first:1970,last:2011,multiplier:100,classname:"major",interval_type:"interval major"},t={type:"year",number:10,first:1970,last:2011,multiplier:100,classname:"_dd_minor",interval_type:"interval minor"},u={day:{},month:{},year:{},hour:{},minute:{},second:{},decade:{},century:{},millenium:{},week:{},age:{},epoch:{},era:{},eon:{}},v,w,x,y,z,A,B,C,D,E,F,G,H,I=VMM.Timeline.Config;I.nav.rows=[I.nav.marker.height,I.nav.marker.height*2,1];b!=null&&b!=""&&(I.nav.width=b);c!=null&&c!=""&&(I.nav.height=c);this.init=function(a,b){trace("VMM.Timeline.TimeNav init");typeof a!="undefined"?this.setData(a,b):trace("WAITING ON DATA")};this.setData=function(a,b){if(typeof a!="undefined"){g={};g=a;l=b;bb()}else trace("NO DATA")};this.setSize=function(a,b){a!=null&&(I.width=a);b!=null&&(I.height=b);o&&K()};this.setMarker=function(a,b,c,d){S(a,b,c)};this.getCurrentNumber=function(){return n};var P=function(){trace("config.nav.multiplier "+I.nav.multiplier.current);$(!0);_(j,!0,!0);_(k,!0)},S=function(a,b,c,d,e){n=a;var f=I.ease,g=I.duration,h=!1,j=!1,k=VMM.Element.position(i[n].marker);n==0&&(j=!0);n+1==i.length&&(h=!0);b!=null&&b!=""&&(f=b);c!=null&&c!=""&&(g=c);for(var l=0;l<i.length;l++)VMM.Element.removeClass(i[l].marker,"active");if(I.start_page&&i[0].type=="start"){VMM.Element.visible(i[0].marker,!1);VMM.Element.addClass(i[0].marker,"start")}VMM.Element.addClass(i[n].marker,"active");VMM.Element.stop(v);VMM.Element.animate(v,g,f,{left:I.width/2-k.left})},U=function(){var a=0,b=0,c=0,d=[];for(var e=0;e<i.length;e++)if(g[e].type!="start"){var f=Z(r,g[e].startdate,g[e].enddate);a=b;b=f.begin;c=b-a;d.push(c)}return VMM.Util.average(d).mean},V=function(){var a=0,b=0,c=0,d=[],e=!0;for(var f=0;f<g.length;f++)if(g[f].type=="start")trace("DATA DATE IS START");else{var h=g[f].startdate;a=b;b=h;c=b-a;d.push(c)}return VMM.Util.average(d)},W=function(){var a=I.nav.multiplier.current;for(var b=0;b<a;b++)U()<75&&I.nav.multiplier.current>1&&(I.nav.multiplier.current=I.nav.multiplier.current-1)},X=function(){var a=Y(g[0].startdate),b=Y(g[g.length-1].enddate);u.eon.type="eon";u.eon.first=a.eons;u.eon.base=Math.floor(a.eons);u.eon.last=b.eons;u.eon.number=e.eons;u.eon.multiplier=p.eons;u.eon.minor=p.eons;u.era.type="era";u.era.first=a.eras;u.era.base=Math.floor(a.eras);u.era.last=b.eras;u.era.number=e.eras;u.era.multiplier=p.eras;u.era.minor=p.eras;u.epoch.type="epoch";u.epoch.first=a.epochs;u.epoch.base=Math.floor(a.epochs);u.epoch.last=b.epochs;u.epoch.number=e.epochs;u.epoch.multiplier=p.epochs;u.epoch.minor=p.epochs;u.age.type="age";u.age.first=a.ages;u.age.base=Math.floor(a.ages);u.age.last=b.ages;u.age.number=e.ages;u.age.multiplier=p.ages;u.age.minor=p.ages;u.millenium.type="millenium";u.millenium.first=a.milleniums;u.millenium.base=Math.floor(a.milleniums);u.millenium.last=b.milleniums;u.millenium.number=e.milleniums;u.millenium.multiplier=p.millenium;u.millenium.minor=p.millenium;u.century.type="century";u.century.first=a.centuries;u.century.base=Math.floor(a.centuries);u.century.last=b.centuries;u.century.number=e.centuries;u.century.multiplier=p.century;u.century.minor=p.century;u.decade.type="decade";u.decade.first=a.decades;u.decade.base=Math.floor(a.decades);u.decade.last=b.decades;u.decade.number=e.decades;u.decade.multiplier=p.decade;u.decade.minor=p.decade;u.year.type="year";u.year.first=a.years;u.year.base=Math.floor(a.years);u.year.last=b.years;u.year.number=e.years;u.year.multiplier=1;u.year.minor=p.month;u.month.type="month";u.month.first=a.months;u.month.base=Math.floor(a.months);u.month.last=b.months;u.month.number=e.months;u.month.multiplier=1;u.month.minor=Math.round(p.week);u.week.type="week";u.week.first=a.weeks;u.week.base=Math.floor(a.weeks);u.week.last=b.weeks;u.week.number=e.weeks;u.week.multiplier=1;u.week.minor=7;u.day.type="day";u.day.first=a.days;u.day.base=Math.floor(a.days);u.day.last=b.days;u.day.number=e.days;u.day.multiplier=1;u.day.minor=24;u.hour.type="hour";u.hour.first=a.hours;u.hour.base=Math.floor(a.hours);u.hour.last=b.hours;u.hour.number=e.hours;u.hour.multiplier=1;u.hour.minor=60;u.minute.type="minute";u.minute.first=a.minutes;u.minute.base=Math.floor(a.minutes);u.minute.last=b.minutes;u.minute.number=e.minutes;u.minute.multiplier=1;u.minute.minor=60;u.second.type="decade";u.second.first=a.seconds;u.second.base=Math.floor(a.seconds);u.second.last=b.seconds;u.second.number=e.seconds;u.second.multiplier=1;u.second.minor=10},Y=function(a,b){var c={};c.days=a/q.day;c.weeks=c.days/q.week;c.months=c.days/q.month;c.years=c.months/q.year;c.hours=c.days*q.hour;c.minutes=c.days*q.minute;c.seconds=c.days*q.second;c.decades=c.years/q.decade;c.centuries=c.years/q.century;c.milleniums=c.years/q.millenium;c.ages=c.years/q.age;c.epochs=c.years/q.epoch;c.eras=c.years/q.era;c.eons=c.years/q.eon;return c},Z=function(a,b,c){var d=a.type,e=a.multiplier,f=Y(b),g,h,i;h=b.months;if(type.of(c)=="date"){g=Y(c);i=c.months;if(d=="eon"){h=f.eons;i=g.eons}else if(d=="era"){h=f.eras;i=g.eras}else if(d=="epoch"){h=f.epochs;i=g.epochs}else if(d=="age"){h=f.ages;i=g.ages}else if(d=="millenium"){h=b.milleniums;i=c.milleniums}else if(d=="century"){h=f.centuries;i=g.centuries}else if(d=="decade"){h=f.decades;i=g.decades}else if(d=="year"){h=f.years;i=g.years}else if(d=="month"){h=f.months;i=g.months}else if(d=="week"){h=f.weeks;i=g.weeks}else if(d=="day"){h=f.days;i=g.days}else if(d=="hour"){h=f.hours;i=g.hours}else if(d=="minute"){h=f.minutes;i=g.minutes}_pos=(h-r.base)*(I.nav.interval_width/I.nav.multiplier.current);_pos_end=(i-r.base)*(I.nav.interval_width/I.nav.multiplier.current)}else{if(d=="eon"){h=f.eons;i=f.eons}else if(d=="era"){h=f.eras;i=f.eras}else if(d=="epoch"){h=f.epochs;i=f.epochs}else if(d=="age"){h=f.ages;i=f.ages}else if(d=="millenium"){h=b.milleniums;i=b.milleniums}else if(d=="century"){h=f.centuries;i=f.centuries}else if(d=="decade"){h=f.decades;i=f.decades}else if(d=="year"){h=f.years;i=f.years}else if(d=="month"){h=f.months;i=f.months}else if(d=="week"){h=f.weeks;i=f.weeks}else if(d=="day"){h=f.days;i=f.days}else if(d=="hour"){h=f.hours;i=f.hours}else if(d=="minute"){h=f.minutes;i=f.minutes}_pos=(h-r.base)*(I.nav.interval_width/I.nav.multiplier.current);_pos_end=_pos}return pos={begin:_pos,end:_pos_end}},$=function(a){var b=r.type,c=r.multiplier,d=2,e=0,f=0,j=150,k=6,l=0;VMM.Element.removeClass(".flag","row1");VMM.Element.removeClass(".flag","row2");VMM.Element.removeClass(".flag","row3");for(var m=0;m<i.length;m++){var o,p=i[m].marker,q=i[m].flag,s=i[m].lineevent,t=Z(r,g[m].startdate,g[m].enddate),u=-2;z=t.begin;_pos_end=t.end;z=Math.round(z+u);_pos_end=Math.round(_pos_end+u);o=Math.round(_pos_end-z);if(a){VMM.Element.stop(p);VMM.Element.animate(p,I.duration/2,I.ease,{left:z})}else VMM.Element.css(p,"left",z);m==n&&(l=z);if(o>5){VMM.Element.css(s,"height",k);VMM.Element.css(s,"width",o);VMM.Element.css(s,"top",j)}if(z-e<I.nav.marker.width+I.spacing)if(d<I.nav.rows.length-1)d++;else{d=0;f++}else{f=0;d=0}e=z;if(a){VMM.Element.stop(q);VMM.Element.animate(q,I.duration,I.ease,{top:I.nav.rows[d]})}else VMM.Element.css(q,"top",I.nav.rows[d]);I.start_page&&i[m].type=="start"&&VMM.Element.visible(p,!1)}for(var w=0;w<h.length;w++){var o,x=h[w],y=x.content,z=Z(r,x.startdate,x.enddate),A=z.end-z.begin,B=25;VMM.Element.css(y,"left",z.begin);VMM.Element.css(y,"width",A)}VMM.Element.stop(v);VMM.Element.animate(v,I.duration/2,I.ease,{left:I.width/2-l})},_=function(a,b,c){var d=r.type,e=r.multiplier,f=0,g=0;for(var h=0;h<a.length;h++){var i=a[h].interval_element,j=a[h].interval_date,k=a[h].interval_visible,l=Z(r,j),m=l.begin,n=!0,o=50;b?VMM.Element.animate(i,I.duration/2,I.ease,{left:m}):VMM.Element.css(i,"left",m);I.nav.multiplier.current>16&&c?n=!1:m-f<65&&(m-f<35?h%4==0?m==0&&(n=!1):n=!1:VMM.Util.isEven(h)||(n=!1));if(k){if(!n){b?VMM.Element.animate(i,I.duration*2,I.ease,{opacity:0}):VMM.Element.css(i,"opacity",0);a[h].interval_visible=!1}}else if(n){b?VMM.Element.animate(i,I.duration*2,I.ease,{opacity:100}):VMM.Element.css(i,"opacity",100);a[h].interval_visible=!0}f=m;m>I.nav.minor_width&&(I.nav.minor_width=m)}VMM.Element.css(E,"left",-(I.width/2));VMM.Element.width(E,I.nav.minor_width+I.width)},ab=function(a,b,c){var d=0,e=!0,f=0,h=0;VMM.attachElement(c,"");a.date=new Date(g[0].startdate.getFullYear(),0,1,0,0,0);for(var i=0;i<Math.ceil(a.number)+1;i++){var j,k,l,m=VMM.appendAndGetElement(c,"<div>",a.classname),n,o=!1;if(a.type=="eon"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/5e8)*5e8);a.date.setFullYear(a.date.getFullYear()+d*5e8)}else if(a.type=="era"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/1e8)*1e8);a.date.setFullYear(a.date.getFullYear()+d*1e8)}else if(a.type=="epoch"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/1e7)*1e7);a.date.setFullYear(a.date.getFullYear()+d*1e7)}else if(a.type=="age"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/1e6)*1e6);a.date.setFullYear(a.date.getFullYear()+d*1e6)}else if(a.type=="millenium"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/1e3)*1e3);a.date.setFullYear(a.date.getFullYear()+d*1e3)}else if(a.type=="century"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/100)*100);a.date.setFullYear(a.date.getFullYear()+d*100)}else if(a.type=="decade"){e&&a.date.setFullYear(Math.floor(g[0].startdate.getFullYear()/10)*10);a.date.setFullYear(a.date.getFullYear()+d*10)}else if(r.type=="year"){!e;a.date.setFullYear(a.date.getFullYear()+d)}else if(a.type=="month"){e&&a.date.setMonth(g[0].startdate.getMonth());a.date.setMonth(a.date.getMonth()+d)}else if(a.type=="week"){if(e){a.date.setMonth(g[0].startdate.getMonth());a.date.setDate(Math.floor(g[0].startdate.getDate()*7))}a.date.setDate(a.date.getDate()+d*7)}else if(a.type=="day"){if(e){a.date.setMonth(g[0].startdate.getMonth());a.date.setDate(g[0].startdate.getDate())}a.date.setDate(a.date.getDate()+d)}else if(a.type=="hour"){if(e){a.date.setMonth(g[0].startdate.getMonth());a.date.setDate(g[0].startdate.getDate());a.date.setHours(g[0].startdate.getHours())}a.date.setHours(a.date.getHours()+d)}else if(a.type=="minute"){if(e){a.date.setMonth(g[0].startdate.getMonth());a.date.setDate(g[0].startdate.getDate());a.date.setHours(g[0].startdate.getHours());a.date.setMinutes(g[0].startdate.getMinutes())}a.date.setMinutes(a.date.getMinutes()+d)}else if(a.type=="second"){if(e){a.date.setMonth(g[0].startdate.getMonth());a.date.setDate(g[0].startdate.getDate());a.date.setHours(g[0].startdate.getHours());a.date.setMinutes(g[0].startdate.getMinutes());a.date.setSeconds(g[0].startdate.getSeconds())}a.date.setSeconds(a.date.getSeconds()+d)}j=VMM.Util.date.prettyDate(a.date,!0,a.type);d=1;e=!1;k=Z(a,a.date);l=k.begin;VMM.appendElement(m,j);VMM.Element.css(m,"text-indent",-(VMM.Element.width(m)/2));VMM.Element.css(m,"opacity","0");f=l;l>h&&(h=l);n=new Date(a.date);var p={interval_element:m,interval_date:n,interval_visible:o,type:a.interval_type};b.push(p)}VMM.Element.width(E,h);_(b)},bb=function(){VMM.attachElement(f,"");v=VMM.appendAndGetElement(f,"<div>","timenav");w=VMM.appendAndGetElement(v,"<div>","content");x=VMM.appendAndGetElement(v,"<div>","time");y=VMM.appendAndGetElement(x,"<div>","time-interval-minor");E=VMM.appendAndGetElement(y,"<div>","minor");A=VMM.appendAndGetElement(x,"<div>","time-interval-major");z=VMM.appendAndGetElement(x,"<div>","time-interval");B=VMM.appendAndGetElement(f,"<div>","timenav-background");D=VMM.appendAndGetElement(B,"<div>","timenav-line");C=VMM.appendAndGetElement(B,"<div>","timenav-interval-background","<div class='top-highlight'></div>");F=VMM.appendAndGetElement(f,"<div>","toolbar");cb();db();W();$();_(j,!1,!0);_(k);if(I.start_page){$backhome=VMM.appendAndGetElement(F,"<div>","back-home","<div class='icon'></div>");VMM.bindEvent(".back-home",O,"click");VMM.Element.css(F,"top",27);VMM.Element.attribute($backhome,"title",VMM.Timeline.Config.language.messages.return_to_title);VMM.Element.attribute($backhome,"rel","tooltip")}G=VMM.appendAndGetElement(F,"<div>","zoom-in","<div class='icon'></div>");H=VMM.appendAndGetElement(F,"<div>","zoom-out","<div class='icon'></div>");VMM.Element.attribute(G,"title",VMM.Timeline.Config.language.messages.expand_timeline);VMM.Element.attribute(G,"rel","tooltip");VMM.Element.attribute(H,"title",VMM.Timeline.Config.language.messages.contract_timeline);VMM.Element.attribute(H,"rel","tooltip");F.tooltip({selector:"div[rel=tooltip]",placement:"right"});if(VMM.Browser.device=="mobile"||VMM.Browser.device=="tablet"){VMM.TouchSlider.createPanel(B,v,I.width,I.spacing,!1);VMM.bindEvent(v,T,"TOUCHUPDATE")}else VMM.DragSlider.createPanel(f,v,I.width,I.spacing,!1);VMM.bindEvent(".zoom-in",M,"click");VMM.bindEvent(".zoom-out",N,"click");VMM.fireEvent(f,"LOADED");o=!0;K(!0)},cb=function(){e=Y(g[g.length-1].enddate-g[0].startdate,!0);trace(e);X();if(e.centuries>g.length/I.nav.density){r=u.century;s=u.millenium;t=u.decade}else if(e.decades>g.length/I.nav.density){r=u.decade;s=u.century;t=u.year}else if(e.years>g.length/I.nav.density){r=u.year;s=u.decade;t=u.month}else if(e.months>g.length/I.nav.density){r=u.month;s=u.year;t=u.day}else if(e.days>g.length/I.nav.density){r=u.day;s=u.month;t=u.hour}else if(e.hours>g.length/I.nav.density){r=u.hour;s=u.day;t=u.minute}else if(e.minutes>g.length/I.nav.density){r=u.minute;s=u.hour;t=u.second}else if(e.seconds>g.length/I.nav.density){r=u.second;s=u.minute;t=u.second}else{trace("NO IDEA WHAT THE TYPE SHOULD BE");r=u.day;s=u.month;t=u.hour}trace("INTERVAL TYPE: "+r.type);trace("INTERVAL MAJOR TYPE: "+s.type);ab(r,j,z);ab(s,k,A)},db=function(){var a=2,b=0,c=0;i=[];h=[];for(var d=0;d<g.length;d++){var e,f,j,k,m,n;e=VMM.appendAndGetElement(w,"<div>","marker");f=VMM.appendAndGetElement(e,"<div>","flag");j=VMM.appendAndGetElement(f,"<div>","flag-content");k=VMM.appendAndGetElement(e,"<div>","dot");m=VMM.appendAndGetElement(e,"<div>","line");n=VMM.appendAndGetElement(m,"<div>","event-line");g[d].asset!=null&&g[d].asset!=""&&VMM.appendElement(j,VMM.MediaElement.thumbnail(g[d].asset,32,32));VMM.appendElement(j,"<h3>"+VMM.Util.unlinkify(g[d].title)+"</h3><h4>"+g[d].date+"</h4>");VMM.Element.attr(e,"id",g[d].uniqueid.toString());VMM.bindEvent(f,Q,"",{number:d});VMM.bindEvent(f,R,"mouseenter mouseleave",{number:d,elem:f});var o={marker:e,flag:f,lineevent:n,type:"marker"};if(g[d].type=="start"){trace("BUILD MARKER HAS START PAGE");I.start_page=!0;o.type="start"}i.push(o)}for(var p=0;p<l.length;p++){var q={content:VMM.appendAndGetElement(w,"<div>","era"),startdate:VMM.Util.parseDate(l[p].startDate),enddate:VMM.Util.parseDate(l[p].endDate),title:l[p].headline,uniqueid:VMM.Util.unique_ID(4),color:l[p].color};VMM.Element.attr(q.content,"id",q.uniqueid);VMM.Element.css(q.content,"background",q.color);VMM.appendElement(q.content,"<h3>"+VMM.Util.unlinkify(q.title)+"</h3>");h.push(q)}}});typeof VMM.Timeline!="undefined"&&typeof VMM.Timeline.DataObj=="undefined"&&
(VMM.Timeline.DataObj={data_obj:{},model_array:[],getData:function(a){data=VMM.Timeline.DataObj.data_obj;if(type.of(a)=="object"){trace("DATA SOURCE: JSON OBJECT");VMM.Timeline.DataObj.parseJSON(a)}else if(type.of(a)=="string")if(a.match("%23")){trace("DATA SOURCE: TWITTER SEARCH");VMM.Timeline.DataObj.model_Tweets.getData("%23medill")}else if(a.match("spreadsheet")){VMM.fireEvent(global,"MESSEGE",VMM.Timeline.Config.language.messages.loading_timeline);trace("DATA SOURCE: GOOGLE SPREADSHEET");VMM.Timeline.DataObj.model_GoogleSpreadsheet.getData(a)}else{VMM.fireEvent(global,"MESSEGE",VMM.Timeline.Config.language.messages.loading_timeline);trace("DATA SOURCE: JSON");VMM.getJSON(a,VMM.Timeline.DataObj.parseJSON)}else if(type.of(a)=="html"){trace("DATA SOURCE: HTML");VMM.Timeline.DataObj.parseHTML(a)}else trace("DATA SOURCE: UNKNOWN")},parseHTML:function(a){trace("parseHTML");trace("WARNING: THIS IS STILL ALPHA AND WILL NOT WORK WITH ID's other than #timeline");var b=VMM.Timeline.DataObj.data_template_obj;if(VMM.Element.find("#timeline section","time")[0]){b.timeline.startDate=VMM.Element.html(VMM.Element.find("#timeline section","time")[0]);b.timeline.headline=VMM.Element.html(VMM.Element.find("#timeline section","h2"));b.timeline.text=VMM.Element.html(VMM.Element.find("#timeline section","article"));var c=!1;if(VMM.Element.find("#timeline section","figure img").length!=0){c=!0;b.timeline.asset.media=VMM.Element.attr(VMM.Element.find("#timeline section","figure img"),"src")}else if(VMM.Element.find("#timeline section","figure a").length!=0){c=!0;b.timeline.asset.media=VMM.Element.attr(VMM.Element.find("#timeline section","figure a"),"href")}if(c){VMM.Element.find("#timeline section","cite").length!=0&&(b.timeline.asset.credit=VMM.Element.html(VMM.Element.find("#timeline section","cite")));VMM.Element.find(this,"figcaption").length!=0&&(b.timeline.asset.caption=VMM.Element.html(VMM.Element.find("#timeline section","figcaption")))}}VMM.Element.each("#timeline li",function(a,c){var d=!1,e={type:"default",startDate:"",headline:"",text:"",asset:{media:"",credit:"",caption:""},tags:"Optional"};if(VMM.Element.find(this,"time")!=0){d=!0;e.startDate=VMM.Element.html(VMM.Element.find(this,"time")[0]);VMM.Element.find(this,"time")[1]&&(e.endDate=VMM.Element.html(VMM.Element.find(this,"time")[0]));e.headline=VMM.Element.html(VMM.Element.find(this,"h3"));e.text=VMM.Element.html(VMM.Element.find(this,"article"));var f=!1;if(VMM.Element.find(this,"figure img").length!=0){f=!0;e.asset.media=VMM.Element.attr(VMM.Element.find(this,"figure img"),"src")}else if(VMM.Element.find(this,"figure a").length!=0){f=!0;e.asset.media=VMM.Element.attr(VMM.Element.find(this,"figure a"),"href")}if(f){VMM.Element.find(this,"cite").length!=0&&(e.asset.credit=VMM.Element.html(VMM.Element.find(this,"cite")));VMM.Element.find(this,"figcaption").length!=0&&(e.asset.caption=VMM.Element.html(VMM.Element.find(this,"figcaption")))}trace(e);b.timeline.date.push(e)}});VMM.fireEvent(global,"DATAREADY",b)},parseJSON:function(a){if(a.timeline.type=="default"){trace("DATA SOURCE: JSON STANDARD TIMELINE");VMM.fireEvent(global,"DATAREADY",a)}else if(a.timeline.type=="twitter"){trace("DATA SOURCE: JSON TWEETS");VMM.Timeline.DataObj.model_Tweets.buildData(a)}else{trace("DATA SOURCE: UNKNOWN JSON");trace(type.of(a.timeline))}},model_Tweets:{type:"twitter",buildData:function(a){VMM.bindEvent(global,VMM.Timeline.DataObj.model_Tweets.onTwitterDataReady,"TWEETSLOADED");VMM.ExternalAPI.twitter.getTweets(a.timeline.tweets)},getData:function(a){VMM.bindEvent(global,VMM.Timeline.DataObj.model_Tweets.onTwitterDataReady,"TWEETSLOADED");VMM.ExternalAPI.twitter.getTweetSearch(a)},onTwitterDataReady:function(a,b){var c=VMM.Timeline.DataObj.data_template_obj;for(var d=0;d<b.tweetdata.length;d++){var e={type:"tweets",startDate:"",headline:"",text:"",asset:{media:"",credit:"",caption:""},tags:"Optional"};e.startDate=b.tweetdata[d].raw.created_at;type.of(b.tweetdata[d].raw.from_user_name)?e.headline=b.tweetdata[d].raw.from_user_name+" (<a href='https://twitter.com/"+b.tweetdata[d].raw.from_user+"'>"+"@"+b.tweetdata[d].raw.from_user+"</a>)":e.headline=b.tweetdata[d].raw.user.name+" (<a href='https://twitter.com/"+b.tweetdata[d].raw.user.screen_name+"'>"+"@"+b.tweetdata[d].raw.user.screen_name+"</a>)";e.asset.media=b.tweetdata[d].content;c.timeline.date.push(e)}VMM.fireEvent(global,"DATAREADY",c)}},model_GoogleSpreadsheet:{type:"google spreadsheet",getData:function(a){var b=VMM.Util.getUrlVars(a).key,c="https://spreadsheets.google.com/feeds/list/"+b+"/od6/public/values?alt=json";VMM.getJSON(c,VMM.Timeline.DataObj.model_GoogleSpreadsheet.buildData)},buildData:function(a){VMM.fireEvent(global,"MESSEGE","Parsing Data");var b=VMM.Timeline.DataObj.data_template_obj;for(var c=0;c<a.feed.entry.length;c++){var d=a.feed.entry[c];if(d.gsx$titleslide.$t.match("start")){b.timeline.startDate=d.gsx$startdate.$t;b.timeline.headline=d.gsx$headline.$t;b.timeline.asset.media=d.gsx$media.$t;b.timeline.asset.caption=d.gsx$mediacaption.$t;b.timeline.asset.credit=d.gsx$mediacredit.$t;b.timeline.text=d.gsx$text.$t;b.timeline.type="google spreadsheet"}else{var e={type:"google spreadsheet",startDate:d.gsx$startdate.$t,endDate:d.gsx$enddate.$t,headline:d.gsx$headline.$t,text:d.gsx$text.$t,asset:{media:d.gsx$media.$t,credit:d.gsx$mediacredit.$t,caption:d.gsx$mediacaption.$t},tags:"Optional"};b.timeline.date.push(e)}}VMM.fireEvent(global,"DATAREADY",b)}},data_template_obj:{timeline:{headline:"",description:"",asset:{media:"",credit:"",caption:""},date:[]}},date_obj:{startDate:"2012,2,2,11,30",headline:"",text:"",asset:{media:"http://youtu.be/vjVfu8-Wp6s",credit:"",caption:""},tags:"Optional"}});if(typeof VMM!="undefined"){VMM.debug=!1;VMM.Language={date:{month:["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],month_abbr:["Jän.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sept.","Okt.","Nov.","Dez."],day:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],day_abbr:["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]},dateformats:{year:"yyyy",month_short:"mmm",month:"mmmm yyyy",full_short:"d. mmm",full:"d. mmmm yyyy",time_no_seconds_short:"HH:MM",time_no_seconds_small_date:"HH:MM'<br/><small>'d. mmmm yyyy'</small>'",full_long:"dddd',' d. mmm yyyy 'um' HH:MM",full_long_small_date:"HH:MM'<br/><small>'dddd',' d. mmm yyyy'</small>'"},messages:{loading_timeline:"Chronologie wird geladen...",return_to_title:"Zurück zum Anfang",expand_timeline:"Chronologie vergrößern",contract_timeline:"Chronologie verkleinern"}}};