(function(d){d.ajaxSettings.accepts._default="text/javascript, text/html, application/xml, text/xml, */*"})(jQuery);(function(d){d.fn.reset=function(){return this.each(function(){if(typeof this.reset=="function"||typeof this.reset=="object"&&!this.reset.nodeType)this.reset()})};d.fn.enable=function(){return this.each(function(){this.disabled=false})};d.fn.disable=function(){return this.each(function(){this.disabled=true})}})(jQuery);
(function(d){d.extend({fieldEvent:function(a,b){a=a[0]||a;var c="change";if(a.type=="radio"||a.type=="checkbox")c="click";else if(b&&(a.type=="text"||a.type=="textarea"||a.type=="password"))c="keyup";return c}});d.fn.extend({delayedObserver:function(a,b){var c=d(this);if(typeof window.delayedObserverStack=="undefined")window.delayedObserverStack=[];if(typeof window.delayedObserverCallback=="undefined")window.delayedObserverCallback=function(g){var h=window.delayedObserverStack[g];h.timer&&clearTimeout(h.timer);
h.timer=setTimeout(function(){h.timer=null;h.callback(h.obj,h.obj.formVal())},h.delay*1E3);h.oldVal=h.obj.formVal()};window.delayedObserverStack.push({obj:c,timer:null,delay:a,oldVal:c.formVal(),callback:b});var f=window.delayedObserverStack.length-1;c[0].tagName=="FORM"?d(":input",c).each(function(){var g=d(this);g.bind(d.fieldEvent(g,a),function(){var h=window.delayedObserverStack[f];h.obj.formVal()!=h.oldVal&&window.delayedObserverCallback(f)})}):c.bind(d.fieldEvent(c,a),function(){var g=window.delayedObserverStack[f];
g.obj.formVal()!=g.oldVal&&window.delayedObserverCallback(f)})},formVal:function(){var a=this[0];if(a.tagName=="FORM")return this.serialize();return a.type=="checkbox"||a.type=="radio"?this.filter("input:checked").val()||"":this.val()}})})(jQuery);
(function(d){d.fn.extend({visualEffect:function(a,b){speed=b?b.duration*1E3:null;e=a.replace(/\_(.)/g,function(c,f){return f.toUpperCase()});return eval("$(this)."+e+"("+speed+")")},appear:function(a,b){return this.fadeIn(a,b)},blindDown:function(a,b){return this.show("blind",{direction:"vertical"},a,b)},blindUp:function(a,b){return this.hide("blind",{direction:"vertical"},a,b)},blindRight:function(a,b){return this.show("blind",{direction:"horizontal"},a,b)},blindLeft:function(a,b){this.hide("blind",
{direction:"horizontal"},a,b);return this},dropOut:function(a,b){return this.hide("drop",{direction:"down"},a,b)},dropIn:function(a,b){return this.show("drop",{direction:"up"},a,b)},fade:function(a,b){return this.fadeOut(a,b)},fadeToggle:function(a,b){return this.animate({opacity:"toggle"},a,b)},fold:function(a,b){return this.hide("fold",{},a,b)},foldOut:function(a,b){return this.show("fold",{},a,b)},grow:function(a,b){return this.show("scale",{},a,b)},highlight:function(a,b){return this.show("highlight",
{},a,b)},puff:function(a,b){return this.hide("puff",{},a,b)},pulsate:function(a,b){return this.show("pulsate",{},a,b)},shake:function(a,b){return this.show("shake",{},a,b)},shrink:function(a,b){return this.hide("scale",{},a,b)},squish:function(a,b){return this.hide("scale",{origin:["top","left"]},a,b)},slideUp:function(a,b){return this.hide("slide",{direction:"up"},a,b)},slideDown:function(a,b){return this.show("slide",{direction:"up"},a,b)},switchOff:function(a,b){return this.hide("clip",{},a,b)},
switchOn:function(a,b){return this.show("clip",{},a,b)}})})(jQuery);
(function(d){d.fn.tweet=function(a){function b(f){var g=Date.parse(f),h=arguments.length>1?arguments[1]:new Date;g=parseInt((h.getTime()-g)/1E3);return g<60?"less than a minute ago":g<120?"about a minute ago":g<2700?parseInt(g/60).toString()+" minutes ago":g<5400?"about an hour ago":g<86400?"about "+parseInt(g/3600).toString()+" hours ago":g<172800?"1 day ago":parseInt(g/86400).toString()+" days ago"}var c={username:["CVAirshow"],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};d.fn.extend({linkUrl:function(){var f=[],g=/((ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/gi;this.each(function(){f.push(this.replace(g,'<a href="$1">$1</a>'))});return d(f)},linkUser:function(){var f=[],g=/[\@]+([A-Za-z0-9-_]+)/gi;this.each(function(){f.push(this.replace(g,'<a href="http://twitter.com/$1">@$1</a>'))});
return d(f)},linkHash:function(){var f=[],g=/ [\#]+([A-Za-z0-9-_]+)/gi;this.each(function(){f.push(this.replace(g,' <a href="http://search.twitter.com/search?q=&tag=$1&lang=all&from='+c.username.join("%2BOR%2B")+'">#$1</a>'))});return d(f)},capAwesome:function(){var f=[];this.each(function(){f.push(this.replace(/(a|A)wesome/gi,"AWESOME"))});return d(f)},capEpic:function(){var f=[];this.each(function(){f.push(this.replace(/(e|E)pic/gi,"EPIC"))});return d(f)},makeHeart:function(){var f=[];this.each(function(){f.push(this.replace(/[&lt;]+[3]/gi,
"<tt class='heart'>&#x2665;</tt>"))});return d(f)}});a&&d.extend(c,a);return this.each(function(){var f=d('<ul class="tweet_list">').appendTo(this),g='<p class="tweet_intro">'+c.intro_text+"</p>",h='<p class="tweet_outro">'+c.outro_text+"</p>",k=d('<p class="loading">'+c.loading_text+"</p>");if(typeof c.username=="string")c.username=[c.username];var i="";if(c.query)i+="q="+c.query;i+="&q=from:"+c.username.join("%20OR%20from:");i="http://search.twitter.com/search.json?&"+i+"&rpp="+c.count+"&callback=?";
c.loading_text&&d(this).append(k);d.getJSON(i,function(n){c.loading_text&&k.remove();c.intro_text&&f.before(g);d.each(n.results,function(l,j){l=c.join_text=="auto"?j.text.match(/^(@([A-Za-z0-9-_]+)) .*/i)?c.auto_join_text_reply:j.text.match(/(^\w+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+) .*/i)?c.auto_join_text_url:j.text.match(/^((\w+ed)|just) .*/im)?c.auto_join_text_ed:j.text.match(/^(\w*ing) .*/i)?c.auto_join_text_ing:c.auto_join_text_default:c.join_text;l='<span class="tweet_join"> '+l+" </span>";
l=c.join_text?l:" ";var m='<a class="tweet_avatar" href="http://twitter.com/'+j.from_user+'"><img src="'+j.profile_image_url+'" height="'+c.avatar_size+'" width="'+c.avatar_size+'" alt="'+j.from_user+'\'s avatar" border="0"/></a>';m=c.avatar_size?m:"";var o='<a href="http://twitter.com/'+j.from_user+"/statuses/"+j.id+'" title="view tweet on twitter">'+b(j.created_at)+"</a>";j='<span class="tweet_text">'+d([j.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+"</span>";f.append("<li>"+
m+o+l+j+"</li>");f.children("li:first").addClass("tweet_first");f.children("li:odd").addClass("tweet_even");f.children("li:even").addClass("tweet_odd")});c.outro_text&&f.after(h)})})}})(jQuery);
jQuery.easing={easein:function(d,a,b,c,f){return c*(a/=f)*a+b},easeinout:function(d,a,b,c,f){if(a<f/2)return 2*c*a*a/(f*f)+b;d=a-f/2;return-2*c*d*d/(f*f)+2*c*d/f+c/2+b},easeout:function(d,a,b,c,f){return-c*a*a/(f*f)+2*c*a/f+b},expoin:function(d,a,b,c,f){d=1;if(c<0){d*=-1;c*=-1}return d*Math.exp(Math.log(c)/f*a)+b},expoout:function(d,a,b,c,f){d=1;if(c<0){d*=-1;c*=-1}return d*(-Math.exp(-Math.log(c)/f*(a-f))+c+1)+b},expoinout:function(d,a,b,c,f){d=1;if(c<0){d*=-1;c*=-1}if(a<f/2)return d*Math.exp(Math.log(c/
2)/(f/2)*a)+b;return d*(-Math.exp(-2*Math.log(c/2)/f*(a-f))+c+1)+b},bouncein:function(d,a,b,c,f){return c-jQuery.easing.bounceout(d,f-a,0,c,f)+b},bounceout:function(d,a,b,c,f){return(a/=f)<1/2.75?c*7.5625*a*a+b:a<2/2.75?c*(7.5625*(a-=1.5/2.75)*a+0.75)+b:a<2.5/2.75?c*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:c*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},bounceinout:function(d,a,b,c,f){if(a<f/2)return jQuery.easing.bouncein(d,a*2,0,c,f)*0.5+b;return jQuery.easing.bounceout(d,a*2-f,0,c,f)*0.5+c*0.5+b},elasin:function(d,
a,b,c,f){d=1.70158;var g=0,h=c;if(a==0)return b;if((a/=f)==1)return b+c;g||(g=f*0.3);if(h<Math.abs(c)){h=c;d=g/4}else d=g/(2*Math.PI)*Math.asin(c/h);return-(h*Math.pow(2,10*(a-=1))*Math.sin((a*f-d)*2*Math.PI/g))+b},elasout:function(d,a,b,c,f){d=1.70158;var g=0,h=c;if(a==0)return b;if((a/=f)==1)return b+c;g||(g=f*0.3);if(h<Math.abs(c)){h=c;d=g/4}else d=g/(2*Math.PI)*Math.asin(c/h);return h*Math.pow(2,-10*a)*Math.sin((a*f-d)*2*Math.PI/g)+c+b},elasinout:function(d,a,b,c,f){d=1.70158;var g=0,h=c;if(a==
0)return b;if((a/=f/2)==2)return b+c;g||(g=f*0.3*1.5);if(h<Math.abs(c)){h=c;d=g/4}else d=g/(2*Math.PI)*Math.asin(c/h);if(a<1)return-0.5*h*Math.pow(2,10*(a-=1))*Math.sin((a*f-d)*2*Math.PI/g)+b;return h*Math.pow(2,-10*(a-=1))*Math.sin((a*f-d)*2*Math.PI/g)*0.5+c+b},backin:function(d,a,b,c,f){d=1.70158;return c*(a/=f)*a*((d+1)*a-d)+b},backout:function(d,a,b,c,f){d=1.70158;return c*((a=a/f-1)*a*((d+1)*a+d)+1)+b},backinout:function(d,a,b,c,f){d=1.70158;if((a/=f/2)<1)return c/2*a*a*(((d*=1.525)+1)*a-d)+
b;return c/2*((a-=2)*a*(((d*=1.525)+1)*a+d)+2)+b},linear:function(d,a,b,c,f){return c*a/f+b}};
(function(d){d.fn.lavaLamp=function(a){a=d.extend({fx:"linear",speed:500,click:function(){}},a||{});return this.each(function(){function b(i){h.css({left:i.offsetLeft+"px",width:i.offsetWidth+"px"});k=i}function c(i){h.each(function(){d(this).dequeue()}).animate({width:i.offsetWidth,left:i.offsetLeft},a.speed,a.fx)}var f=d(this),g=function(){},h=d('<li class="back"><div class="left"></div></li>').appendTo(f);f=d("li",this);var k=d("li.current",this)[0]||d(f[0]).addClass("current")[0];f.not(".back").hover(function(){c(this)},
g);d(this).hover(g,function(){c(k)});f.click(function(i){b(this);return a.click.apply(this,[i,this])});b(k)})}})(jQuery);
jQuery.fn.supersleight=function(d){d=jQuery.extend({imgs:true,backgrounds:true,shim:"x.gif",apply_positioning:true},d);return this.each(function(){jQuery.browser.msie&&parseInt(jQuery.browser.version,10)<7&&parseInt(jQuery.browser.version,10)>4&&jQuery(this).find("*").andSelf().each(function(a,b){a=jQuery(b);if(d.backgrounds&&a.css("background-image").match(/\.png/i)!==null){b=a.css("background-image");b=b.substring(5,b.length-2);var c=a.css("background-repeat")=="no-repeat"?"crop":"scale";b={filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
b+"', sizingMethod='"+c+"')","background-image":"url("+d.shim+")"};a.css(b)}if(d.imgs&&a.is("img[src$=png]")){b={width:a.width()+"px",height:a.height()+"px",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+a.attr("src")+"', sizingMethod='scale')"};a.css(b).attr("src",d.shim)}if(d.apply_positioning&&a.is("a, input")&&(a.css("position")===""||a.css("position")=="static"))a.css("position","relative")})})};
(function($) {
 
  $.fn.tweet = function(o){
    var s = {
      username: ["seaofclouds"],              // [string]   required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"]
      avatar_size: null,                      // [integer]  height and width of avatar if displayed (48px max)
      count: 3,                               // [integer]  how many tweets to display?
      intro_text: null,                       // [string]   do you want text BEFORE your your tweets?
      outro_text: null,                       // [string]   do you want text AFTER your tweets?
      join_text:  null,                       // [string]   optional text in between date and tweet, try setting to "auto"
      auto_join_text_default: "i said,",      // [string]   auto text for non verb: "i said" bullocks
      auto_join_text_ed: "i",                 // [string]   auto text for past tense: "i" surfed
      auto_join_text_ing: "i am",             // [string]   auto tense for present tense: "i was" surfing
      auto_join_text_reply: "i replied to",   // [string]   auto tense for replies: "i replied to" @someone "with"
      auto_join_text_url: "i was looking at", // [string]   auto tense for urls: "i was looking at" http:...
      loading_text: null,                     // [string]   optional loading text, displayed while tweets load
      query: null                             // [string]   optional search query
    };
 
    $.fn.extend({
      linkUrl: function() {
        var returning = [];
        var regexp = /((ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/gi;
        this.each(function() {
          returning.push(this.replace(regexp,"<a href=\"$1\">$1</a>"))
        });
        return $(returning);
      },
      linkUser: function() {
        var returning = [];
        var regexp = /[\@]+([A-Za-z0-9-_]+)/gi;
        this.each(function() {
          returning.push(this.replace(regexp,"<a href=\"http://twitter.com/$1\">@$1</a>"))
        });
        return $(returning);
      },
      linkHash: function() {
        var returning = [];
        var regexp = / [\#]+([A-Za-z0-9-_]+)/gi;
        this.each(function() {
          returning.push(this.replace(regexp, ' <a href="http://search.twitter.com/search?q=&tag=$1&lang=all&from='+s.username.join("%2BOR%2B")+'">#$1</a>'))
        });
        return $(returning);
      },
      capAwesome: function() {
        var returning = [];
        this.each(function() {
          returning.push(this.replace(/(a|A)wesome/gi, 'AWESOME'))
        });
        return $(returning);
      },
      capEpic: function() {
        var returning = [];
        this.each(function() {
          returning.push(this.replace(/(e|E)pic/gi, 'EPIC'))
        });
        return $(returning);
      },
      makeHeart: function() {
        var returning = [];
        this.each(function() {
          returning.push(this.replace(/[&lt;]+[3]/gi, "<tt class='heart'>&#x2665;</tt>"))
        });
        return $(returning);
      }
    });
 
    function relative_time(time_value) {
      var parsed_date = Date.parse(time_value);
      var relative_to = (arguments.length > 1) ? arguments[1] : new Date();
      var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
      if(delta < 60) {
      return 'less than a minute ago';
      } else if(delta < 120) {
      return 'about a minute ago';
      } else if(delta < (45*60)) {
      return (parseInt(delta / 60)).toString() + ' minutes ago';
      } else if(delta < (90*60)) {
      return 'about an hour ago';
      } else if(delta < (24*60*60)) {
      return 'about ' + (parseInt(delta / 3600)).toString() + ' hours ago';
      } else if(delta < (48*60*60)) {
      return '1 day ago';
      } else {
      return (parseInt(delta / 86400)).toString() + ' days ago';
      }
    }
 
    if(o) $.extend(s, o);
    return this.each(function(){
      var list = $('<ul class="tweet_list">').appendTo(this);
      var intro = '<p class="tweet_intro">'+s.intro_text+'</p>'
      var outro = '<p class="tweet_outro">'+s.outro_text+'</p>'
      var loading = $('<p class="loading">'+s.loading_text+'</p>');
      if(typeof(s.username) == "string"){
        s.username = [s.username];
      }
      var query = '';
      if(s.query) {
        query += 'q='+s.query;
      }
      query += '&q=from:'+s.username.join('%20OR%20from:');
      var url = 'http://search.twitter.com/search.json?&'+query+'&rpp='+s.count+'&callback=?';
      if (s.loading_text) $(this).append(loading);
      $.getJSON(url, function(data){
        if (s.loading_text) loading.remove();
        if (s.intro_text) list.before(intro);
        $.each(data.results, function(i,item){
          // auto join text based on verb tense and content
          if (s.join_text == "auto") {
            if (item.text.match(/^(@([A-Za-z0-9-_]+)) .*/i)) {
              var join_text = s.auto_join_text_reply;
            } else if (item.text.match(/(^\w+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+) .*/i)) {
              var join_text = s.auto_join_text_url;
            } else if (item.text.match(/^((\w+ed)|just) .*/im)) {
              var join_text = s.auto_join_text_ed;
            } else if (item.text.match(/^(\w*ing) .*/i)) {
              var join_text = s.auto_join_text_ing;
            } else {
              var join_text = s.auto_join_text_default;
            }
          } else {
            var join_text = s.join_text;
          };
 
          var join_template = '<span class="tweet_join"> '+join_text+' </span>';
          var join = ((s.join_text) ? join_template : ' ')
          var avatar_template = '<a class="tweet_avatar" href="http://twitter.com/'+ item.from_user+'"><img src="'+item.profile_image_url+'" height="'+s.avatar_size+'" width="'+s.avatar_size+'" alt="'+item.from_user+'\'s avatar" border="0"/></a>';
          var avatar = (s.avatar_size ? avatar_template : '')
          var date = '<a href="http://twitter.com/'+item.from_user+'/statuses/'+item.id+'" title="view tweet on twitter">'+relative_time(item.created_at)+'</a>';
          var text = '<span class="tweet_text">' +$([item.text]).linkUrl().linkUser().linkHash().makeHeart().capAwesome().capEpic()[0]+ '</span>';
          
          // until we create a template option, arrange the items below to alter a tweet's display.
          list.append('<li>' + avatar + date + join + text + '</li>');
 
          list.children('li:first').addClass('tweet_first');
          list.children('li:odd').addClass('tweet_even');
          list.children('li:even').addClass('tweet_odd');
        });
        if (s.outro_text) list.after(outro);
      });
 
    });
  };
  
//--------------------------------------------------------------------------------------
	/*
		jquery.twitter.js v1.5
		Last updated: 08 July 2009

		Created by Damien du Toit
		http://coda.co.za/blog/2008/10/26/jquery-plugin-for-twitter

		Licensed under a Creative Commons Attribution-Non-Commercial 3.0 Unported License
		http://creativecommons.org/licenses/by-nc/3.0/
	*/

	$.fn.getTwitter = function(options) {

		$.fn.getTwitter.defaults = {
			userName: null,
			numTweets: 5,
			loaderText: "Loading tweets...",
			slideIn: true,
			slideDuration: 750,
			showHeading: true,
			headingText: "Latest Tweets",
			showProfileLink: true,
			showTimestamp: false
		};

		var o = $.extend({}, $.fn.getTwitter.defaults, options);

		return this.each(function() {
			var c = $(this);

			// hide container element, remove alternative content, and add class
			c.hide().empty().addClass("twitted");

			// add heading to container element
			if (o.showHeading) {
				c.append("<h2>"+o.headingText+"</h2>");
			}

			// add twitter list to container element
			var twitterListHTML = "<ul id=\"twitter_update_list\"><li></li></ul>";
			c.append(twitterListHTML);

			var tl = $("#twitter_update_list");

			// hide twitter list
			tl.hide();

			// add preLoader to container element
			var preLoaderHTML = $("<p class=\"preLoader\">"+o.loaderText+"</p>");
			c.append(preLoaderHTML);

			// add Twitter profile link to container element
			if (o.showProfileLink) {
				var profileLinkHTML = "<p class=\"profileLink\"><a href=\"http://twitter.com/"+o.userName+"\">http://twitter.com/"+o.userName+"</a></p>";
				c.append(profileLinkHTML);
			}

			// show container element
			c.show();

			$.getScript("http://twitter.com/javascripts/blogger.js");
			$.getScript("http://twitter.com/statuses/user_timeline/"+o.userName+".json?callback=twitterCallback2&count="+o.numTweets, function() {
				// remove preLoader from container element
				$(preLoaderHTML).remove();

				// remove timestamp and move to title of list item
				if (!o.showTimestamp) {
					tl.find("li").each(function() {
						var timestampHTML = $(this).children("a");
						var timestamp = timestampHTML.html();
						timestampHTML.remove();
						$(this).attr("title", timestamp);
					});
				}

				// show twitter list
				if (o.slideIn) {
					// a fix for the jQuery slide effect
					// Hat-tip: http://blog.pengoworks.com/index.cfm/2009/4/21/Fixing-jQuerys-slideDown-effect-ie-Jumpy-Animation
					var tlHeight = tl.data("originalHeight");

					// get the original height
					if (!tlHeight) {
						tlHeight = tl.show().height();
						tl.data("originalHeight", tlHeight);
						tl.hide().css({height: 0});
					}

					tl.show().animate({height: tlHeight}, o.slideDuration);
				}
				else {
					tl.show();
				}

				// add unique class to first list item
				tl.find("li:first").addClass("firstTweet");

				// add unique class to last list item
				tl.find("li:last").addClass("lastTweet");
			});
		});
	};
})(jQuery);
$(document).ready(function(){
$(".tweet").getTwitter({
					userName: "cvairshow",
					numTweets: 3,
					loaderText: "Loading tweets...",
					slideIn: true,
					slideDuration: 750,
					showHeading: true,
					headingText: "Latest Tweets",
					showProfileLink: true,
					showTimestamp: false
				});

function d(a){var b=Math.floor(Math.random()*11),c=0,f="<ul class='flickr_badge_image'>";$.each(a.items,function(g,h){if(c>b&&c<b+10){g=h.media.m.replace("_m.jpg","_s.jpg");f+='<li><a href="'+h.link+'" target="_blank">';f+='<img src="'+g+'" alt="'+h.title+'" title="'+h.title+'"/>';f+="</a></li>"}c++});$("#flickr").html(f+"</ul>")}$("#header").supersleight({shim:"/blank.gif"});$(".navbar").supersleight({shim:"/blank.gif"});$(".blueangel").supersleight({shim:"/blank.gif"});
$("#content").supersleight({shim:"/blank.gif"});$.getJSON("http://api.flickr.com/services/feeds/groups_pool.gne?id=47555888@N00&lang=en-us&format=json&jsoncallback=?",d);$(".tweet").tweet({username:"CVAirshow",join_text:"auto",avatar_size:null,count:3,auto_join_text_default:"we said,",auto_join_text_ed:"we",auto_join_text_ing:"we were",auto_join_text_reply:"we replied to",auto_join_text_url:"we were checking out",loading_text:"loading tweets..."});$(".lavaLampWithImage").lavaLamp({fx:"backout",
speed:700,click:function(){return true}})});
