/*
 * Description:
 * A jQuery plugin to highlight table rows and columns when hovering over them.
 * It features different styles for row and column highlighting and fixing the highlight when a user clicks inside a cell.
 * http://p.sohei.org/jquery-plugins/tablehover
 */

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(9($){2 q=9(a){2 b=a.u;2 d=b.8;2 e=[];6(2 i=0;i<d;i++){2 f=b[i].Z;2 g=f.8;6(2 j=0;j<g;j++){2 c=f[j];2 h=c.12||1;2 n=c.10||1;2 o=-1;3(!e[i]){e[i]=[]}2 m=e[i];w(m[++o]){}c.B=o;6(2 k=i;k<i+h;k++){3(!e[k]){e[k]=[]}2 p=e[k];6(2 l=o;l<o+n;l++){p[l]=1}}}}};2 t=9(a){2 v=0,i,k,r=(a.Y)?a.Y.u:0;3(r){6(i=0;i<r.8;i++){r[i].T=v++}}6(k=0;k<a.G.8;k++){r=a.G[k].u;3(r){6(i=0;i<r.8;i++){r[i].T=v++}}}r=(a.W)?a.W.u:0;3(r){6(i=0;i<r.8;i++){r[i].T=v++}}};$.O.1C=9(m){2 n=$.1z({1m:4,1k:4,1h:4,1g:z,1d:4,1c:z,1o:4,1n:z,1a:4,19:z,18:4,17:[],16:z,15:4,14:z,J:\'1r\',I:\'\',H:\'\',F:\'\'},m);1q U.1D(9(){2 d=[],A=[],5=U,r,13=0,M=[-1,-1];3(!5.G||!5.G.8){1q}2 f=9(a,b){2 c,X,S,K,7,s;6(S=0;S<a.8;S++,13++){X=a[S];6(K=0;K<X.Z.8;K++){c=X.Z[K];3((b==\'R\'&&n.1d)||(b==\'V\'&&n.1c)||(b==\'Q\'&&n.1g)){s=c.12;w(--s>=0){A[13+s].1p(c)}}3((b==\'R\'&&n.1a)||(b==\'Q\'&&n.1n)||(b==\'V\'&&n.19)){s=c.10;w(--s>=0){7=c.B+s;3($.1B(7+1,n.17)>-1){1A}3(!d[7]){d[7]=[]}d[7].1p(c)}}3((b==\'R\'&&n.1k)||(b==\'Q\'&&n.1m)||(b==\'V\'&&n.1h)){c.E=4}}}};2 g=9(e){2 p=e.P;w(p!=U&&p.E!==4){p=p.D}3(p.E===4){l(p,4)}};2 j=9(e){2 p=e.P;w(p!=U&&p.E!==4){p=p.D}3(p.E===4){l(p,z)}};2 k=9(e){3(e.P.E&&n.F!=\'\'){2 x=e.P.B,y=e.P.D.T,s=\'\';$(\'1l.\'+n.F+\', 1j.\'+n.F,5).1i(n.F);3(x!=M[0]||y!=M[1]){3(n.J!=\'\'){s+=\',.\'+n.J}3(n.I!=\'\'){s+=\',.\'+n.I}3(n.H!=\'\'){s+=\',.\'+n.H}3(s!=\'\'){$(\'1l, 1j\',5).1y(s.1x(1)).1f(n.F)}M=[x,y]}1e{M=[-1,-1]}}};2 l=9(a,b){3(b){$.O.N=$.O.1f}1e{$.O.N=$.O.1i}2 h=d[a.B]||[],C=[],i=0,7,L;3(n.I!=\'\'){w(n.18&&++i<a.10&&d[a.B+i]){h=h.11(d[a.B+i])}$(h).N(n.I)}3(n.J!=\'\'){7=a.D.T;3(A[7]){C=C.11(A[7])}i=0;w(n.1o&&++i<a.12){3(A[7+i]){C=C.11(A[7+i])}}$(C).N(n.J)}3(n.H!=\'\'){L=a.D.D.1w.1v();3((L==\'R\'&&n.15)||(L==\'Q\'&&n.16)||(L==\'V\'&&n.14)){$(a).N(n.H)}}};q(5);t(5);6(r=0;r<5.u.8;r++){A[r]=[]}3(5.Y){f(5.Y.u,\'Q\')}6(r=0;r<5.G.8;r++){f(5.G[r].u,\'R\')}3(5.W){f(5.W.u,\'V\')}$(U).1b(\'1u\',g).1b(\'1t\',j).1s(k)})}})(1E);',62,103,'||var|if|true|tbl|for|rI|length|function|||||||||||||||||||||rows||while|||false|rowIndex|realIndex|rH|parentNode|thover|clickClass|tBodies|cellClass|colClass|rowClass|cI|nn|lastClick|tableHoverHover|fn|target|THEAD|TBODY|rowI|realRIndex|this|TFOOT|tFoot|row|tHead|cells|colSpan|concat|rowSpan|rCnt|footCells|bodyCells|headCells|ignoreCols|spanCols|footCols|bodyCols|bind|footRows|bodyRows|else|addClass|headRows|allowFoot|removeClass|th|allowBody|td|allowHead|headCols|spanRows|push|return|hover|click|mouseout|mouseover|toUpperCase|nodeName|substring|filter|extend|break|inArray|tableHover|each|jQuery'.split('|'),0,{}));


$(document).ready(function() {
	$('#agenda').tableHover(); 
});	