function getCSSRule(f){var d;for(var c=0;c<document.styleSheets.length;c++){try{var b=document.styleSheets[c].cssRules||document.styleSheets[c].rules;for(var a=0;a<b.length;a++){if(b[a].selectorText==f){return b[a]}}}catch(g){}}return false}function addCSSRule(c){if(!getCSSRule(c)){for(var b=0;b<document.styleSheets.length;b++){try{var a=document.styleSheets[b];if(a.addRule){a.addRule(c,null,0)}else{a.insertRule(c+"{}",0)}return getCSSRule(c)}catch(d){}}}return getCSSRule(c)}addCSSRule(".noscript").style.display="none";
