jQuery.expr[':'].ciContains = function(a,i,m){
     return jQuery(a).text().toUpperCase().replace('  ', ' ').indexOf(m[3].toUpperCase())>=0;
};
