(function(){function f(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.isLoaded=false}f.prototype.render=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a};f.prototype.load=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;WbxMobileSite.utils.toggleLoading(true);if(!this.isLoaded){a=JSON.parse(this.config.pageConfig);b.innerHTML=a.content;this.isLoaded=true}WbxMobileSite.utils.toggleLoading(false);
WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)};WbxMobileSite.pageFactory.contains("mcustom")||WbxMobileSite.pageFactory.register("mcustom",f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=this.pageConfig=null;this.loadedEntries=[];this.isFlickr=false;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}f.prototype.render=function(b,a){a=a.split("-");(a.length>2?a[2]:null)&&$("#"+b.id).addClass("fullImageContent")};f.prototype.load=function(b,a){var d=a.split("-");d=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var c=this;WbxMobileSite.utils.toggleLoading(true);
if(d){$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");if(this.feedData==null){this.loadingContext.callback=function(){c.renderPhotosDetail()};this.fetchFeed()}else this.renderPhotosDetail()}else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderPhotosList()};this.fetchFeed()}else this.renderPhotosList()};f.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages;a++)if(this.loadedPages[a]==b)return true;return false};
f.prototype.fetchFeed=function(){this.pageConfig=JSON.parse(this.config.pageConfig);this.isFlickr=/api.flickr.com/.test(this.pageConfig.feedUrl);var b=new WbxMobileSite.fetcher.FeedFetcher(this.pageConfig.feedUrl);if(this.isFlickr)b.minify=false;var a=this;b.fetch(function(d){a.handleFeedCallback(d)})};f.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};f.prototype.renderPhotosList=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){this.loadingContext.parentEl.innerHTML=
"";var b=0;this.loadedEntries=[];for(var a=0;a<this.feedData.entries.length&&b<50;a++){var d=this.feedData.entries[a],c=this.getBestImage(d);if(c!=null&&c!=""){var e=document.createElement("a");e.className="thumbnail";e.href="#";this.setImageLinkClickHandler(e,"p-"+this.index+"-"+b);c=WbxMobileSite.utils.getProxyImageSrc(c,75,75,true);e.style.backgroundImage="url("+c+")";this.loadingContext.parentEl.appendChild(e);this.loadedEntries.push(d);b++}}b=document.createElement("div");b.style.clear="both";
this.loadingContext.parentEl.appendChild(b);this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false);WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)};f.prototype.getBestImage=function(b){var a=b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image;if(this.isFlickr){b=b.rawDescription.match(/http:\/\/farm[0-9].static.flickr.com\/[0-9]+\/[0-9]+_[a-zA-Z0-9]+_m.jpg/);if(b!=null&&b.length>0)a=b[0].replace(/_m.jpg\b/,".jpg")}return a};f.prototype.setImageLinkClickHandler=
function(b,a){b.onclick=function(){return WbxMobileSite.utils.navTo(a)}};f.prototype.attachPhotoOnloadFn=function(b,a){b.onload=function(){var d=-1*parseInt(this.width/2),c=-1*parseInt(this.height/2);this.style.marginLeft=d+"px";this.style.marginTop=c+"px";b.style.visibility="visible";a&&WbxMobileSite.utils.toggleLoading(false)}};f.prototype.renderPhotosFilmstrip=function(){if(!this.hasLoaded("filmstrip")){WbxMobileSite.utils.toggleLoading(true,true);parseInt(this.loadingContext.pageKey.split("-")[2]);
for(var b=document.getElementById("site-container").offsetWidth,a=this.loadingContext.parentEl.offsetHeight,d=b*this.loadedEntries.length,c=0;c<this.loadedEntries.length;c++){var e=document.createElement("div");e.className="cell";e.style.width=b+"px";e.style.height=a+"px";var g=this.loadedEntries[c];g=g.image?WbxMobileSite.utils.getProxyImageSrc(g.image,320,320):null;var h=document.createElement("img");h.src=g;h.className="cellImage";h.style.visibility="hidden";this.attachPhotoOnloadFn(h,c==0);e.appendChild(h);
this.loadingContext.parentEl.appendChild(e)}$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.style.width=d+"px";WbxMobileSite.utils.enableXYScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false);this.loadedPages.push("filmstrip")}};f.prototype.renderPhotosDetail=function(){if(this.hasLoaded(this.loadingContext.pageKey))WbxMobileSite.utils.toggleLoading(false);else{var b=parseInt(this.loadingContext.pageKey.split("-")[2]);this.loadImage(b);
var a=this;WbxMobileSite.pagination.init(this.loadedEntries.length,function(d){a.loadImage(d)},b)}};f.prototype.loadImage=function(b){WbxMobileSite.utils.toggleLoading(true,true);this.loadingContext.parentEl.innerHTML="";b=this.loadedEntries[b];var a=this.getBestImage(b);a=a?WbxMobileSite.utils.getProxyImageSrc(a,320,320):null;var d=document.createElement("img");d.src=a;d.className="fullImage";d.style.visibility="hidden";d.onload=function(){var c=-1*parseInt(this.width/2),e=-1*parseInt(this.height/
2);this.style.marginLeft=c+"px";this.style.marginTop=e+"px";d.style.visibility="visible";WbxMobileSite.utils.toggleLoading(false)};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");if(this.pageConfig.linkToArticle=="true"){b=WbxMobileSite.utils.getExternalLink(b.link);a=document.createElement("a");a.href=b;a.target="_blank";a.appendChild(d);this.loadingContext.parentEl.appendChild(a)}else this.loadingContext.parentEl.appendChild(d)};WbxMobileSite.pageFactory.contains("mphotos")||
WbxMobileSite.pageFactory.register("mphotos",f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}f.prototype.render=function(){};f.prototype.load=function(b,a){var d=a.split("-");d=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var c=this;if(d)if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderDetail()};this.fetchFeed()}else this.renderDetail();
else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderList()};this.fetchFeed()}else this.renderList()};f.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==b)return true;return false};f.prototype.fetchFeed=function(){var b=JSON.parse(this.config.pageConfig),a=this;(new WbxMobileSite.fetcher.FeedFetcher(b.feedUrl)).fetch(function(d){a.handleFeedCallback(d)})};f.prototype.handleFeedCallback=
function(b){this.feedData=b;this.loadingContext.callback()};f.prototype.renderList=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){this.loadingContext.parentEl.innerHTML="";for(var b=0;b<this.feedData.entries.length&&b<25;b++){var a=this.feedData.entries[b];if(a.image!=null&&a.image!=""){var d=WbxMobileSite.utils.getProxyImageSrc(a.image,120,90),c=document.createElement("a");c.className="listItem";c.href="#";this.setImageLinkClickHandler(c,"p-"+this.index+"-"+b);c.style.backgroundImage=
"url("+d+")";d=document.createElement("div");d.className="listDetail";var e="<h2>"+a.title+"</h2>";a=this.getDetailsFromEntry(a);if(a!=null&&a!="")e+='<p class="desc">'+a+"</p>";d.innerHTML=e;c.appendChild(d);this.loadingContext.parentEl.appendChild(c);c=document.createElement("div");c.style.clear="both";this.loadingContext.parentEl.appendChild(c)}}this.loadedPages.push(this.loadingContext.pageKey);WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};
f.prototype.getDetailsFromEntry=function(b){var a=b.description?WbxMobileSite.utils.stripTags(b.description):"",d=a!=null?a.indexOf("From:"):-1;b=a;var c=null;if(d>0){b=a.substring(0,d);c=a.substr(d)}if(c!=null&&c!=""){var e=c.indexOf("Views:");d=c.indexOf("Time:");var g=c.indexOf("More",d+6),h=c.indexOf(" ",e+7);a=c.substring(5,e).replace(/ /g,"");e=c.substring(e+7,h).replace(/ /g,"");h=c.substring(h,d).replace(/ /g,"").replace("ratings","");c=c.substring(d+6,g);if(a!=null&&e!=null&&h!=null&&c!=
null&&a!=""&&e!=""&&h!=""&&c!=""){b=h+" ratings&nbsp;&nbsp;"+e+" views<br />";b+="<strong>"+c+"</strong>&nbsp;&nbsp;"+a}}return b};f.prototype.setImageLinkClickHandler=function(b,a){b.onclick=function(){return WbxMobileSite.utils.navTo(a)}};f.prototype.renderDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])],a=document.createElement("div");a.className="wrapper";var d=document.createElement("div");d.className=
"listItem";var c=document.createElement("div");c.className="listDetail";var e="<h2>"+b.title+"</h2>",g=this.getDetailsFromEntry(b);if(g!=null&&g!="")e+='<p class="desc">'+g+"</p>";c.innerHTML=e;e=document.createElement("div");g=WbxMobileSite.utils.getProxyImageSrc(b.image,120,90);e.style.backgroundImage="url("+g+")";e.className="video-embed";if(WbxMobileSite.isAndroid){b=WbxMobileSite.utils.getExternalLink(b.link);e.innerHTML='<a href="'+b+'" style="display:block; width:120px; height:90px" target="_blank"></a>'}else e.innerHTML=
'<embed src="'+b.link+'" type="application/x-shockwave-flash" wmode="transparent" width="120" height="90"></embed>';d.appendChild(e);d.appendChild(c);a.appendChild(d);d=document.createElement("div");d.style.clear="both";a.appendChild(d);$("#"+this.loadingContext.parentEl.id).addClass("video-content");this.loadingContext.parentEl.appendChild(a);this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("myoutube")||WbxMobileSite.pageFactory.register("myoutube",
f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.isLoaded=false}f.prototype.render=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a};f.prototype.load=function(b,a){this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;WbxMobileSite.utils.toggleLoading(true);if(!this.isLoaded){a=JSON.parse(this.config.pageConfig);b.innerHTML=a.content;this.isLoaded=true}WbxMobileSite.utils.toggleLoading(false);WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)};
WbxMobileSite.pageFactory.contains("mcustom")||WbxMobileSite.pageFactory.register("mcustom",f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.pageConfig=JSON.parse(this.config.pageConfig);this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}f.prototype.render=function(){};f.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;d=d.length>3&&d[3]=="img";this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var e=this;if(d){WbxMobileSite.utils.toggleLoading(true,true);if(this.feedData==null){this.loadingContext.callback=
function(){e.renderArticleImage()};this.fetchFeed()}else this.renderArticleImage()}else if(c){WbxMobileSite.utils.toggleLoading(true);if(this.feedData==null){this.loadingContext.callback=function(){e.renderArticleDetail()};this.fetchFeed()}else this.renderArticleDetail()}else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){e.renderArticleList()};this.fetchFeed()}else this.renderArticleList()};f.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==
b)return true;return false};f.prototype.fetchFeed=function(){var b=this;(new WbxMobileSite.fetcher.FeedFetcher(this.pageConfig.feedUrl)).fetch(function(a){b.handleFeedCallback(a)})};f.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};f.prototype.renderArticleList=function(){var b="includeListImg"in this.pageConfig&&this.pageConfig.includeListImg=="true";if(!this.hasLoaded(this.loadingContext.pageKey)){var a=$(this.loadingContext.parentEl);a.addClass("table-view");
a.addClass("sums");b&&a.addClass("imgs");a="";a+='<ul class="section">';for(var d=0;d<this.feedData.entries.length&&d<25;d++){var c=this.feedData.entries[d];a+='<li><a href="#" onclick="return WbxMobileSite.utils.navTo(\''+("p-"+this.index+"-"+d)+"')\">";var e=this.getBestImage(c);if(e&&b){e=WbxMobileSite.utils.getProxyImageSrc(e,60,60,true);a+='<div class="row-img" style="background-image:url('+e+')"></div>'}a+='<div class="row-label">'+c.title+"</div>";c=c.shortDescription?WbxMobileSite.utils.stripTags(c.shortDescription):
"";a+='<div class="row-sublabel">'+c+"</div>";a+='<div class="row-arrow"></div>';a+="</a></li>"}a+="</ul>";this.loadingContext.parentEl.innerHTML=a;this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};f.prototype.renderArticleDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=parseInt(this.loadingContext.pageKey.split("-")[2]),a=this.feedData.entries[b],d="WbxMobileSite.utils.openExternalLink('"+
a.link+"', "+(this.pageConfig.useMobilizer=="true")+")",c="";if(a.date)c+='<p class="postdate">'+a.date+"</p>";var e=!("linkout"in this.pageConfig)||this.pageConfig.linkout=="true";c+=e?'<h1><a href="javascript:void(0)" onclick="'+d+'">'+a.title+"</a></h1>":"<h1>"+a.title+"</h1>";b="p-"+this.index+"-"+b+"-img";var g=this.getBestImage(a);g=g?WbxMobileSite.utils.getProxyImageSrc(g,320,320):null;if(g!=null)c+='<a class="content-img" href="#" onclick="return WbxMobileSite.utils.navTo(\''+b+'\')"><img src="'+
g+'" onload="'+("setTimeout(function() { WbxMobileSite.utils.enableScrolling('"+this.loadingContext.pageKey+"'); }, 500)")+'" /></a>';c+="<p>"+a.description+"</p>";if(e)c+='<div style="clear:both; min-height:300px;" class="button-row"><a class="lg-button black" href="javascript:void(0)" onclick="'+d+'">Read Full Article</a></div>';$(this.loadingContext.parentEl).addClass("content-view");this.loadingContext.parentEl.innerHTML=c}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};
f.prototype.getBestImage=function(b){return b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image};f.prototype.renderArticleImage=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.getBestImage(this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])]);b=b?WbxMobileSite.utils.getProxyImageSrc(b,320,320):null;var a=document.createElement("img");a.src=b;a.className="fullImage";a.style.visibility="hidden";a.onload=function(){var d=-1*parseInt(this.width/
2),c=-1*parseInt(this.height/2);this.style.marginLeft=d+"px";this.style.marginTop=c+"px";a.style.visibility="visible"};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.appendChild(a)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("mfeed")||WbxMobileSite.pageFactory.register("mfeed",f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}f.prototype.render=function(){};f.prototype.load=function(b,a){var d=a.split("-");d=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var c=this;if(d)if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderDetail()};this.fetchFeed()}else this.renderDetail();
else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){c.renderList()};this.fetchFeed()}else this.renderList()};f.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==b)return true;return false};f.prototype.fetchFeed=function(){var b=JSON.parse(this.config.pageConfig),a=this;(new WbxMobileSite.fetcher.FeedFetcher(b.feedUrl)).fetch(function(d){a.handleFeedCallback(d)})};f.prototype.handleFeedCallback=
function(b){this.feedData=b;this.loadingContext.callback()};f.prototype.renderList=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){this.loadingContext.parentEl.innerHTML="";for(var b=0;b<this.feedData.entries.length&&b<25;b++){var a=this.feedData.entries[b];if(a.image!=null&&a.image!=""){var d=WbxMobileSite.utils.getProxyImageSrc(a.image,120,90),c=document.createElement("a");c.className="listItem";c.href="#";this.setImageLinkClickHandler(c,"p-"+this.index+"-"+b);c.style.backgroundImage=
"url("+d+")";d=document.createElement("div");d.className="listDetail";var e="<h2>"+a.title+"</h2>";a=this.getDetailsFromEntry(a);if(a!=null&&a!="")e+='<p class="desc">'+a+"</p>";d.innerHTML=e;c.appendChild(d);this.loadingContext.parentEl.appendChild(c);c=document.createElement("div");c.style.clear="both";this.loadingContext.parentEl.appendChild(c)}}this.loadedPages.push(this.loadingContext.pageKey);WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};
f.prototype.getDetailsFromEntry=function(b){var a=b.description?WbxMobileSite.utils.stripTags(b.description):"",d=a!=null?a.indexOf("From:"):-1;b=a;var c=null;if(d>0){b=a.substring(0,d);c=a.substr(d)}if(c!=null&&c!=""){var e=c.indexOf("Views:");d=c.indexOf("Time:");var g=c.indexOf("More",d+6),h=c.indexOf(" ",e+7);a=c.substring(5,e).replace(/ /g,"");e=c.substring(e+7,h).replace(/ /g,"");h=c.substring(h,d).replace(/ /g,"").replace("ratings","");c=c.substring(d+6,g);if(a!=null&&e!=null&&h!=null&&c!=
null&&a!=""&&e!=""&&h!=""&&c!=""){b=h+" ratings&nbsp;&nbsp;"+e+" views<br />";b+="<strong>"+c+"</strong>&nbsp;&nbsp;"+a}}return b};f.prototype.setImageLinkClickHandler=function(b,a){b.onclick=function(){return WbxMobileSite.utils.navTo(a)}};f.prototype.renderDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])],a=document.createElement("div");a.className="wrapper";var d=document.createElement("div");d.className=
"listItem";var c=document.createElement("div");c.className="listDetail";var e="<h2>"+b.title+"</h2>",g=this.getDetailsFromEntry(b);if(g!=null&&g!="")e+='<p class="desc">'+g+"</p>";c.innerHTML=e;e=document.createElement("div");g=WbxMobileSite.utils.getProxyImageSrc(b.image,120,90);e.style.backgroundImage="url("+g+")";e.className="video-embed";if(WbxMobileSite.isAndroid){b=WbxMobileSite.utils.getExternalLink(b.link);e.innerHTML='<a href="'+b+'" style="display:block; width:120px; height:90px" target="_blank"></a>'}else e.innerHTML=
'<embed src="'+b.link+'" type="application/x-shockwave-flash" wmode="transparent" width="120" height="90"></embed>';d.appendChild(e);d.appendChild(c);a.appendChild(d);d=document.createElement("div");d.style.clear="both";a.appendChild(d);$("#"+this.loadingContext.parentEl.id).addClass("video-content");this.loadingContext.parentEl.appendChild(a);this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("myoutube")||WbxMobileSite.pageFactory.register("myoutube",
f)})();
(function(){function f(b,a){this.type="twitter";this.index=b;this.config=a;this.isLoaded=false;this.articleParentEl=null;this.apiUrl="http://twitter.com/status/user_timeline/"+a.username+".json";this.user=this.tweets=null;this.isInitialized=false;this.loadingContext={parentEl:null,pageKey:null}}f.prototype.render=function(){};f.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;if(c){$(b).html("");WbxMobileSite.utils.toggleLoading(true);$(b).append($(f.formatUser(currentPage.user,
currentPage.loadingContext.pageKey)));a='<div class="table-view grouped entries" style="min-height: 0;"><ul class="section"><li><div class="entry">';a+='<div class="row-label">'+f.formatTwitString(this.tweets[c].text,true)+"</div>";a+='<div class="row-sublabel">'+f.relativeTime(this.tweets[c].created_at)+"</div>";a+="</div></li></ul></div>";$(b).append(a);a="http://twitter.com/"+this.user.screen_name+"/statuses/"+this.tweets[c].id;$(b).append('<div class="button-row" style="min-height: 300px;"><div class="button-cell"><a class="lg-button" target="_blank" href="http://twitter.com/?status='+
escape("RT "+this.user.screen_name+" "+this.tweets[c].text)+'">Retweet</a></div><div class="button-cell"><a class="lg-button" target="_blank" href="'+a+'">Favorite</a></div></div>');WbxMobileSite.utils.enableScrolling(currentPage.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)}else if(!this.isInitialized){WbxMobileSite.utils.toggleLoading(true);c=new WbxMobileSite.fetcher.FeedFetcher(this.apiUrl+"?count="+this.config.updateCount,WbxMobileSite.proxyUrl+"/fetch/","2fb04bd53a9c08d61344d07df62e2cdc33b7554e0000012667b887ef");
c.minify=false;c.processResponse=false;c.raw=true;c.fetch(function(e){currentPage=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage);currentPage.tweets=e;currentPage.user=e[0].user;$(b).html($(f.formatUser(currentPage.user,currentPage.loadingContext.pageKey)));$(b).append($('<div class="table-view grouped entries" id="tweetlist-'+d[1]+'"></div>'));e='<ul class="section">';for(ix=0;ix<currentPage.tweets.length;ix++){var g="p-"+d[1]+"-"+ix;e+="<li>";e+='<a href="javascript:void(0)" ontouchstart="WbxMobileSite.site.selectNavigation(this, \''+
g+"');\" onclick=\"return WbxMobileSite.utils.navTo('"+g+"')\">";e+='<div class="row-label">'+f.formatTwitString(currentPage.tweets[ix].text,false)+"</div>";e+='<div class="row-sublabel">'+f.relativeTime(currentPage.tweets[ix].created_at)+"</div>";e+='<div class="row-arrow"></div>';e+="</a></li>"}e+="</ul>";$("#tweetlist-"+d[1]).append(e);WbxMobileSite.utils.toggleLoading(false);currentPage.isInitialized=true;WbxMobileSite.utils.enableScrolling(currentPage.loadingContext.pageKey)})}};f.formatUser=
function(b){var a="javascript:void(0)";if(window.top==window.self)a=WbxMobileSite.utils.getExternalLink("http://twitter.com/"+b.screen_name,"follow");return'<div class="twitteruser"><div class="avatar" style="background-image: url('+b.profile_image_url+');"></div><a target="_blank" href="'+a+'"><p class="username">'+b.screen_name+'</p></a><p class="userinfo"><span>'+b.statuses_count+"</span> updates | <span>"+b.followers_count+"</span> followers</p></div>"};f.relativeTime=function(b){var a=new Date(b);
if(a!=null){try{var d=a.toLocaleTimeString().replace(/([0-9]{1,2}:[0-9]{2}):[0-9]{2}/,"$1").replace(/ \w+$/," ")+" "+a.toLocaleDateString().replace(/, 20[0-9][0-9]/,"")}catch(c){d=a.toLocaleTimeString()+" "+a.toLocaleDateString()}return d}return b};f.formatTwitString=function(b,a){if(a){b=b.replace(/((ftp|https?):\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?)/gm,'<a href="$1" target="_blank">$1</a>');b=b.replace(/(\s*)@([a-zA-Z0-9_]+)\b/gm,'$1<a href="http://twitter.com/$2" target="_blank">@$2</a>');
b=b.replace(/(\s*)#([a-zA-Z0-9_]+)\b/gm,'$1<a href="http://twitter.com/search?q=%23$2" target="_blank">#$2</a>')}return b};WbxMobileSite.pageFactory.contains("mtwitter")||WbxMobileSite.pageFactory.register("mtwitter",f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.pageConfig=JSON.parse(this.config.pageConfig);this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}f.prototype.render=function(){};f.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;d=d.length>3&&d[3]=="img";this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var e=this;if(d){WbxMobileSite.utils.toggleLoading(true,true);if(this.feedData==null){this.loadingContext.callback=
function(){e.renderArticleImage()};this.fetchFeed()}else this.renderArticleImage()}else if(c){WbxMobileSite.utils.toggleLoading(true);if(this.feedData==null){this.loadingContext.callback=function(){e.renderArticleDetail()};this.fetchFeed()}else this.renderArticleDetail()}else if(this.feedData==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){e.renderArticleList()};this.fetchFeed()}else this.renderArticleList()};f.prototype.hasLoaded=function(b){for(var a=0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==
b)return true;return false};f.prototype.fetchFeed=function(){var b=this;(new WbxMobileSite.fetcher.FeedFetcher(this.pageConfig.feedUrl)).fetch(function(a){b.handleFeedCallback(a)})};f.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};f.prototype.renderArticleList=function(){var b="includeListImg"in this.pageConfig&&this.pageConfig.includeListImg=="true";if(!this.hasLoaded(this.loadingContext.pageKey)){var a=$(this.loadingContext.parentEl);a.addClass("table-view");
a.addClass("sums");b&&a.addClass("imgs");a="";a+='<ul class="section">';for(var d=0;d<this.feedData.entries.length&&d<25;d++){var c=this.feedData.entries[d];a+='<li><a href="#" onclick="return WbxMobileSite.utils.navTo(\''+("p-"+this.index+"-"+d)+"')\">";var e=this.getBestImage(c);if(e&&b){e=WbxMobileSite.utils.getProxyImageSrc(e,60,60,true);a+='<div class="row-img" style="background-image:url('+e+')"></div>'}a+='<div class="row-label">'+c.title+"</div>";c=c.shortDescription?WbxMobileSite.utils.stripTags(c.shortDescription):
"";a+='<div class="row-sublabel">'+c+"</div>";a+='<div class="row-arrow"></div>';a+="</a></li>"}a+="</ul>";this.loadingContext.parentEl.innerHTML=a;this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};f.prototype.renderArticleDetail=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=parseInt(this.loadingContext.pageKey.split("-")[2]),a=this.feedData.entries[b],d="WbxMobileSite.utils.openExternalLink('"+
a.link+"', "+(this.pageConfig.useMobilizer=="true")+")",c="";if(a.date)c+='<p class="postdate">'+a.date+"</p>";var e=!("linkout"in this.pageConfig)||this.pageConfig.linkout=="true";c+=e?'<h1><a href="javascript:void(0)" onclick="'+d+'">'+a.title+"</a></h1>":"<h1>"+a.title+"</h1>";b="p-"+this.index+"-"+b+"-img";var g=this.getBestImage(a);g=g?WbxMobileSite.utils.getProxyImageSrc(g,320,320):null;if(g!=null)c+='<a class="content-img" href="#" onclick="return WbxMobileSite.utils.navTo(\''+b+'\')"><img src="'+
g+'" onload="'+("setTimeout(function() { WbxMobileSite.utils.enableScrolling('"+this.loadingContext.pageKey+"'); }, 500)")+'" /></a>';c+="<p>"+a.description+"</p>";if(e)c+='<div style="clear:both; min-height:300px;" class="button-row"><a class="lg-button black" href="javascript:void(0)" onclick="'+d+'">Read Full Article</a></div>';$(this.loadingContext.parentEl).addClass("content-view");this.loadingContext.parentEl.innerHTML=c}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};
f.prototype.getBestImage=function(b){return b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image};f.prototype.renderArticleImage=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.getBestImage(this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])]);b=b?WbxMobileSite.utils.getProxyImageSrc(b,320,320):null;var a=document.createElement("img");a.src=b;a.className="fullImage";a.style.visibility="hidden";a.onload=function(){var d=-1*parseInt(this.width/
2),c=-1*parseInt(this.height/2);this.style.marginLeft=d+"px";this.style.marginTop=c+"px";a.style.visibility="visible"};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.appendChild(a)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};WbxMobileSite.pageFactory.contains("mfeed")||WbxMobileSite.pageFactory.register("mfeed",f)})();
(function(){function f(b,a){this.type="poll";this.index=b;this.config=a;this.pollAnswers=eval(a.pollAnswers);this.isLoaded=false;this.articleParentEl=null;this.apiHost="http://data.widgetserver.com";this.resultsApiUrl=this.apiHost+"/data-api/counter/get/12402f90-04c1-4571-b564-2183f0dfd37e/"+a.pollQuestionId+".json?";this.voteApiUrl=this.apiHost+"/data-api/counter/incr/12402f90-04c1-4571-b564-2183f0dfd37e/"+a.pollQuestionId+"/";this.results=null;this.token="563d0b1879ed6926b79350aaea3738ad5535c39a0000012ae82c137a";
this.selectedAnswer=this.votePage=null;this.loadingContext={parentEl:null,pageKey:null};this.graphingScripts=["http://files.widgetbox.com/mobile/scripts/raphael-min.js","http://files.widgetbox.com/mobile/scripts/g.raphael-min.js","http://files.widgetbox.com/mobile/scripts/g.pie-min.js"]}f.prototype.render=function(){for(var b=0;b<this.graphingScripts.length;b++)$.getScript(this.graphingScripts[b])};f.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;this.loadingContext.parentEl=
b;this.loadingContext.pageKey=a;d=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage);if(c){WbxMobileSite.utils.toggleLoading(true);this.viewResults()}else if(!this.isLoaded){WbxMobileSite.utils.toggleLoading(true);if(this.votePage!=null){$(b).html(this.votePage);this.selectedAnswer&&$("#"+this.selectedAnswer).attr("checked","checked")}else{c=$('<div class="headerimage content-view grouped"></div>');if(this.config.headerImage!=""){c.css("min-height","165px");c.css("max-width","300px");
c.css("background","url("+this.config.headerImage+") center center no-repeat");c.css("webkitBackgroundSize",this.config.headerImageWidth+"px "+this.config.headerImageHeight+"px");c.css("padding","0");c.css("margin","8px auto !important");$(b).html(c)}$(b).append($('<div class="content-view grouped"><h1 style="color:'+this.config.pollQuestionColor+'">'+this.config.pollQuestion+"</h1></div>"));c=$("<div></div>");c.addClass("table-view");c.addClass("grouped");c.addClass("wrap");c.css("minHeight","0");
var e=$('<ul class="section"></ul>');e.css("marginTop","0");for(var g=0;g<this.pollAnswers.length;g++)this.pollAnswers[g]!=null&&this.pollAnswers[g].text!=null&&this.pollAnswers[g].text!=""&&e.append($('<li><div class="row-label answer"><input type="radio" name="answer" id="a'+this.pollAnswers[g].id+'"value="a'+this.pollAnswers[g].id+'"/><label style="color:'+this.config.pollAnswerColor+';"for="a'+this.pollAnswers[g].id+'">'+this.pollAnswers[g].text+"</label></div></li>"));c.append(e);$(b).append(c);
c='<div class="button-row"><div class="button-cell"><a class="lg-button" href="#" id="'+a+'-vote" onclick="return WbxMobileSite.site.getPageByPageKey(\''+this.loadingContext.pageKey+'\').vote();" title="Vote">Vote</a></div>';if(this.config.showResultsLink&&this.config.showResultsLink!="false")c+='<div class="button-cell"><a class="lg-button" href="#" onclick="return WbxMobileSite.utils.navTo(\''+a+'-results\')" title="Vote">Results</a></div>';c+="</div>";$(b).append(c)}this.isLoaded=true;WbxMobileSite.utils.enableScrolling(d.loadingContext.pageKey);
WbxMobileSite.utils.toggleLoading(false)}};f.prototype.vote=function(){WbxMobileSite.utils.toggleLoading(true);var b=this.loadingContext.pageKey,a=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage);a.results=null;var d=$("#"+b+" input[type=radio]:checked").val();if(d)$.getJSON(this.voteApiUrl+d+".json?wbx_callback=?",{wbx_token:this.token},function(c){if(c.success){a.selectedAnswer=d;a.disableVoting();a.votePage=$(a.loadingContext.parentEl).html();WbxMobileSite.site.track(a.loadingContext.pageKey,
"submit");WbxMobileSite.utils.navTo(b+"-results")}else{alert("Trouble posting vote");WbxMobileSite.utils.toggleLoading(false)}});else{alert("Choose an answer before voting");WbxMobileSite.utils.toggleLoading(false)}return false};f.prototype.disableVoting=function(){var b=this.loadingContext.pageKey;$("#"+b+"-vote").remove();$("#"+b+" :input").attr("disabled","disabled")};f.prototype.viewResults=function(){for(var b=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage),a=this.resultsApiUrl,
d=this.pollAnswers,c=0;c<d.length;c++)a+="labelId=a"+d[c].id+"&";b.results==null?$.getJSON(a+"&wbx_callback=?",{wbx_token:this.token},function(e){b.results=e.results;b.renderResults()}):b.renderResults();WbxMobileSite.site.track(b.loadingContext.pageKey,"result");WbxMobileSite.utils.toggleLoading(false);WbxMobileSite.utils.enableScrolling(b.loadingContext.pageKey)};f.prototype.renderResults=function(){var b=WbxMobileSite.site.getPageByPageKey(WbxMobileSite.site.currentPage);$(b.loadingContext.parentEl).html("");
if(b.results.calculatedTotal==0){$(b.loadingContext.parentEl).append('<div id="'+b.loadingContext.pageKey+'-graph" class="content-view grouped"></div>');$("#"+b.loadingContext.pageKey+"-graph").append('<h1 style="text-align:center;">No votes yet.</h1>')}else{$(b.loadingContext.parentEl).append('<div id="'+b.loadingContext.pageKey+'-graph" class="content-view grouped" style="height: 270px;"></div>');for(var a=[],d=0;d<b.pollAnswers.length;d++)a.push(b.results["a"+b.pollAnswers[d].id]);var c=Raphael(b.loadingContext.pageKey+
"-graph");c.g.txtattr.font="10px 'Fontin Sans', Fontin-Sans, sans-serif";d=b.config.pollQuestion.substr(0,40);d=b.config.pollQuestion.length>=40?d+"...":d;c.g.text(140,10,d).attr({"font-size":14});var e=[];for(d=0;d<b.pollAnswers.length;d++){var g=b.pollAnswers[d].text.substr(0,33);g=b.pollAnswers[d].text.length>=33?g+"...":g;e.push(g+" (%%.%%, ## votes)")}c.g.piechart(140,120,90,a,{legend:e,legendpos:"south"})}};WbxMobileSite.pageFactory.contains("mpoll")||WbxMobileSite.pageFactory.register("mpoll",
f)})();
(function(){function f(b,a){this.index=b;this.config=a;this.feedData=this.articleParentEl=null;this.loadingContext={parentEl:null,pageKey:null};this.loadedPages=[]}f.prototype.render=function(){};f.prototype.load=function(b,a){var d=a.split("-"),c=d.length>2?d[2]:null;d=d.length>3&&d[3]=="img";this.loadingContext.parentEl=b;this.loadingContext.pageKey=a;var e=this;if(d)if(this.feedData==null||this.feedData.entries==null){WbxMobileSite.utils.toggleLoading(true,true);this.loadingContext.callback=function(){e.renderArticleImage()};
this.fetchFeed()}else this.renderArticleImage();else if(c)if(this.feedData==null||this.feedData.entries==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){e.renderArticleDetail()};this.fetchFeed()}else this.renderArticleDetail();else if(this.feedData==null||this.feedData.entries==null){WbxMobileSite.utils.toggleLoading(true);this.loadingContext.callback=function(){e.renderArticleList()};this.fetchFeed()}else this.renderArticleList()};f.prototype.hasLoaded=function(b){for(var a=
0;a<this.loadedPages.length;a++)if(this.loadedPages[a]==b)return true;return false};f.prototype.fetchFeed=function(){var b=JSON.parse(this.config.pageConfig);b=new WbxMobileSite.fetcher.FeedFetcher(b.feedUrl);b.minify=false;var a=this;b.fetch(function(d){a.handleFeedCallback(d)})};f.prototype.handleFeedCallback=function(b){this.feedData=b;this.loadingContext.callback()};f.prototype.renderArticleList=function(){if(this.feedData.entries==undefined||this.feedData.entries.length==0||this.feedData.entries[0]==
undefined){WbxMobileSite.utils.toggleLoading(false);var b=$(this.loadingContext.parentEl);b.html('<div style="margin:15px" class="content-view grouped">No posts found in feed.</div>')}else{var a=JSON.parse(this.config.pageConfig),d="includeListImg"in a&&a.includeListImg=="true";if(!this.hasLoaded(this.loadingContext.pageKey)){b=$(this.loadingContext.parentEl);var c=$("<div></div>");c.addClass("table-view");c.addClass("grouped");c.addClass("entries");d&&c.addClass("imgs");var e="";if(this.feedData.entries.length>
0)if(e=this.feedData.entries[0].author)e=e.name;a="javascript:WbxMobileSite.utils.openExternalLink('"+a.pageUrl+"')";var g='<div class="header"><a href="'+a+'" target="_blank"><img src="'+WbxMobileSite.utils.getProxyImageSrc(this.feedData.logo,48,48,true)+'" alt="'+e+'" class="profileimage" /></a>';g+='<div class="action" ><div class="name"><a href="'+a+'" target="_blank"><span class="name">'+e+"</span> on Facebook</a></div>";g+='<div class="button"><a href="'+a+'" target="_blank"><span class="button_text"><span></span>Become a Fan</span></a>';
g+="</div></div></div>";b.append(g);e="";e+='<ul class="section">';for(a=0;a<this.feedData.entries.length&&a<25;a++){g=this.feedData.entries[a];e+='<li><a href="#" onclick="return WbxMobileSite.utils.navTo(\''+("p-"+this.index+"-"+a)+"')\">";var h=this.getBestImage(g);if(h&&d){var i=WbxMobileSite.utils.getProxyImageSrc(h,120,120);e+='<div class="row-img" style="background-image:url('+i+'); -webkit-border-top-left-radius: 0; -moz-border-radius-topleft:0 "></div>'}e+='<div class="row-label">'+g.shortDescription.replace(/<\/?[^>]+>/gi,
" ")+"</div>";e+='<div class="row-arrow"></div>';if(h&&d)e+='<div style="clear:both"></div>';e+="</a></li>"}e+="</ul>";c.html(e);b.append(c);this.loadedPages.push(this.loadingContext.pageKey)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey)}WbxMobileSite.utils.toggleLoading(false)};f.prototype.getBestImage=function(b){var a=b.articleImage!=null&&b.articleImage!=""?b.articleImage:b.image;b=b.rawDescription.match(/http:\/\/photos-h.ak.fbcdn.net\/[^"']*_s.jpg/);if(b!=null&&b.length>0){a=
b[0];a=a.replace("_s.jpg","_n.jpg");a=a.replace("http://photos-h.ak.fbcdn.net","http://sphotos.ak.fbcdn.net")}return a};f.prototype.renderArticleDetail=function(){JSON.parse(this.config.pageConfig);if(!this.hasLoaded(this.loadingContext.pageKey)){var b=parseInt(this.loadingContext.pageKey.split("-")[2]),a=this.feedData.entries[b],d=WbxMobileSite.utils.getExternalLink(a.link),c="";if(a.date)c+='<p class="postdate">'+a.date+"</p>";if(a.title)c+='<h1><a href="'+d+'" target="_blank">'+a.title+"</a></h1>";
b="p-"+this.index+"-"+b+"-img";d=(d=this.getBestImage(a))?WbxMobileSite.utils.getProxyImageSrc(d,320,320):null;if(d!=null){c+='<a class="content-img" href="#" onclick="return WbxMobileSite.utils.navTo(\''+b+'\')"><img src="'+d+'" onload="'+("setTimeout(function() { WbxMobileSite.utils.enableScrolling('"+this.loadingContext.pageKey+"'); }, 500)")+'" border="0" /></a>';c+='<div style="clear:both"></div>'}a=a.shortDescription.replace(/<\/?[^>]+>/gi," ").replace(/((ftp|https?):\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?)/gm,
'<a href="javascript:WbxMobileSite.utils.openExternalLink(\'$1\')" target="_blank">$1</a>');c+="<p>"+a+"</p>";$(this.loadingContext.parentEl).addClass("content-view");this.loadingContext.parentEl.innerHTML=c}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};f.prototype.renderArticleImage=function(){if(!this.hasLoaded(this.loadingContext.pageKey)){var b=this.getBestImage(this.feedData.entries[parseInt(this.loadingContext.pageKey.split("-")[2])]);
b=b?WbxMobileSite.utils.getProxyImageSrc(b,320,320):null;var a=document.createElement("img");a.src=b;a.className="fullImage";a.style.visibility="hidden";a.onload=function(){var d=-1*parseInt(this.width/2),c=-1*parseInt(this.height/2);this.style.marginLeft=d+"px";this.style.marginTop=c+"px";a.style.visibility="visible"};$("#"+this.loadingContext.parentEl.id).addClass("fullImageContent");this.loadingContext.parentEl.appendChild(a)}WbxMobileSite.utils.enableScrolling(this.loadingContext.pageKey);WbxMobileSite.utils.toggleLoading(false)};
WbxMobileSite.pageFactory.contains("mfacebook")||WbxMobileSite.pageFactory.register("mfacebook",f)})();
$(document).ready(function(){var f={icon:"http://img.widgetbox.com/widget/asset/81dc430f-2b19-49cf-999a-663936b20d88/2009_logo.png",startupImg:"http://img.widgetbox.com/widget/asset/09b1d3ac-0e22-4acc-b374-d5a1e2300ce0/2009_logo.png",headerImg:"",navStyle:"bottomNav",aboutImg:"http://img.widgetbox.com/widget/asset/da9d203f-4a84-4e74-8332-55cc6b533df0/group-swipe.png",aboutText:"-- subtlety through action, individuality through community, immediacy through timelessness, and equality through art. --Under the direction of choreographer brittany brown ceres, dance ceres, is an ensemble of dancers who devour the performance arena with weighted fluidity, extensions that reach through time and a dynamically expressive commitment.\u201cswift and irresistible\u201d (Allan Ulrich, 7/06) -- \u201clucid and voluptuous\u201d (Rita Felciano,  12/07).",titleStyle:"siteTitleImage",
"titleImg:":"",themeColor:"",admobAcct:"",noAds:"false",pageConfigs:[],theme:"02",titleImg:"http://img.widgetbox.com/widget/asset/cce53328-14bd-4fb2-8c5a-f2674a254221/miniblackgradiant.png"};f.title="dance ceres";f.mode="site";f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"content":"<div style=\\"color:white;margin: 15px;\\"> <p>Upcoming Performances:<br><strong>May 4-5 at the Garage</strong></br><br> AIR residency</br><br><a href=\\"#\\">www.975howard.org</a></br> <br><strong>May 20-21 at the SF City College</strong></br><br> Joint bill with Strong Current</br><br><a href=\\"#\\">www.strongcurrntdance.org</a></br> <br><strong>Fall 2010 West Wave Dance Festival</strong></br><br><a href=\\"#\\">www.westwavedancefestival.org</a></p><img src=\\"http://danceceres.org/2009_Logo.jpg\\"; width=\\"290\\" height=\\"260\\"></p> <br /> </div>"}',
"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"feedUrl":"http://api.flickr.com/services/feeds/photos_public.gne?id=46487408@N05&amp;lang=en-us&amp;format=atom","headerImg":"","linkToArticle":"false"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});
f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"username":"danceceres","type":"uploads","feedUrl":"http://gdata.youtube.com/feeds/base/users/danceceres/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css",
"wbx.buttonMode":"2",pageConfig:'{"content":"<div style=\\"color:white;margin: 15px;\\"> <p>dance ceres is...</P><p><strong>\\"profoundly affecting.\\"</strong>  SF Chron 6/09\\n<strong>\\"subtle and complex, but also accessible.\\" </strong>  CounterPULSE 2/08\\n<strong>\'brainy and luscious\' </strong> SFBayG 7/06\\n<strong>\\"swift and irresistible\\" </strong> VOD.com 7/06\\n<strong>\\"The ideal dance\\"</strong> Stanford Univ 11/06</strong> </p><p>visit us online at <a href=\\"#\\">www.danceceres.org</a></p><p>If you\'d like to contribute to dance ceres, please send a check with dance ceres in the memo line to:\\n<br><strong>DanceArt, Inc. 775 Blithedale Ave. #351 Mill Valley, CA 94941</strong></br>\\n<p>Thank-you from all of us at dance ceres. Your support is invaluable, appreciated and fully tax-deductible! \\n</p> </div>"}',
"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"feedUrl":"http://danceceres.blogspot.com/feeds/posts/default","headerImg":"","includeListImg":"true"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({isStandalone:"true",
"lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"username":"ceresstudio","type":"uploads","feedUrl":"http://gdata.youtube.com/feeds/base/users/ceresstudio/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({username:"danceceres",isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css",
"wbx.buttonMode":"2",isCurrent:"true",updateCount:"20","lib.mobileScriptSrc":"/mobile/mobile.js",pageIndex:"0","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"2",pageConfig:'{"feedUrl":"http://performingartsclassroom.blogspot.com/feeds/posts/default","headerImg":"","includeListImg":"true"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js",
"lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({"wbx.libraryMobileCss":"/mobile/jqtouch/themes/apple/theme.min.css",pollQuestionColor:"#6A96C9",headerImageHeight:"225",pollAnswerColor:"#000000",pollVoteButtonColor:"#6DA529","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css",pollAnswers:'[{"id":0,"text":"yes","elId":"mobile-poll-answer-0"},{"id":1,"text":"no","elId":"mobile-poll-answer-1"}]',lastAnswerId:"0",pollQuestionId:"ikwy924mn",pollQuestion:"have you seen dance ceres perform live in concert?",
headerImageWidth:"480","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js",pageIndex:"0",showResultsLink:"true",headerImage:"http://img.widgetbox.com/widget/asset/25517b55-65b2-462f-b5c9-d6624cc56c80/danceceresbararts.png",isStandalone:"true","wbx.buttonMode":"2",isCurrent:"true",pollVoteButtonTextColor:"#FFFFFF","lib.mobileScriptSrc":"/mobile/mobile.js","lib.cssSrc":"/mobile/css/base.css"});f.pageConfigs.push({isStandalone:"true","lib.mobileCssSrc":"/mobile/css/theme/01/theme.css","wbx.buttonMode":"0",
pageConfig:'{"feedUrl":"http://www.facebook.com/feeds/page.php?format=atom10&id=255422430122","pageUrl":"http://www.facebook.com/pages/dance-ceres/255422430122","headerImg":"","includeListImg":"true"}',"lib.mobileScriptSrc":"/mobile/mobile.js","lib.scriptSrc":"/scripts/jquery-1.4.1.min.js","lib.cssSrc":"/mobile/css/base.css"});WbxMobileSite.site.pageList=[{guid:"068efff2-8a94-4739-9c32-f5e1240f6fe3",title:"upcoming",type:"mcustom",elId:"mobile-site-page-0"},{guid:"9ad35da1-18d0-49bd-873c-00ad36b34afd",
title:"photos",type:"mphotos",elId:"mobile-site-page-1"},{guid:"c92f7028-8cee-4407-b3bb-4bafbc9a5ee6",title:"perform",type:"myoutube",elId:"mobile-site-page-2"},{guid:"06ebc3d7-602e-4363-9be6-a61106273cd1",title:"praise",type:"mcustom",elId:"mobile-site-page-3"},{guid:"a8829305-3ba8-42c2-a86d-c09a083d45fd",title:"thoughts",type:"mfeed",elId:"mobile-site-page-4"},{guid:"e0d0b832-9c10-439e-882c-e0f780f201dc",title:"studio",type:"myoutube",elId:"mobile-site-page-5"},{guid:"331241e6-f1c6-4b23-b846-6e44ebe0f3ec",
title:"twitter",type:"mtwitter",elId:"mobile-site-page-6"},{guid:"db78f683-bd73-488d-99cb-48cf34923fb1",title:"mentorship",type:"mfeed",elId:"mobile-site-page-7"},{guid:"12fbbf9b-43aa-4920-90a7-cec36d58d9d2",title:"audience",type:"mpoll",elId:"mobile-site-page-8"},{guid:"0f415fb9-5af1-49dd-b86f-53bbd72d8de8",title:"Facebook Fan Page",type:"mfacebook",elId:"mobile-site-page-9"}];WbxMobileSite.galleryUrl="http://www.widgetbox.com/";WbxMobileSite.cdnGalleryUrl="http://pub.widgetbox.com/";WbxMobileSite.syndUrl=
"http://widgetserver.com/";WbxMobileSite.proxyUrl="http://p.widgetserver.com/p/fetch/";WbxMobileSite.imageProxyUrl="http://i.widgetserver.com/ip/";WbxMobileSite.metricsUrl="http://t.widgetserver.com/t";WbxMobileSite.linkbarUrl="http://l.wbx.me/l/";WbxMobileSite.shortWidgetUrl="http://l.wbx.me/w/";WbxMobileSite.mobileSiteRuntimeUrl="http://m.wbx.me/";WbxMobileSite.siteName="dance ceres";WbxMobileSite.galleryShortUrl=WbxMobileSite.shortWidgetUrl+"46tcn9";WbxMobileSite.instFriendlyId="danceceres";WbxMobileSite.syndShortSiteUrl=
WbxMobileSite.mobileSiteRuntimeUrl+WbxMobileSite.instFriendlyId;WbxMobileSite.token="76bdd2536a18b9da8171396f3db3855c4c41896e0000012ae82c13c7";WbxMobileSite.instPk="141472489";WbxMobileSite.instId="7394ba77-05f5-4219-a343-2cd0ded69641";WbxMobileSite.instCreatedByUserPk="102819";WbxMobileSite.regPk="3755230";WbxMobileSite.providerPk="1860293";WbxMobileSite.partnerNetworkPk="14";WbxMobileSite.userServiceLevel=parseInt("2");WbxMobileSite.providerServiceLevel=parseInt("2");WbxMobileSite.registrationServiceLevel=
parseInt("0");WbxMobileSite.instanceServiceLevel=parseInt("1");WbxMobileSite.instanceServiceLevel=parseInt("1");WbxMobileSite.site.init(f);if(window.self!=window.top)if(!WbxMobileSite.site.isPro()||f.admobAcct!=null&&f.admobAcct!=""){f.admobAcct!=null&&f.admobAcct!=""?$("#p-ads").html("<strong>Your ads here.</strong>"):$("#p-ads").html("<strong>Don't want ads?</strong> Upgrade your mobile site to Pro!");$("#p-ads").addClass("mobile-ad-placeholder")}else $("#p-ads").css("display","none")});