';
leftLogoContent+=' ';
leftLogoContent+=' ';
leftLogoContent+='
';
if($('#mingpaonews_logo').length>0) {
leftLogoContent+=$('#mingpaonews_logo').html();
$('#mingpaonews_logo').html('');
}
leftLogoContent+='';
if ($('header .desktopheader .logo_wrapper').length>0) $('header .desktopheader .logo_wrapper').html(leftLogoContent);
if ($('header .mobileheader .col:first').length>0) $('header .mobileheader .col:first').html(leftLogoContent.replace(' id="sticky_navigation"',''));
if(!$("html").hasClass("lt-ie9") && $('#sticky_navigation').length>0) {
// grab the initial top offset of the navigation
var sticky_navigation_offset_top = $('#sticky_navigation').offset().top;
// our function that decides weather the navigation bar should have "fixed" css position or not.
var sticky_navigation = function(){