SportsShares.Utils=new function(){return{GetCssIdSelector:function(id){return"#"+id;
},AddLinkDecoration:function(selector){var items=jQuery(selector);items.each(function(index){var text=jQuery(this).text();
jQuery(this).html(text+SportsShares.Config.UI.LinkDecoration);});},AddQuotes:function(){var items=jQuery("blockquote");
items.each(function(index){var text=jQuery(this).text();jQuery(this).html("&quot;"+text+"&quot;");
});}};};