/* Js for http://www.baidu.com, Version=1743505972 */
v.lang = {"confirmDelete":"Do you want to delete it?","deleteing":"Deleting","doing":"Doing","loading":"Loading","updating":"Updating","timeout":"Timeout. Please try it again.","errorThrown":"Error : ","continueShopping":"Continue shopping","required":"Required","back":"Back","continue":"Continue","bindWechatTip":"Posting sets the limit for binding WeChat. Please bind WeChat user first.","importTip":"Old layout data will be replaced","fullImportTip":"Old article, product, layout data will be replaced and import test data"};;
var currentBlockID = 101;
if(typeof($('#block' + currentBlockID).parent('.col').data('grid')) === 'undefined' && $('#block' + currentBlockID).parent('.col').data('probability') === 'undefined')
{
var grid = $('#block' + currentBlockID).parents('.blocks').data('grid');
grid = typeof(grid) == 'undefined' ? 12 : grid;
$('#block' + currentBlockID).parent('.col').attr('data-grid', grid).attr('class', 'col col-' + grid);
}
$('.articleTitleA').each(function()
{
$(this).css('max-width', $(this).parents('li').width() - $(this).prev('.category').width() - $(this).next('.sticky').width() - $(this).parent().next('.article-date').width() - 10);
})
$('.articleTitleB').each(function()
{
$(this).css('max-width', $(this).parent('li').width() - $(this).next('.sticky').width() - 10);
})
;$().ready(function() { $('#execIcon').tooltip({title:$('#execInfoBar').html(), html:true, placement:'right'}); }); ;
function loadCartInfo(twinkle)
{
$('#siteNav').load(createLink('misc', 'printTopBar'),
function()
{
if(twinkle)
{
bootbox.dialog(
{
message: v.addToCartSuccess,
buttons:
{
back:
{
label: v.lang.continueShopping,
className: 'btn-primary',
callback: function(){location.reload();}
},
cart:
{
label: v.gotoCart,
className: 'btn-primary',
callback: function(){location.href = createLink('cart', 'browse');}
}
}
});
}
}
);
}
;
var hash = window.location.hash.substring(1);
var browserLanguage = navigator.language || navigator.userLanguage;
var resolution = screen.availWidth + ' X ' + screen.availHeight;
$.get(createLink('log', 'record', "hash=" + hash), {browserLanguage:browserLanguage, resolution:resolution});