; function TopBlogPostsSidebar(){self.topPosts=ko.observableArray();$.getJSON("/Blog/js/GetTopBlogPosts").done(function(posts){self.topPosts(posts)})}
; function BlogDetailsView(){self.topBlogPosts=new TopBlogPostsSidebar;$(".social-share-container").jsSocials({shares:["twitter","facebook","linkedin","email","whatsapp"]})}$(document).ready(function(){var model=new BlogDetailsView;ko.applyBindings(model,document.getElementById("qp-content"))})
