﻿
var Floaters = {
	
	delta: 0.08,
	
	queue: null,
	
	collection: {},
	
	items: [],
	
	addItem: function(Obj,left,top,ani)
	{
		Obj.style['top'] = top + 'px';
		Obj.style['left'] = left + 'px';
		var newItem = { object:Obj, oLeft:left, oTop:top };	
		this.items[this.items.length] = newItem;
		this.delta = ani ? ani : this.delta;
	},
	
	sPlay: function()
	{
		this.collection = this.items;	
		this.queue = setInterval('play()',10);
	}
}


function checkStandard()
{
	var scrollY;
	if (document.documentElement && document.documentElement.scrollTop)
	{
		scrollY = document.documentElement.scrollTop;
	}
	else if (document.body)
	{
		scrollY = document.body.scrollTop;
	}	
	return scrollY;
}



function play()
{
	var diffY = checkStandard();
	for(var i in Floaters.collection)
	{
		var obj = Floaters.collection[i].object;
		var obj_y = Floaters.collection[i].oTop;
		var total = diffY + obj_y;
		if( obj.offsetTop != total)
		{
			var oy = (total - obj.offsetTop) * Floaters.delta;
				oy = ( oy>0?1:-1 ) * Math.ceil( Math.abs(oy) );
			obj.style['top'] = obj.offsetTop + oy + 'px';
		}else
		{
			clearInterval(Floaters.queue);
			Floaters.queue = setInterval('play()',10);
		}
	}
}

var online='<STYLE type=text/css>' +
'.floatonline_1{ padding:1px; width:130px; }' +
'.scroll_title_1{font-weight:bold; padding-top:12px; text-align:left; color:#a4381f; background:url(http://www.chuangpu.org/public/images/qq/online3_1_1.gif) no-repeat 0px 0px; height:22px; padding-left:12px; }' +
'.scroll_title_1{ position:relative;}' +
'.scroll_title_1 a{ display:block; position:absolute; right:10px; top:10px; height:15px; width:20px;}' +
'.scroll_title_1 a:hover{ text-decoration:none !important; cursor:pointer;}'+
'.scroll_qq_1{padding:5px 10px 0px 10px; text-align:left; font-weight:bold; color:#333333; }' +
'.scroll_qq_1 img{padding:5px 0px 0px 0px;}' +
'.scroll_skype_1{ padding:5px;}' +
'.scroll_alibaba_1{ padding:5px;}' +
'.online_left_1{ background:url(http://www.chuangpu.org/public/images/qq/online3_3_1.gif) no-repeat 0px 0px; width:130px;}' +
'.online_right_1{ background: #FFFFFF url(http://www.chuangpu.org/public/images/qq/online3_5_1.gif) no-repeat  right top;}' +
'.scroll_foot1_1{ height:14px; font-size:0px; background:url(http://www.chuangpu.org/public/images/qq/online3_4_1.gif) no-repeat 0px 0px;}' +
'.scroll_foot2_1{ height:auto; text-align:center; min-height:18px; line-height:18px; background:url(http://www.chuangpu.org/public/images/qq/online3_6_1.gif) repeat-y 0px 0px;}' +
'.scroll_foot3_1{ height:8px; font-size:0px; background:url(http://www.chuangpu.org/public/images/qq/online3_7_1.gif) no-repeat 0px 0px;}' +
'</STYLE>' +
'<DIV class=floatonline_1 id=floatDivr style="LEFT: 1213px; POSITION: absolute; TOP: 655px">' +
'<DIV class=scroll_title_1><SPAN>在线交流</SPAN><A onmousedown=Mouseclose() title=关闭 href="#">&nbsp;</A></DIV>' +
'<DIV class=online_right_1>' +
'<DIV class=online_left_1>' +
'<DIV class=scroll_qq_1>在线销售1 <A title=QQ在线销售1 style="TEXT-DECORATION: none" href="http://wpa.qq.com/msgrd?V=1&amp;Uin=896100712&amp;Site=志兴家具&amp;Menu=yes" target=_blank><IMG src="http://wpa.qq.com/pa?p=1:896100712:10" border=0></A> <A href="msnim:chat?contact=hbsfzxjj@yahoo.cn"><IMG alt=MSN在线销售1 src="http://www.chuangpu.org/public/images/msn/msn2.gif" border=0></A> </DIV>' +
'<DIV class=scroll_qq_1>在线销售2 <A title=QQ在线销售2 style="TEXT-DECORATION: none" href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1228670617&amp;Site=志兴家具&amp;Menu=yes" target=_blank><IMG src="http://wpa.qq.com/pa?p=1:1228670617:10" border=0></A> </DIV>' +
'<DIV class=scroll_qq_1>在线销售3 <A title=QQ在线销售3 style="TEXT-DECORATION: none" href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1030791774&amp;Site=志兴家具&amp;Menu=yes" target=_blank><IMG src="http://wpa.qq.com/pa?p=1:1030791774:10" border=0></A> </DIV>' +
'<DIV class=scroll_qq_1>淘宝旺旺 <A href="http://amos.im.alisoft.com/msg.aw?v=1&amp;uid=ysswzb&amp;site=cntaobao&amp;s=2&amp;charset=utf-8" target=_blank><IMG alt=技术支持 src="http://amos.im.alisoft.com/online.aw?v=2&amp;uid=ysswzb&amp;site=cntaobao&amp;s=1&amp;charset=utf-8" border=0></A> </DIV>' +
'<DIV class=scroll_alibaba_1><A href="http://amos1.sh1.china.alibaba.com/msg.atc?v=1&amp;uid=hbsfzxjj" target=_blank><IMG alt=在线销售1 src="http://amos1.sh1.china.alibaba.com/online.atc?v=1&amp;uid=hbsfzxjj&amp;s=101" border=0></A></DIV></DIV></DIV>' +
'<DIV class=scroll_foot3_1></DIV></DIV>';

document.write(online); 

function Mouseclose(){document.getElementById('floatDivr').style.display='none';}
window.onload = function(){
var floatObjr = document.getElementById('floatDivr');
Floaters.addItem(floatObjr,screen.width-153,118);
Floaters.sPlay();
}
