(function($) {var n=0,c={};$.fn.jqote=function(d){var r=$([]);if(!$.isArray(d))d=[d];$(this).each(function(i){var f=(g=c[$.data(this,'jqote')])?g:c[$.data(this,'jqote',n++)]=new Function('i,j',"var t=[]; t.push('"+$(this).html().replace(/\s*<!\[CDATA\[|\]\]>\s*/g,'').replace(/[\r\n\t]/g,'\\\n').replace(/<#=(.+?)#>/g, "\t,$1,'").split("<#").join("\t)\n").split("#>").join("t.push(\t").split("\t").join("'")+"');return $(t.join(''));");for(n=0;n<d.length;n++)r.push(f.call(d[n],i,n));});return r;};})(jQuery);
