try {
if (window.external.msIsSiteMode())
{
window.external.msSiteModeCreateJumplist('最近瀏覽商品');
window.external.msSiteModeAddJumpListItem(
document.title,
location.href,
'http://'+location.host+'/favicon.ico');
window.external.msSiteModeShowJumplist();
}
}
catch(e) { }