﻿
if(typeof $('CartItemCount')!='undefined'&&$('CartItemCount')!=null&&typeof Cart!='undefined'&&Cart!=null) 
{
    $('CartItemCount').innerHTML = Cart.ItemCount();
}

if(typeof $('txtKw')!='undefined'&&$('txtKw')!=null) 
{
    $('txtKw').onkeydown=function(e){
          var key = window.event?event.keyCode:e.which;
          if(key==13)
            search();
      }
}

if(document.title=='苹果网'||document.title=='')
    document.title='苹果网——您身边的化妆品专业导购网站';

document.write('<img src="http://tj.doapple.com/tj?ae71dbba9d1a3e51.gif&r=' + escape(document.referrer) + '" border="0" width="0px" height="0px" style="display:none"/>');

//if(document.location.href.toLowerCase().indexOf('/cat')>0)
//    if(typeof changeBar=='function')
//        changeBar(2);