<!--
var specialcode2="<DIV id=searchspe style='Z-INDEX: 100; right: 1px; POSITION: absolute; TOP: 2px;'><div align=center><a href='http://www.sanrio.com.cn/jewelpet.html' target='_blank'><img src='/images/jp.gif' alt='japan' width='175' height='38' border='0'></a><a href='http://www.sanrio.co.jp/shoppinginjapan/' target='_blank'><img src='/images/SHANGHAI_175_38.gif' alt='japan' width='175' height='38' border='0'></a><img src='/images/sanriotown_ecomm_175x38.gif' alt='japan' width='175' height='38' border='0'></div></DIV>";
document.write(specialcode2);
lastScrollY=0;
function heartBeat1(){
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.searchspe.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
window.setInterval("heartBeat1()",1);
-->