//check support box-shadow and radius

window.Modernizr=function(n,g){function h(c,d){var b=c.charAt(0).toUpperCase()+c.substr(1),i;a:{b=[c,"webkit"+b,"Moz"+b,"moz"+b,"o"+b,"ms"+b];for(var j in b)if(k[b[j]]!==undefined&&(!d||d(b[j]))){i=true;break a}}return!!i}var e={},l=g.documentElement,a=g.createElement("modernizr"),k=a.style;a=g.createElement("input");" -o- -moz- -ms- -webkit- ".split(" ");a={};var f,m=[];a.borderradius=function(){return h("borderRadius","",function(c){return c.indexOf("orderRadius")!==-1})};a.boxshadow=function(){return h("boxShadow")}; for(f in a)if(a.hasOwnProperty(f))m.push((!(e[f]=a[f]())?"no-":"")+f);k.cssText="";a=a=null;e._enableHTML5=true;e._enableNoClasses=true;e._version="1.1";(function(c,d){c[d]=c[d].replace(/\bno-js\b/,"js")})(l,"className");l.className+=" "+m.join(" ");return e}(this,this.document);