var a;
(function(c){c.fn.ajaxSubmit=function(b){if(!this.length){d("ajaxSubmit: skipping submit process - no element selected");return this}if(typeof b=="function")b={success:b};var f=c.trim(this.attr("action"));if(f)f=(f.match(/^([^#]+)/)||[])[1];f=f||window.location.href||"";b=c.extend({url:f,type:this.attr("method")||"GET",iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank"},b||{});f={};this.trigger("form-pre-serialize",[this,b,f]);if(f.veto){d("ajaxSubmit: submit vetoed via form-pre-serialize trigger");return this}if(b.beforeSerialize&&
b.beforeSerialize(this,b)===false){d("ajaxSubmit: submit aborted via beforeSerialize callback");return this}var k=this.formToArray(b.semantic);if(b.data){b.extraData=b.data;for(var m in b.data)if(b.data[m]instanceof Array)for(var h in b.data[m])k.push({name:m,value:b.data[m][h]});else k.push({name:m,value:b.data[m]})}if(b.beforeSubmit&&b.beforeSubmit(k,this,b)===false){d("ajaxSubmit: submit aborted via beforeSubmit callback");return this}this.trigger("form-submit-validate",[k,this,b,f]);if(f.veto){d("ajaxSubmit: submit vetoed via form-submit-validate trigger");
return this}m=c.param(k);if(b.type.toUpperCase()=="GET"){b.url+=(b.url.indexOf("?")>=0?"&":"?")+m;b.data=null}else b.data=m;var g=this,e=[];b.resetForm&&e.push(function(){g.resetForm()});b.clearForm&&e.push(function(){g.clearForm()});if(!b.dataType&&b.target){var j=b.success||function(){};e.push(function(n){c(b.target).html(n).each(j,arguments)})}else b.success&&e.push(b.success);b.success=function(n,q){for(var p=0,o=e.length;p<o;p++)e[p].apply(b,[n,q,g])};m=c("input:file",this).fieldValue();h=false;
for(f=0;f<m.length;f++)if(m[f])h=true;f=false;if(m.length&&b.iframe!==false||b.iframe||h||f)b.closeKeepAlive?c.get(b.closeKeepAlive,l):l();else c.ajax(b);this.trigger("form-submit-notify",[this,b]);return this;function l(){var n=g[0];if(c(":input[name=submit]",n).length)alert('Error: Form elements must not be named "submit".');else{function q(x,v){if(window.ActiveXObject){v=new ActiveXObject("Microsoft.XMLDOM");v.async="false";v.loadXML(x)}else v=(new DOMParser).parseFromString(x,"text/xml");return v&&
v.documentElement&&v.documentElement.tagName!="parsererror"?v:null}function p(){if(!C++){w.detachEvent?w.detachEvent("onload",p):w.removeEventListener("load",p,false);var x=true;try{if(D)throw"timeout";var v,t;t=w.contentWindow?w.contentWindow.document:w.contentDocument?w.contentDocument:w.document;var z=o.dataType=="xml"||t.XMLDocument||c.isXMLDoc(t);d("isXml="+z);if(!z&&(t.body==null||t.body.innerHTML=="")){if(--H){C=0;setTimeout(p,100);return}d("Could not access iframe DOM after 50 tries.");return}s.responseText=
t.body?t.body.innerHTML:null;s.responseXML=t.XMLDocument?t.XMLDocument:t;s.getResponseHeader=function(I){var J={"content-type":o.dataType};return J[I]};if(o.dataType=="json"||o.dataType=="script"){var E=t.getElementsByTagName("textarea")[0];if(E)s.responseText=E.value;else{var F=t.getElementsByTagName("pre")[0];if(F)s.responseText=F.innerHTML}}else if(o.dataType=="xml"&&!s.responseXML&&s.responseText!=null)s.responseXML=q(s.responseText);v=c.httpData(s,o.dataType)}catch(K){x=false;c.handleError(o,
s,"error",K)}if(x){o.success(v,"success");A&&c.event.trigger("ajaxSuccess",[s,o])}A&&c.event.trigger("ajaxComplete",[s,o]);A&&!--c.active&&c.event.trigger("ajaxStop");if(o.complete)o.complete(s,x?"success":"error");setTimeout(function(){y.remove();s.responseXML=null},100)}}var o=c.extend({},c.ajaxSettings,b),u=c.extend(true,{},c.extend(true,{},c.ajaxSettings),o),B="jqFormIO"+(new Date).getTime(),y=c('<iframe id="'+B+'" name="'+B+'" src="'+o.iframeSrc+'" />'),w=y[0];y.css({position:"absolute",top:"-1000px",
left:"-1000px"});var s={aborted:0,responseText:null,responseXML:null,status:0,statusText:"n/a",getAllResponseHeaders:function(){},getResponseHeader:function(){},setRequestHeader:function(){},abort:function(){this.aborted=1;y.attr("src",o.iframeSrc)}},A=o.global;A&&!c.active++&&c.event.trigger("ajaxStart");A&&c.event.trigger("ajaxSend",[s,o]);if(u.beforeSend&&u.beforeSend(s,u)===false)u.global&&c.active--;else if(!s.aborted){var C=0,D=0;if(u=n.clk){var G=u.name;if(G&&!u.disabled){b.extraData=b.extraData||
{};b.extraData[G]=u.value;if(u.type=="image"){b.extraData[name+".x"]=n.clk_x;b.extraData[name+".y"]=n.clk_y}}}setTimeout(function(){var x=g.attr("target"),v=g.attr("action");n.setAttribute("target",B);n.getAttribute("method")!="POST"&&n.setAttribute("method","POST");n.getAttribute("action")!=o.url&&n.setAttribute("action",o.url);b.skipEncodingOverride||g.attr({encoding:"multipart/form-data",enctype:"multipart/form-data"});o.timeout&&setTimeout(function(){D=true;p()},o.timeout);var t=[];try{if(b.extraData)for(var z in b.extraData)t.push(c('<input type="hidden" name="'+
z+'" value="'+b.extraData[z]+'" />').appendTo(n)[0]);y.appendTo("body");w.attachEvent?w.attachEvent("onload",p):w.addEventListener("load",p,false);n.submit()}finally{n.setAttribute("action",v);x?n.setAttribute("target",x):g.removeAttr("target");c(t).remove()}},10);var H=50}}}};c.fn.ajaxForm=function(b){return this.ajaxFormUnbind().bind("submit.form-plugin",function(){c(this).ajaxSubmit(b);return false}).bind("click.form-plugin",function(f){var k=f.target,m=c(k);if(!m.is(":submit,input:image")){k=
m.closest(":submit");if(k.length==0)return;k=k[0]}var h=this;h.clk=k;if(k.type=="image")if(f.offsetX!=undefined){h.clk_x=f.offsetX;h.clk_y=f.offsetY}else if(typeof c.fn.offset=="function"){m=m.offset();h.clk_x=f.pageX-m.left;h.clk_y=f.pageY-m.top}else{h.clk_x=f.pageX-k.offsetLeft;h.clk_y=f.pageY-k.offsetTop}setTimeout(function(){h.clk=h.clk_x=h.clk_y=null},100)})};c.fn.ajaxFormUnbind=function(){return this.unbind("submit.form-plugin click.form-plugin")};c.fn.formToArray=function(b){var f=[];if(this.length==
0)return f;var k=this[0],m=b?k.getElementsByTagName("*"):k.elements;if(!m)return f;for(var h=0,g=m.length;h<g;h++){var e=m[h],j=e.name;if(j)if(b&&k.clk&&e.type=="image"){if(!e.disabled&&k.clk==e){f.push({name:j,value:c(e).val()});f.push({name:j+".x",value:k.clk_x},{name:j+".y",value:k.clk_y})}}else if((e=c.fieldValue(e,true))&&e.constructor==Array)for(var l=0,n=e.length;l<n;l++)f.push({name:j,value:e[l]});else e!==null&&typeof e!="undefined"&&f.push({name:j,value:e})}if(!b&&k.clk){b=c(k.clk);m=b[0];
if((j=m.name)&&!m.disabled&&m.type=="image"){f.push({name:j,value:b.val()});f.push({name:j+".x",value:k.clk_x},{name:j+".y",value:k.clk_y})}}return f};c.fn.formSerialize=function(b){return c.param(this.formToArray(b))};c.fn.fieldSerialize=function(b){var f=[];this.each(function(){var k=this.name;if(k){var m=c.fieldValue(this,b);if(m&&m.constructor==Array)for(var h=0,g=m.length;h<g;h++)f.push({name:k,value:m[h]});else m!==null&&typeof m!="undefined"&&f.push({name:this.name,value:m})}});return c.param(f)};
c.fn.fieldValue=function(b){for(var f=[],k=0,m=this.length;k<m;k++){var h=this[k];h=c.fieldValue(h,b);h===null||typeof h=="undefined"||h.constructor==Array&&!h.length||(h.constructor==Array?c.merge(f,h):f.push(h))}return f};c.fieldValue=function(b,f){var k=b.name,m=b.type,h=b.tagName.toLowerCase();if(typeof f=="undefined")f=true;if(f&&(!k||b.disabled||m=="reset"||m=="button"||(m=="checkbox"||m=="radio")&&!b.checked||(m=="submit"||m=="image")&&b.form&&b.form.clk!=b||h=="select"&&b.selectedIndex==-1))return null;
if(h=="select"){h=b.selectedIndex;if(h<0)return null;f=[];b=b.options;k=(m=m=="select-one")?h+1:b.length;for(h=m?h:0;h<k;h++){var g=b[h];if(g.selected){var e=g.value;e||(e=g.attributes&&g.attributes.value&&!g.attributes.value.specified?g.text:g.value);if(m)return e;f.push(e)}}return f}return b.value};c.fn.clearForm=function(){return this.each(function(){c("input,select,textarea",this).clearFields()})};c.fn.clearFields=c.fn.clearInputs=function(){return this.each(function(){var b=this.type,f=this.tagName.toLowerCase();
if(b=="text"||b=="password"||f=="textarea")this.value="";else if(b=="checkbox"||b=="radio")this.checked=false;else if(f=="select")this.selectedIndex=-1})};c.fn.resetForm=function(){return this.each(function(){if(typeof this.reset=="function"||typeof this.reset=="object"&&!this.reset.nodeType)this.reset()})};c.fn.enable=function(b){if(b==undefined)b=true;return this.each(function(){this.disabled=!b})};c.fn.selected=function(b){if(b==undefined)b=true;return this.each(function(){var f=this.type;if(f==
"checkbox"||f=="radio")this.checked=b;else if(this.tagName.toLowerCase()=="option"){f=c(this).parent("select");b&&f[0]&&f[0].type=="select-one"&&f.find("option").selected(false);this.selected=b}})};function d(){c.fn.ajaxSubmit.debug&&window.console&&window.console.log&&window.console.log("[jquery.form] "+Array.prototype.join.call(arguments,""))}})(jQuery);
var Mustache=function(){function c(){}c.prototype={otag:"{{",ctag:"}}",render:function(d,b,f){if(d.indexOf(this.otag)==-1)return d;d=this.render_section(d,b,f);return this.render_tags(d,b,f)},render_partial:function(d,b,f){if(typeof b[d]!="object")throw{message:"subcontext for '"+d+"' is not an object"};if(!f||!f[d])throw{message:"unknown_partial"};return this.render(f[d],b[d],f)},render_section:function(d,b,f){if(d.indexOf(this.otag+"#")==-1)return d;var k=this,m=new RegExp(this.otag+"\\#(.+)"+this.ctag+
"\\s*([\\s\\S]+?)"+this.otag+"\\/\\1"+this.ctag+"\\s*","mg");return d.replace(m,function(h,g,e){h=k.find(g,b);return k.is_array(h)?k.map(h,function(j){return k.render(e,k.merge(b,k.create_context(j)),f)}).join(""):h?k.render(e,b,f):""})},render_tags:function(d,b,f){d=d.split("\n");function k(){return new RegExp(m.otag+"(=|!|<|\\{)?([^/#]+?)\\1?"+m.ctag+"+","g")}for(var m=this,h=k(),g=0;g<d.length;g++)d[g]=d[g].replace(h,function(e,j,l){switch(j){case "!":return e;case "=":m.set_delimiters(l);h=k();
g--;return"";case "<":return m.render_partial(l,b,f);case "{":return m.find(l,b);default:return m.escape(m.find(l,b))}},this);return d.join("\n")},set_delimiters:function(d){d=d.split(" ");this.otag=this.escape_regex(d[0]);this.ctag=this.escape_regex(d[1])},escape_regex:function(d){if(!arguments.callee.sRE){var b=["/",".","*","+","?","|","(",")","[","]","{","}","\\"];arguments.callee.sRE=new RegExp("(\\"+b.join("|\\")+")","g")}return d.replace(arguments.callee.sRE,"\\$1")},find:function(d,b){d=this.trim(d);
if(typeof b[d]==="function")return b[d].apply(b);if(b[d]!==undefined)return b[d];throw{message:"'"+d+"' not found in context"};},escape:function(d){return d.toString().replace(/[&"<>\\]/g,function(b){switch(b){case "&":return"&amp;";case "\\":return"\\\\";case '"':return'"';case "<":return"&lt;";case ">":return"&gt;";default:return b}})},merge:function(d,b){var f={};for(var k in d)if(d.hasOwnProperty(k))f[k]=d[k];for(k in b)if(b.hasOwnProperty(k))f[k]=b[k];return f},create_context:function(d){return this.is_object(d)?
d:{".":d}},is_object:function(d){return d&&typeof d=="object"},is_array:function(d){return d&&typeof d==="object"&&d.constructor===Array},trim:function(d){return d.replace(/^\s*|\s*$/g,"")},map:function(d,b){if(typeof d.map=="function")return d.map(b);else{var f=[],k=d.length;for(i=0;i<k;i++)f.push(b(d[i]));return f}}};return{name:"mustache.js",version:"0.1",to_html:function(d,b,f){return(new c).render(d,b,f)}}}();
Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan",
"Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns:{shortDate:"M/d/yyyy",longDate:"dddd, MMMM dd, yyyy",shortTime:"h:mm tt",longTime:"h:mm:ss tt",fullDateTime:"dddd, MMMM dd, yyyy h:mm:ss tt",sortableDateTime:"yyyy-MM-ddTHH:mm:ss",universalSortableDateTime:"yyyy-MM-dd HH:mm:ssZ",rfc1123:"ddd, dd MMM yyyy HH:mm:ss GMT",monthDay:"MMMM dd",yearMonth:"MMMM, yyyy"},regexPatterns:{jan:/^jan(uary)?/i,
feb:/^feb(ruary)?/i,mar:/^mar(ch)?/i,apr:/^apr(il)?/i,may:/^may/i,jun:/^jun(e)?/i,jul:/^jul(y)?/i,aug:/^aug(ust)?/i,sep:/^sep(t(ember)?)?/i,oct:/^oct(ober)?/i,nov:/^nov(ember)?/i,dec:/^dec(ember)?/i,sun:/^su(n(day)?)?/i,mon:/^mo(n(day)?)?/i,tue:/^tu(e(s(day)?)?)?/i,wed:/^we(d(nesday)?)?/i,thu:/^th(u(r(s(day)?)?)?)?/i,fri:/^fr(i(day)?)?/i,sat:/^sa(t(urday)?)?/i,future:/^next/i,past:/^last|past|prev(ious)?/i,add:/^(\+|after|from)/i,subtract:/^(\-|before|ago)/i,yesterday:/^yesterday/i,today:/^t(oday)?/i,
tomorrow:/^tomorrow/i,now:/^n(ow)?/i,millisecond:/^ms|milli(second)?s?/i,second:/^sec(ond)?s?/i,minute:/^min(ute)?s?/i,hour:/^h(ou)?rs?/i,week:/^w(ee)?k/i,month:/^m(o(nth)?s?)?/i,day:/^d(ays?)?/i,year:/^y((ea)?rs?)?/i,shortMeridian:/^(a|p)/i,longMeridian:/^(a\.?m?\.?|p\.?m?\.?)/i,timezone:/^((e(s|d)t|c(s|d)t|m(s|d)t|p(s|d)t)|((gmt)?\s*(\+|\-)\s*\d\d\d\d?)|gmt)/i,ordinalSuffix:/^\s*(st|nd|rd|th)/i,timeContext:/^\s*(\:|a|p)/i},abbreviatedTimeZoneStandard:{GMT:"-000",EST:"-0400",CST:"-0500",MST:"-0600",
PST:"-0700"},abbreviatedTimeZoneDST:{GMT:"-000",EDT:"-0500",CDT:"-0600",MDT:"-0700",PDT:"-0800"}};Date.getMonthNumberFromName=function(c){var d=Date.CultureInfo.monthNames,b=Date.CultureInfo.abbreviatedMonthNames;c=c.toLowerCase();for(var f=0;f<d.length;f++)if(d[f].toLowerCase()==c||b[f].toLowerCase()==c)return f;return-1};
Date.getDayNumberFromName=function(c){var d=Date.CultureInfo.dayNames,b=Date.CultureInfo.abbreviatedDayNames;c=c.toLowerCase();for(var f=0;f<d.length;f++)if(d[f].toLowerCase()==c||b[f].toLowerCase()==c)return f;return-1};Date.isLeapYear=function(c){return c%4===0&&c%100!==0||c%400===0};Date.getDaysInMonth=function(c,d){return[31,Date.isLeapYear(c)?29:28,31,30,31,30,31,31,30,31,30,31][d]};Date.getTimezoneOffset=function(c,d){return d?Date.CultureInfo.abbreviatedTimeZoneDST[c.toUpperCase()]:Date.CultureInfo.abbreviatedTimeZoneStandard[c.toUpperCase()]};
Date.getTimezoneAbbreviation=function(c,d){d=d?Date.CultureInfo.abbreviatedTimeZoneDST:Date.CultureInfo.abbreviatedTimeZoneStandard;var b;for(b in d)if(d[b]===c)return b;return null};a=Date.prototype;a.clone=function(){return new Date(this.getTime())};a.compareTo=function(c){if(isNaN(this))throw new Error(this);if(c instanceof Date&&!isNaN(c))return this>c?1:this<c?-1:0;else throw new TypeError(c);};a.equals=function(c){return this.compareTo(c)===0};
a.between=function(c,d){var b=this.getTime();return b>=c.getTime()&&b<=d.getTime()};a.addMilliseconds=function(c){this.setMilliseconds(this.getMilliseconds()+c);return this};a.addSeconds=function(c){return this.addMilliseconds(c*1000)};a.addMinutes=function(c){return this.addMilliseconds(c*60000)};a.addHours=function(c){return this.addMilliseconds(c*3600000)};a.addDays=function(c){return this.addMilliseconds(c*86400000)};a.addWeeks=function(c){return this.addMilliseconds(c*604800000)};
a.addMonths=function(c){var d=this.getDate();this.setDate(1);this.setMonth(this.getMonth()+c);this.setDate(Math.min(d,this.getDaysInMonth()));return this};a.addYears=function(c){return this.addMonths(c*12)};
a.add=function(c){if(typeof c=="number"){this._orient=c;return this}c=c;if(c.millisecond||c.milliseconds)this.addMilliseconds(c.millisecond||c.milliseconds);if(c.second||c.seconds)this.addSeconds(c.second||c.seconds);if(c.minute||c.minutes)this.addMinutes(c.minute||c.minutes);if(c.hour||c.hours)this.addHours(c.hour||c.hours);if(c.month||c.months)this.addMonths(c.month||c.months);if(c.year||c.years)this.addYears(c.year||c.years);if(c.day||c.days)this.addDays(c.day||c.days);return this};
Date._validate=function(c,d,b,f){if(typeof c!="number")throw new TypeError(c+" is not a Number.");else if(c<d||c>b)throw new RangeError(c+" is not a valid value for "+f+".");return true};Date.validateMillisecond=function(c){return Date._validate(c,0,999,"milliseconds")};Date.validateSecond=function(c){return Date._validate(c,0,59,"seconds")};Date.validateMinute=function(c){return Date._validate(c,0,59,"minutes")};Date.validateHour=function(c){return Date._validate(c,0,23,"hours")};
Date.validateDay=function(c,d,b){return Date._validate(c,1,Date.getDaysInMonth(d,b),"days")};Date.validateMonth=function(c){return Date._validate(c,0,11,"months")};Date.validateYear=function(c){return Date._validate(c,1,9999,"seconds")};a=Date.prototype;
a.set=function(c){c=c;if(!c.millisecond&&c.millisecond!==0)c.millisecond=-1;if(!c.second&&c.second!==0)c.second=-1;if(!c.minute&&c.minute!==0)c.minute=-1;if(!c.hour&&c.hour!==0)c.hour=-1;if(!c.day&&c.day!==0)c.day=-1;if(!c.month&&c.month!==0)c.month=-1;if(!c.year&&c.year!==0)c.year=-1;c.millisecond!=-1&&Date.validateMillisecond(c.millisecond)&&this.addMilliseconds(c.millisecond-this.getMilliseconds());c.second!=-1&&Date.validateSecond(c.second)&&this.addSeconds(c.second-this.getSeconds());c.minute!=
-1&&Date.validateMinute(c.minute)&&this.addMinutes(c.minute-this.getMinutes());c.hour!=-1&&Date.validateHour(c.hour)&&this.addHours(c.hour-this.getHours());c.month!==-1&&Date.validateMonth(c.month)&&this.addMonths(c.month-this.getMonth());c.year!=-1&&Date.validateYear(c.year)&&this.addYears(c.year-this.getFullYear());c.day!=-1&&Date.validateDay(c.day,this.getFullYear(),this.getMonth())&&this.addDays(c.day-this.getDate());c.timezone&&this.setTimezone(c.timezone);c.timezoneOffset&&this.setTimezoneOffset(c.timezoneOffset);
return this};a.clearTime=function(){this.setHours(0);this.setMinutes(0);this.setSeconds(0);this.setMilliseconds(0);return this};a.isLeapYear=function(){var c=this.getFullYear();return c%4===0&&c%100!==0||c%400===0};a.isWeekday=function(){return!(this.is().sat()||this.is().sun())};a.getDaysInMonth=function(){return Date.getDaysInMonth(this.getFullYear(),this.getMonth())};a.moveToFirstDayOfMonth=function(){return this.set({day:1})};a.moveToLastDayOfMonth=function(){return this.set({day:this.getDaysInMonth()})};
a.moveToDayOfWeek=function(c,d){c=(c-this.getDay()+7*(d||+1))%7;return this.addDays(c===0?(c+=7*(d||+1)):c)};a.moveToMonth=function(c,d){c=(c-this.getMonth()+12*(d||+1))%12;return this.addMonths(c===0?(c+=12*(d||+1)):c)};a.getDayOfYear=function(){return Math.floor((this-new Date(this.getFullYear(),0,1))/86400000)};
a.getWeekOfYear=function(c){var d=this.getFullYear(),b=this.getMonth(),f=this.getDate();c=c||Date.CultureInfo.firstDayOfWeek;var k=8-(new Date(d,0,1)).getDay();if(k==8)k=1;b=(Date.UTC(d,b,f,0,0,0)-Date.UTC(d,0,1,0,0,0))/86400000+1;b=Math.floor((b-k+7)/7);if(b===c){d--;d=8-(new Date(d,0,1)).getDay();b=d==2||d==8?53:52}return b};a.isDST=function(){console.log("isDST");return this.toString().match(/(E|C|M|P)(S|D)T/)[2]=="D"};
a.getTimezone=function(){return Date.getTimezoneAbbreviation(this.getUTCOffset,this.isDST())};a.setTimezoneOffset=function(c){var d=this.getTimezoneOffset();c=Number(c)*-6/10;this.addMinutes(c-d);return this};a.setTimezone=function(c){return this.setTimezoneOffset(Date.getTimezoneOffset(c))};a.getUTCOffset=function(){var c=this.getTimezoneOffset()*-10/6;if(c<0){c=(c-10000).toString();return c[0]+c.substr(2)}else{c=(c+10000).toString();return"+"+c.substr(1)}};
a.getDayName=function(c){return c?Date.CultureInfo.abbreviatedDayNames[this.getDay()]:Date.CultureInfo.dayNames[this.getDay()]};a.getMonthName=function(c){return c?Date.CultureInfo.abbreviatedMonthNames[this.getMonth()]:Date.CultureInfo.monthNames[this.getMonth()]};a._toString=Date.prototype.toString;
a.toString=function(c){var d=this;function b(f){return f.toString().length==1?"0"+f:f}return c?c.replace(/dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?/g,function(f){switch(f){case "hh":return b(d.getHours()<13?d.getHours():d.getHours()-12);case "h":return d.getHours()<13?d.getHours():d.getHours()-12;case "HH":return b(d.getHours());case "H":return d.getHours();case "mm":return b(d.getMinutes());case "m":return d.getMinutes();case "ss":return b(d.getSeconds());case "s":return d.getSeconds();case "yyyy":return d.getFullYear();
case "yy":return d.getFullYear().toString().substring(2,4);case "dddd":return d.getDayName();case "ddd":return d.getDayName(true);case "dd":return b(d.getDate());case "d":return d.getDate().toString();case "MMMM":return d.getMonthName();case "MMM":return d.getMonthName(true);case "MM":return b(d.getMonth()+1);case "M":return d.getMonth()+1;case "t":return d.getHours()<12?Date.CultureInfo.amDesignator.substring(0,1):Date.CultureInfo.pmDesignator.substring(0,1);case "tt":return d.getHours()<12?Date.CultureInfo.amDesignator:
Date.CultureInfo.pmDesignator;case "zzz":case "zz":case "z":return""}}):this._toString()};Date.now=function(){return new Date};Date.today=function(){return Date.now().clearTime()};a=Date.prototype;a._orient=+1;a.next=function(){this._orient=+1;return this};a.last=Date.prototype.prev=Date.prototype.previous=function(){this._orient=-1;return this};a._is=false;a.is=function(){this._is=true;return this};Number.prototype._dateElement="day";
Number.prototype.fromNow=function(){var c={};c[this._dateElement]=this;return Date.now().add(c)};Number.prototype.ago=function(){var c={};c[this._dateElement]=this*-1;return Date.now().add(c)};
(function(){var c=Date.prototype,d=Number.prototype,b="sunday monday tuesday wednesday thursday friday saturday".split(/\s/),f="january february march april may june july august september october november december".split(/\s/),k="Millisecond Second Minute Hour Day Week Month Year".split(/\s/);function m(l){return function(){if(this._is){this._is=false;return this.getDay()==l}return this.moveToDayOfWeek(l,this._orient)}}for(var h=0;h<b.length;h++)c[b[h]]=c[b[h].substring(0,3)]=m(h);function g(l){return function(){if(this._is){this._is=
false;return this.getMonth()===l}return this.moveToMonth(l,this._orient)}}for(b=0;b<f.length;b++)c[f[b]]=c[f[b].substring(0,3)]=g(b);function e(l){return function(){if(l.substring(l.length-1)!="s")l+="s";return this["add"+l](this._orient)}}function j(l){return function(){this._dateElement=l;return this}}for(b=0;b<k.length;b++){f=k[b].toLowerCase();c[f]=c[f+"s"]=e(k[b]);d[f]=d[f+"s"]=j(f)}})();a=Date.prototype;a.toJSONString=function(){return this.toString("yyyy-MM-ddThh:mm:ssZ")};
a.toShortDateString=function(){return this.toString(Date.CultureInfo.formatPatterns.shortDatePattern)};a.toLongDateString=function(){return this.toString(Date.CultureInfo.formatPatterns.longDatePattern)};a.toShortTimeString=function(){return this.toString(Date.CultureInfo.formatPatterns.shortTimePattern)};a.toLongTimeString=function(){return this.toString(Date.CultureInfo.formatPatterns.longTimePattern)};
a.getOrdinal=function(){switch(this.getDate()){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th"}};
(function(){Date.Parsing={Exception:function(h){this.message="Parse error at '"+h.substring(0,10)+" ...'"}};var c=Date.Parsing,d=c.Operators={rtoken:function(h){return function(g){var e=g.match(h);if(e)return[e[0],g.substring(e[0].length)];else throw new c.Exception(g);}},token:function(){return function(h){return d.rtoken(new RegExp("^s*"+h+"s*"))(h)}},stoken:function(h){return d.rtoken(new RegExp("^"+h))},until:function(h){return function(g){for(var e=[],j=null;g.length;){try{j=h.call(this,g)}catch(l){e.push(j[0]);
g=j[1];continue}break}return[e,g]}},many:function(h){return function(g){for(var e=[],j=null;g.length;){try{j=h.call(this,g)}catch(l){return[e,g]}e.push(j[0]);g=j[1]}return[e,g]}},optional:function(h){return function(g){var e=null;try{e=h.call(this,g)}catch(j){return[null,g]}return[e[0],e[1]]}},not:function(h){return function(g){try{h.call(this,g)}catch(e){return[null,g]}throw new c.Exception(g);}},ignore:function(h){return h?function(g){var e=null;e=h.call(this,g);return[null,e[1]]}:null},product:function(){for(var h=
arguments[0],g=Array.prototype.slice.call(arguments,1),e=[],j=0;j<h.length;j++)e.push(d.each(h[j],g));return e},cache:function(h){var g={},e=null;return function(j){try{e=g[j]=g[j]||h.call(this,j)}catch(l){e=g[j]=l}if(e instanceof c.Exception)throw e;else return e}},any:function(){var h=arguments;return function(g){for(var e=null,j=0;j<h.length;j++)if(h[j]!=null){try{e=h[j].call(this,g)}catch(l){e=null}if(e)return e}throw new c.Exception(g);}},each:function(){var h=arguments;return function(g){for(var e=
[],j=null,l=0;l<h.length;l++)if(h[l]!=null){try{j=h[l].call(this,g)}catch(n){throw new c.Exception(g);}e.push(j[0]);g=j[1]}return[e,g]}},all:function(){var h=arguments,g=g;return g.each(g.optional(h))},sequence:function(h,g,e){g=g||d.rtoken(/^\s*/);e=e||null;if(h.length==1)return h[0];return function(j){for(var l=null,n=null,q=[],p=0;p<h.length;p++){try{l=h[p].call(this,j)}catch(o){break}q.push(l[0]);try{n=g.call(this,l[1])}catch(u){n=null;break}j=n[1]}if(!l)throw new c.Exception(j);if(n)throw new c.Exception(n[1]);
if(e)try{l=e.call(this,l[1])}catch(B){throw new c.Exception(l[1]);}return[q,l?l[1]:j]}},between:function(h,g,e){e=e||h;var j=d.each(d.ignore(h),g,d.ignore(e));return function(l){l=j.call(this,l);return[[l[0][0],r[0][2]],l[1]]}},list:function(h,g,e){g=g||d.rtoken(/^\s*/);e=e||null;return h instanceof Array?d.each(d.product(h.slice(0,-1),d.ignore(g)),h.slice(-1),d.ignore(e)):d.each(d.many(d.each(h,d.ignore(g))),px,d.ignore(e))},set:function(h,g,e){g=g||d.rtoken(/^\s*/);e=e||null;return function(j){var l=
null;for(var n=l=null,q=null,p=[[],j],o=false,u=0;u<h.length;u++){l=n=null;o=h.length==1;try{l=h[u].call(this,j)}catch(B){continue}q=[[l[0]],l[1]];if(l[1].length>0&&!o)try{n=g.call(this,l[1])}catch(y){o=true}else o=true;if(!o&&n[1].length===0)o=true;if(!o){l=[];for(o=0;o<h.length;o++)u!=o&&l.push(h[o]);l=d.set(l,g).call(this,n[1]);if(l[0].length>0){q[0]=q[0].concat(l[0]);q[1]=l[1]}}if(q[1].length<p[1].length)p=q;if(p[1].length===0)break}if(p[0].length===0)return p;if(e){try{n=e.call(this,p[1])}catch(w){throw new c.Exception(p[1]);
}p[1]=n[1]}return p}},forward:function(h,g){return function(e){return h[g].call(this,e)}},replace:function(h,g){return function(e){e=h.call(this,e);return[g,e[1]]}},process:function(h,g){return function(e){e=h.call(this,e);return[g.call(this,e[0]),e[1]]}},min:function(h,g){return function(e){var j=g.call(this,e);if(j[0].length<h)throw new c.Exception(e);return j}}};function b(h){return function(){var g=null,e=[];if(arguments.length>1)g=Array.prototype.slice.call(arguments);else if(arguments[0]instanceof
Array)g=arguments[0];if(g)for(var j=0,l=g.shift();j<l.length;){g.unshift(l[j]);e.push(h.apply(null,g));g.shift();return e}else return h.apply(null,arguments)}}for(var f="optional not ignore cache".split(/\s/),k=0;k<f.length;k++)d[f[k]]=b(d[f[k]]);function m(h){return function(){return arguments[0]instanceof Array?h.apply(null,arguments[0]):h.apply(null,arguments)}}f="each any all".split(/\s/);for(k=0;k<f.length;k++)d[f[k]]=m(d[f[k]])})();
(function(){function c(e){for(var j=[],l=0;l<e.length;l++)if(e[l]instanceof Array)j=j.concat(c(e[l]));else e[l]&&j.push(e[l]);return j}Date.Grammar={};Date.Translator={hour:function(e){return function(){this.hour=Number(e)}},minute:function(e){return function(){this.minute=Number(e)}},second:function(e){return function(){this.second=Number(e)}},meridian:function(e){return function(){this.meridian=e.slice(0,1).toLowerCase()}},timezone:function(e){return function(){var j=e.replace(/[^\d\+\-]/g,"");
if(j.length)this.timezoneOffset=Number(j);else this.timezone=e.toLowerCase()}},day:function(e){var j=e[0];return function(){this.day=Number(j.match(/\d+/)[0])}},month:function(e){return function(){this.month=e.length==3?Date.getMonthNumberFromName(e):Number(e)-1}},year:function(e){return function(){var j=Number(e);this.year=e.length>2?j:j+(j+2000<Date.CultureInfo.twoDigitYearMax?2000:1900)}},rday:function(e){return function(){switch(e){case "yesterday":this.days=-1;break;case "tomorrow":this.days=
1;break;case "today":this.days=0;break;case "now":this.days=0;this.now=true;break}}},finishExact:function(e){e=e instanceof Array?e:[e];var j=new Date;this.year=j.getFullYear();this.month=j.getMonth();this.day=1;for(j=this.second=this.minute=this.hour=0;j<e.length;j++)e[j]&&e[j].call(this);this.hour=this.meridian=="p"&&this.hour<13?this.hour+12:this.hour;if(this.day>Date.getDaysInMonth(this.year,this.month))throw new RangeError(this.day+" is not a valid value for days.");e=new Date(this.year,this.month,
this.day,this.hour,this.minute,this.second);if(this.timezone)e.set({timezone:this.timezone});else this.timezoneOffset&&e.set({timezoneOffset:this.timezoneOffset});return e},finish:function(e){e=e instanceof Array?c(e):[e];if(e.length===0)return null;for(var j=0;j<e.length;j++)typeof e[j]=="function"&&e[j].call(this);if(this.now)return new Date;e=Date.today();if(j=!!(this.days!=null||this.orient||this.operator)){var l,n;n=this.orient=="past"||this.operator=="subtract"?-1:1;if(this.weekday){this.unit=
"day";j=Date.getDayNumberFromName(this.weekday)-e.getDay();l=7;this.days=j?(j+n*l)%l:n*l}if(this.month){this.unit="month";j=this.month-e.getMonth();l=12;this.months=j?(j+n*l)%l:n*l;this.month=null}if(!this.unit)this.unit="day";if(this[this.unit+"s"]==null||this.operator!=null){if(!this.value)this.value=1;if(this.unit=="week"){this.unit="day";this.value*=7}this[this.unit+"s"]=this.value*n}return e.add(this)}else{if(this.meridian&&this.hour)this.hour=this.hour<13&&this.meridian=="p"?this.hour+12:this.hour;
if(this.weekday&&!this.day)this.day=e.addDays(Date.getDayNumberFromName(this.weekday)-e.getDay()).getDate();if(this.month&&!this.day)this.day=1;return e.set(this)}}};var d=Date.Parsing.Operators,b=Date.Grammar,f=Date.Translator,k;b.datePartDelimiter=d.rtoken(/^([\s\-\.\,\/\x27]+)/);b.timePartDelimiter=d.stoken(":");b.whiteSpace=d.rtoken(/^\s*/);b.generalDelimiter=d.rtoken(/^(([\s\,]|at|on)+)/);var m={};b.ctoken=function(e){var j=m[e];if(!j){j=Date.CultureInfo.regexPatterns;for(var l=e.split(/\s+/),
n=[],q=0;q<l.length;q++)n.push(d.replace(d.rtoken(j[l[q]]),l[q]));j=m[e]=d.any.apply(null,n)}return j};b.ctoken2=function(e){return d.rtoken(Date.CultureInfo.regexPatterns[e])};b.h=d.cache(d.process(d.rtoken(/^(0[0-9]|1[0-2]|[1-9])/),f.hour));b.hh=d.cache(d.process(d.rtoken(/^(0[0-9]|1[0-2])/),f.hour));b.H=d.cache(d.process(d.rtoken(/^([0-1][0-9]|2[0-3]|[0-9])/),f.hour));b.HH=d.cache(d.process(d.rtoken(/^([0-1][0-9]|2[0-3])/),f.hour));b.m=d.cache(d.process(d.rtoken(/^([0-5][0-9]|[0-9])/),f.minute));
b.mm=d.cache(d.process(d.rtoken(/^[0-5][0-9]/),f.minute));b.s=d.cache(d.process(d.rtoken(/^([0-5][0-9]|[0-9])/),f.second));b.ss=d.cache(d.process(d.rtoken(/^[0-5][0-9]/),f.second));b.hms=d.cache(d.sequence([b.H,b.mm,b.ss],b.timePartDelimiter));b.t=d.cache(d.process(b.ctoken2("shortMeridian"),f.meridian));b.tt=d.cache(d.process(b.ctoken2("longMeridian"),f.meridian));b.z=d.cache(d.process(d.rtoken(/^(\+|\-)?\s*\d\d\d\d?/),f.timezone));b.zz=d.cache(d.process(d.rtoken(/^(\+|\-)\s*\d\d\d\d/),f.timezone));
b.zzz=d.cache(d.process(b.ctoken2("timezone"),f.timezone));b.timeSuffix=d.each(d.ignore(b.whiteSpace),d.set([b.tt,b.zzz]));b.time=d.each(d.optional(d.ignore(d.stoken("T"))),b.hms,b.timeSuffix);b.d=d.cache(d.process(d.each(d.rtoken(/^([0-2]\d|3[0-1]|\d)/),d.optional(b.ctoken2("ordinalSuffix"))),f.day));b.dd=d.cache(d.process(d.each(d.rtoken(/^([0-2]\d|3[0-1])/),d.optional(b.ctoken2("ordinalSuffix"))),f.day));b.ddd=b.dddd=d.cache(d.process(b.ctoken("sun mon tue wed thu fri sat"),function(e){return function(){this.weekday=
e}}));b.M=d.cache(d.process(d.rtoken(/^(1[0-2]|0\d|\d)/),f.month));b.MM=d.cache(d.process(d.rtoken(/^(1[0-2]|0\d)/),f.month));b.MMM=b.MMMM=d.cache(d.process(b.ctoken("jan feb mar apr may jun jul aug sep oct nov dec"),f.month));b.y=d.cache(d.process(d.rtoken(/^(\d\d?)/),f.year));b.yy=d.cache(d.process(d.rtoken(/^(\d\d)/),f.year));b.yyy=d.cache(d.process(d.rtoken(/^(\d\d?\d?\d?)/),f.year));b.yyyy=d.cache(d.process(d.rtoken(/^(\d\d\d\d)/),f.year));k=function(){return d.each(d.any.apply(null,arguments),
d.not(b.ctoken2("timeContext")))};b.day=k(b.d,b.dd);b.month=k(b.M,b.MMM);b.year=k(b.yyyy,b.yy);b.orientation=d.process(b.ctoken("past future"),function(e){return function(){this.orient=e}});b.operator=d.process(b.ctoken("add subtract"),function(e){return function(){this.operator=e}});b.rday=d.process(b.ctoken("yesterday tomorrow today now"),f.rday);b.unit=d.process(b.ctoken("minute hour day week month year"),function(e){return function(){this.unit=e}});b.value=d.process(d.rtoken(/^\d\d?(st|nd|rd|th)?/),
function(e){return function(){this.value=e.replace(/\D/g,"")}});b.expression=d.set([b.rday,b.operator,b.value,b.unit,b.orientation,b.ddd,b.MMM]);k=function(){return d.set(arguments,b.datePartDelimiter)};b.mdy=k(b.ddd,b.month,b.day,b.year);b.ymd=k(b.ddd,b.year,b.month,b.day);b.dmy=k(b.ddd,b.day,b.month,b.year);b.date=function(e){return(b[Date.CultureInfo.dateElementOrder]||b.mdy).call(this,e)};b.format=d.process(d.many(d.any(d.process(d.rtoken(/^(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?)/),
function(e){if(b[e])return b[e];else throw Date.Parsing.Exception(e);}),d.process(d.rtoken(/^[^dMyhHmstz]+/),function(e){return d.ignore(d.stoken(e))}))),function(e){return d.process(d.each.apply(null,e),f.finishExact)});var h={};function g(e){return h[e]=h[e]||b.format(e)[0]}b.formats=function(e){if(e instanceof Array){for(var j=[],l=0;l<e.length;l++)j.push(g(e[l]));return d.any.apply(null,j)}else return g(e)};b._formats=b.formats(["yyyy-MM-ddTHH:mm:ss","ddd, MMM dd, yyyy H:mm:ss tt","ddd MMM d yyyy HH:mm:ss zzz",
"d"]);b._start=d.process(d.set([b.date,b.time,b.expression],b.generalDelimiter,b.whiteSpace),f.finish);b.start=function(e){try{var j=b._formats.call({},e);if(j[1].length===0)return j}catch(l){}return b._start.call({},e)}})();Date._parse=Date.parse;Date.parse=function(c){var d=null;if(!c)return null;try{d=Date.Grammar.start.call({},c)}catch(b){return null}return d[1].length===0?d[0]:null};
Date.getParseFunction=function(c){var d=Date.Grammar.formats(c);return function(b){var f=null;try{f=d.call({},b)}catch(k){return null}return f[1].length===0?f[0]:null}};Date.parseExact=function(c,d){return Date.getParseFunction(d)(c)};
(function(c){c.fn.tweet=function(d){var b={username:["seaofclouds"],avatar_size:null,count:3,intro_text:null,outro_text:null,join_text:null,auto_join_text_default:"i said,",auto_join_text_ed:"i",auto_join_text_ing:"i am",auto_join_text_reply:"i replied to",auto_join_text_url:"i was looking at",loading_text:null,query:null};c.fn.extend({linkUrl:function(){var k=[],m=/((ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/gi;this.each(function(){k.push(this.replace(m,'<a href="$1">$1</a>'))});
return c(k)},linkUser:function(){var k=[],m=/[\@]+([A-Za-z0-9-_]+)/gi;this.each(function(){k.push(this.replace(m,'<a href="http://twitter.com/$1">@$1</a>'))});return c(k)},linkHash:function(){var k=[],m=/ [\#]+([A-Za-z0-9-_]+)/gi;this.each(function(){k.push(this.replace(m,' <a href="http://search.twitter.com/search?q=&tag=$1&lang=all&from='+b.username.join("%2BOR%2B")+'">#$1</a>'))});return c(k)},capAwesome:function(){var k=[];this.each(function(){k.push(this.replace(/(a|A)wesome/gi,"AWESOME"))});
return c(k)},capEpic:function(){var k=[];this.each(function(){k.push(this.replace(/(e|E)pic/gi,"EPIC"))});return c(k)},makeHeart:function(){var k=[];this.each(function(){k.push(this.replace(/[&lt;]+[3]/gi,"<tt class='heart'>&#x2665;</tt>"))});return c(k)}});function f(k){var m=Date.parse(k),h=arguments.length>1?arguments[1]:new Date;m=parseInt((h.getTime()-m)/1000);return m<60?"less than a minute ago":m<120?"about a minute ago":m<2700?parseInt(m/60).toString()+" minutes ago":m<5400?"about an hour ago":
m<86400?"about "+parseInt(m/3600).toString()+" hours ago":m<172800?"1 day ago":parseInt(m/86400).toString()+" days ago"}d&&c.extend(b,d);return this.each(function(){var k=c('<ul class="tweet_list">').appendTo(this),m='<p class="tweet_intro">'+b.intro_text+"</p>",h='<p class="tweet_outro">'+b.outro_text+"</p>",g=c('<p class="loading">'+b.loading_text+"</p>");if(typeof b.username=="string")b.username=[b.username];var e="";if(b.query)e+="q="+b.query;e+="&q=from:"+b.username.join("%20OR%20from:");e="http://search.twitter.com/search.json?&"+
e+"&rpp="+b.count+"&callback=?";b.loading_text&&c(this).append(g);c.getJSON(e,function(j){b.loading_text&&g.remove();b.intro_text&&k.before(m);c.each(j.results,function(l,n){l=b.join_text=="auto"?n.text.match(/^(@([A-Za-z0-9-_]+)) .*/i)?b.auto_join_text_reply:n.text.match(/(^\w+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+) .*/i)?b.auto_join_text_url:n.text.match(/^((\w+ed)|just) .*/im)?b.auto_join_text_ed:n.text.match(/^(\w*ing) .*/i)?b.auto_join_text_ing:b.auto_join_text_default:b.join_text;l='<span class="tweet_join"> '+
l+" </span>";l=b.join_text?l:" ";var q='<a class="tweet_avatar" href="http://twitter.com/'+n.from_user+'"><img src="'+n.profile_image_url+'" height="'+b.avatar_size+'" width="'+b.avatar_size+'" alt="'+n.from_user+'\'s avatar" border="0"/></a>';q=b.avatar_size?q:"";var p='<a href="http://twitter.com/'+n.from_user+"/statuses/"+n.id+'" title="view tweet on twitter">'+f(n.created_at)+"</a>";n='<span class="tweet_text">'+c([n.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+
"</span>";k.append("<li>"+q+p+l+n+"</li>");k.children("li:first").addClass("tweet_first");k.children("li:odd").addClass("tweet_even");k.children("li:even").addClass("tweet_odd")});b.outro_text&&k.after(h)})})}})(jQuery);
var jsconf=function(){var c="home",d="<div class='article'><h3><a href='{{link}}'>{{title}}</a></h3><div class='dateline'>{{date}}</div><div class='body'>{{{body}}}</div>",b=870;function f(){return jQuery("#navigation").offset().left}function k(g){var e=0,j=0;if(g=="articles"||g=="schedule"||g=="videos")j=110;else if(g=="register"||g=="home"||g=="sponsors")j=-439;else if(g=="about"||g=="speakers"||g=="venue")j=-990;var l=f();if(g=="articles"||g=="register"||g=="about")e=l+10;else if(g=="schedule"||
g=="home"||g=="speakers")e=l-b;else if(g=="videos"||g=="sponsors"||g=="venue")e=l-(b*2+13);return g={top:j,left:e}}function m(g){var e=k(c);g?jQuery("#viewpane").animate(e):jQuery("#viewpane").css(e)}function h(g){g.preventDefault();g.stopPropagation();$(".bio").hide();$($(this).attr("href")).show()}return{resizeContainer:function(){m()},focus_on:function(g){c=g;m(true)},default_focus:function(){m(true)},load_blog:function(g,e){var j=new google.feeds.Feed("http://feeds.feedburner.com/posterous/tzwp");
j.setNumEntries(g);j.load(function(l){l.error||e(l)})},load_tweets:function(){jQuery("#twitter").tweet({avatar_size:28,count:3,query:"jsconf",loading_text:"searching twitter..."})},init:function(){jQuery("#speaker_line a").click(h);jQuery("#regform").ajaxForm({complete:function(g){jQuery("#submission").val(g.responseText)}});jQuery("#home").each(function(){jsconf.load_blog(2,function(g){jQuery.each(g.feed.entries,function(){jQuery("#top_article").append(Mustache.to_html(d,{title:this.title,body:this.contentSnippet.replace("Permalink",
""),date:Date.parse(this.publishedDate).toString("dddd, MMMM d, yyyy"),link:this.link}))})})});jQuery("#article_listing").each(function(){jsconf.load_blog(10,function(g){jQuery.each(g.feed.entries,function(){jQuery("#article_listing").append(Mustache.to_html(d,{title:this.title,body:this.content.replace("Permalink",""),date:Date.parse(this.publishedDate).toString("dddd, MMMM d, yyyy"),link:this.link}))});jQuery("#article_listing .article p:last").remove()})});jQuery("#speaker_carousel").length>0&&
jQuery("#speaker_carousel").jCarouselLite({btnNext:".next",btnPrev:".prev",visible:8,afterEnd:function(){jQuery("#speaker_line a").click(h)},mouseWheel:true});jsconf.load_tweets()}}}();google.setOnLoadCallback(jsconf.init);
