function fill_blog_feed(){var blog_html='';blog_html+='          <div class="record">\n';blog_html+='            <h3 class="title"><a href="https://blog.wireshark.org/2011/12/gratuitous-used-car-analogy/" title="Used Cars and Stub Installers"><img src="http://ws.cf.wireshark.net/image/announcement.png" width="32" height="32" alt=""/>Used Cars and Stub Installers</a></h3>\n';blog_html+='            <p class="postinfo">Dec  6 &#124; By Gerald Combs</p>\n';blog_html+='          </div>\n';blog_html+='          <div class="record">\n';blog_html+='            <h3 class="title"><a href="https://blog.wireshark.org/2011/06/sharkfest-11-recap/" title="Sharkfest ’11 Recap"><img src="http://ws.cf.wireshark.net/image/announcement.png" width="32" height="32" alt=""/>Sharkfest ’11 Recap</a></h3>\n';blog_html+='            <p class="postinfo">Jun 21 &#124; By Gerald Combs</p>\n';blog_html+='          </div>\n';blog_html+='          <div class="record last">\n';blog_html+='            <h3 class="title"><a href="https://blog.wireshark.org/2011/06/mostly-not-participating-in-world-ipv6-day/" title="We’re not Participating in World IPv6 Day. Mostly."><img src="http://ws.cf.wireshark.net/image/info.png" width="32" height="32" alt=""/>We’re not Participating in World IPv6 Day. Mostly.</a></h3>\n';blog_html+='            <p class="postinfo">Jun  7 &#124; By Gerald Combs</p>\n';blog_html+='          </div>\n';blog_html+='          <p><a class="more" href="https://blog.wireshark.org" title="Sniff free or die&#8230;"><b>Sniff free or die Blog &raquo;</b></a></p>\n';$(".module.wiresharkBlog .content").html(blog_html);};$(document).ready(function(){fill_blog_feed();});
