(function(B){this.findPlugins=function(){var D=[];
B.each(navigator.plugins,function(){var E=this.name;
if(B.inArray(E,D)<0){D.push(this.name)
}});
return D
};
function A(){return screen.width+"x"+screen.height
}function C(){var D=B(window);
return D.width()+"x"+D.height()
}B.environment=function(){return{plugins:findPlugins(),resolution:A(),viewPort:C()}
}
})(jQuery);