/**
 * Yepnope IE detection prefix
 * 
 * Use a combination of any of these, and they should work
 * Usage: ['ie6!ie6styles.css', 'ie7!ie7styles.css', 'ie!allIEstyles.css', 'ie6!ie7!oldIEstyles.css']
 * Usage: ['iegt5!iebutnot5.css', 'iegt6!ieHigherThan6.css', 'iegt7!gt7.css', 'iegt8!gt8.css']
 * Usage: ['ielt7!ieLessThan7.css', 'ielt8!lt8.css', 'ielt9!lt9.css']
 * 
 * A logical OR will be applied to any combination of the supported prefixes.
 *
 * Official Yepnope Plugin
 *
 * WTFPL License
 *
 * by Alex Sexton | AlexSexton@gmail.com
 */(function(a){var b=({}).hasOwnProperty,c;typeof b!="undefined"&&typeof b.call!="undefined"?c=function(a,c){return b.call(a,c)}:c=function(a,b){return b in a&&typeof a.constructor.prototype[b]=="undefined"};var d=function(){var a,b=3,c=document.createElement("div"),d=c.getElementsByTagName("i");while(c.innerHTML="<!--[if gt IE "+ ++b+"]><i></i><![endif]-->",d[0]);return b>4?b:a}(),e={ie:!!d,ie5:d===5,ie6:d===6,ie7:d===7,ie8:d===8,ie9:d===9,iegt5:d>5,iegt6:d>6,iegt7:d>7,iegt8:d>8,ielt7:d<7,ielt8:d<8,ielt9:d<9},f=function(a){var b=a.prefixes,d,f;for(f=0;f<b.length;f++){d=b[f];if(c(e,d)&&e[d])return!0}return!1},g;for(g in e)c(e,g)&&a.addPrefix(g,function(a){f(a)||(a.bypass=!0);return a})})(this.yepnope)
