﻿;(function($){$.fn.addCSS=function(css){var style=css,stylesheet=$('<style type="text/css" />').appendTo(this).get(0);if(typeof css==="object"){style="";$.each(css,function(i,val){if($.browser[i.toLowerCase()]||i.toLowerCase()=="all"){style+=val}})}if(stylesheet.styleSheet){stylesheet.styleSheet.cssText=style}else{stylesheet.appendChild(document.createTextNode(style))}style=stylesheet=null;return this}})(jQuery);
