﻿//Writer Alonely
lastScrollY = 0;
function heartBeat(){
 var diffY;
 if (document.documentElement && document.documentElement.scrollTop)
  diffY = document.documentElement.scrollTop;
 else if (document.body)
  diffY = document.body.scrollTop
 percent=.1*(diffY-lastScrollY);
 if(percent>0){
  percent=Math.ceil(percent);
 }
 else{
  percent=Math.floor(percent);
 }
 document.getElementById("leftDiv").style.top = parseInt(document.getElementById("leftDiv").style.top)+percent+"px";
// document.getElementById("rightDiv").style.top = parseInt(document.getElementById("rightDiv").style.top)+percent+"px";
 lastScrollY=lastScrollY+percent;
}

window.setInterval("heartBeat()",1);

function close_left1(){
    left1.style.visibility='hidden';
}
function close_da(){
    left1.style.visibility='hidden';
}
function close_left2(){
    left2.style.visibility='hidden';
}
function close_right1(){
    right1.style.visibility='hidden';
}
function close_right2(){
    right2.style.visibility='hidden';
}

document.writeln("<style type=\"text\/css\">");
document.writeln("#leftDiv,#rightDiv{width:210px;height:100px;position:absolute;}");
document.writeln(".itemFloat{width:100px;height:auto;line-height:5px}");
document.writeln("#floatdiv a{ font-color:#000; font-size:12px; text-decoration:none;}");
document.writeln("<\/style>");

//document.writeln("<div id=\"leftDiv\" style=\"top:100px;left:5px\">");
//	document.writeln("<div id=\"left1\" class=\"itemFloat\">");
//	document.writeln("<a href='http://www.xiaoya1314.com/tg/team.php?id=4' target='_blank'><img border=0 src='http://www.xiaoya1314.com/images/漂浮一广告.gif' width='120' height='500' >");
//	document.writeln("<br><br><br><a href=\"javascript:close_left1();\">关闭<\/a><br><br><br><br>");
//	document.writeln("<\/div>");
//document.writeln("<\/div>");

document.writeln("<div id=\"leftDiv\" style=\"top:170px;left:0px\">");
document.writeln("<div id=\"left1\" class=\"itemFloat\">");
document.writeln("<iframe width="100%" height="550" class="share_self"  frameborder="0" scrolling="no" src="http://widget.weibo.com/weiboshow/index.php?language=&width=0&height=550&fansRow=2&ptype=1&speed=0&skin=1&isTitle=1&noborder=1&isWeibo=1&isFans=1&uid=1644702063&verifier=89503826&dpc=1"></iframe>");




//	document.writeln("<br><br><br><a href=\"javascript:close_right1();\">关闭<\/a><br><br><br><br>");
document.writeln("<\/div>");
document.writeln("<\/div>");
