(function(){$.fn.TPhoneCard=function(n){var n=$.extend({textColor:"#FFF",bgColor:"rgba(206, 0, 0, 0.8);"},n);return this.each(function(){function t(n){var t=$("<div />",{html:"<style>"+n+"<\/style>"}).appendTo("body")}n.modulid="#"+$(this).attr("id");t(n.modulid+" .wanted-noticeline .noticeline-content {color: "+n.textColor);t(n.modulid+" .wanted-noticeline .noticeline-content p {color: "+n.textColor+" !important");t(n.modulid+" .wanted-noticeline:after {background-color: "+n.bgColor)})}})(jQuery)