(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 d=false,c=/xyz/.test(function(){xyz;})?/\b_super\b/:/.*/;this.Class=function(){};Class.extend=function(a){var b=this.prototype;d=true;var h=new this();d=false;for(var i in a){h[i]=typeof a[i]=="function"&&typeof b[i]=="function"&&c.test(a[i])?(function(f,e){return function(){var g=this._super;this._super=b[f];var l=e.apply(this,arguments);this._super=g;return l;};})(i,a[i]):a[i];}function j(){if(!d&&this.init){this.init.apply(this,arguments);}}j.prototype=h;j.constructor=j;j.extend=arguments.callee;return j;};})();
