(function(){organic={exists:true,has_console:true,debug:function(str,pass_fail){if($o.show_debug){if($o.has_console){if(pass_fail===false){console.warn("FAILED: "+str);}else{console.log(str);}}}},exists:function(obj){var does_exist=(eval("typeof "+obj)!="undefined");return does_exist;},standard_error_handler:function(error){if(typeof(error)=="string"||typeof(error)=="STRING"){var error_msg="error: "+error;}else{var error_msg="error ("+error.name;if(error.lineNumber){error_msg+=", line "+error.lineNumber+", "+error.fileName;}error_msg+="): "+error.message;}$o.debug(error_msg);},init:function(){try{console.log("...");}catch(e){console={log:function(){}};$o.has_console=false;}console.log(poc.exists());jQuery(".live").live("click",function(e){e.preventDefault();$().liveLoadPage(this);return false;});jQuery(".submitForm").live("click",function(e){e.preventDefault();$(this).closest("form").submit();});}};$o=organic=window.organic;$(document).ready(function(){organic.init();});})();(function(){var a=false,b=/xyz/.test(function(){xyz;})?/\b_super\b/:/.*/;this.Class=function(){};Class.extend=function(g){var f=this.prototype;a=true;var e=new this();a=false;for(var d in g){e[d]=typeof g[d]=="function"&&typeof f[d]=="function"&&b.test(g[d])?(function(h,i){return function(){var k=this._super;this._super=f[h];var j=i.apply(this,arguments);this._super=k;return j;};})(d,g[d]):g[d];}function c(){if(!a&&this.init){this.init.apply(this,arguments);}}c.prototype=e;c.constructor=c;c.extend=arguments.callee;return c;};})();
