(function(){$.fn.eImageCard=function(n){var n=$.extend({textColor:"#0A1B62",kutuBgColor:"#13183E",kutuColor:"#fafafa"},n);return this.each(function(){n.modulid="#"+$(this).attr("id");var t=document.styleSheets[document.styleSheets.length-1],i=t.cssRules;t.insertRule(n.modulid+" p { color:"+n.textColor+";}",i.length);t.insertRule(n.modulid+" .police-academy-content .police-academy-button { color:"+n.kutuColor+"; background-color:"+n.kutuBgColor+";}",i.length)})}})(jQuery)