(function(){$.fn.subpage=function(n){var n=$.extend({titleColor:"#13183e",textColor:"#13183e",textHoverColor:"#fff",bgColor:"#fafafa",bgHoverColor:"#13183e",iconColor:"#d2935b"},n);return this.each(function(){n.modulid="#"+$(this).attr("id");$(n.modulid+" .featured-headlines h4").css({color:n.titleColor});$(n.modulid+" .btn-tag").css({border:"1px solid "+n.textColor});$(n.modulid+" .btn-tag").css({color:n.textColor});$(n.modulid+" .btn-tag").css({"background-color":n.bgColor});$(n.modulid+" .btn-tag").hover(function(){$(this).css({color:n.textHoverColor});$(this).css({border:"1px solid "+n.textHoverColor});$(this).css({"background-color":n.bgHoverColor+" !important"})},function(){$(this).css({color:n.textColor});$(this).css({border:"1px solid "+n.textColor});$(this).css({"background-color":n.bgColor})})})}})(jQuery)