var utils=new function(){this.getAttrFromClass=function(a,b){a=a.split(" ");for(c in a)if(a[c].indexOf(b)!=-1)return a[c].split("-")[1]}};

