﻿function get_diffY(){
	var diffY
	if (document.documentElement && document.documentElement.scrollTop)
		diffY = document.documentElement.scrollTop;
	else if (document.body)
		diffY = document.body.scrollTop
	else
	    diffY=0
	return diffY
}
var lastScrollY=0;
function get_percent(){
	var percent=.1*(get_diffY()-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	return percent
}
function heartBeat(){
	var percent=get_percent()
	var obj=document.getElementById("floater")
	obj.style.top=parseInt(obj.style.top)+percent+"px";
	lastScrollY=lastScrollY+percent; 
}

document.write('<div id="floater" style="OVERFLOW: visible; POSITION: absolute; TOP: 125px; right: 0px;"><a href="#" onclick=floater.style.display="none"><img src="http://www.izheku.com/event/dlclose.gif" border="0" /></a><br /><a href="http://count.chanet.com.cn/click.cgi?a=169277&d=30468&u=&e=" target="_blank"><IMG SRC="http://file.chanet.com.cn/image.cgi?a=169277&d=30468&u=&e=" width="120" height="60"  border="0" alt="VANCL凡客诚品: 互联网快时尚品牌" style="margin-bottom:5px;"></a><br /><a href="http://count.chanet.com.cn/click.cgi?a=169277&d=131113&u=&e=" target="_blank"><IMG SRC="http://file.chanet.com.cn/image.cgi?a=169277&d=131113&u=&e=" width="120" height="60"  border="0" alt="牛尔官方购物网站" style="margin-bottom:5px;"></a><br /><a href="http://count.chanet.com.cn/click.cgi?a=169277&d=132438&u=&e=" target="_blank"><IMG SRC="http://file.chanet.com.cn/image.cgi?a=169277&d=132438&u=&e=" width="120" height="60"  border="0" alt="好利来蛋糕官网" style="margin-bottom:5px;"></a><br /><a href="http://count.chanet.com.cn/click.cgi?a=169277&d=237249&u=&e=" target="_blank"><IMG SRC="http://file.chanet.com.cn/image.cgi?a=169277&d=237249&u=&e=" width="120" height="60"  border="0" alt="大众点评团" style="margin-bottom:5px;"></a><br /><a href="http://count.chanet.com.cn/click.cgi?a=169277&d=93656&u=&e=" target="_blank"><IMG SRC="http://file.chanet.com.cn/image.cgi?a=169277&d=93656&u=&e=" width="120" height="60"  border="0" alt="麦包包 时尚休闲包包第一站" style="margin-bottom:5px;"></a><br /><a href="http://count.chanet.com.cn/click.cgi?a=169277&d=83852&u=&e=" target="_blank"><IMG SRC="https://www.chanet.com.cn/image/promotion/126634" width="120" height="45" border="0" alt="乐淘网上鞋城" style="margin-bottom:5px;"></a><br /><a href="javascript:window.scroll(0,0)" onfocus="blur()" border="0"><img src="../image/top.gif" alt="返回页面顶部" border="0"></a></div>');

document.body.oncopy = function () { setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n本文来源于：爱折酷（www.izheku.com）——时尚，生活，亲子！（转载请保留信息出处，谢谢！） 原文地址："+location.href; clipboardData.setData("text",text); } }, 100 ) }

