var count;
function move() {
$('apDiv').style.top=document.documentElement.scrollTop+parseInt(count);
}
function getCount() {
count=$('apDiv').currentStyle.top;
}
function close0() {
$('apDiv').style.display='none';
}
window.onscroll=move;
window.onload=function(){getCount();}
float:left; top: 110px;">