// JavaScript Document
(function(){
	QQMenuInt=_QQMenuInt;
 	moveQQmenu=_moveQQmenu;
 	function _QQMenuInt(){
 		QQMenu.style.position="absolute";
 		QQMenu.style.display="";
 		if(parseInt(document.documentElement.offsetWidth)>1024){
 			QQMenuPosition.Left+=(parseInt(document.documentElement.offsetWidth)-1024-20);
 		}
 		if(QQMenuPosition.isRight){
			QQMenu.style.right=QQMenuPosition.Left+"px";
		}else{
			QQMenu.style.left=QQMenuPosition.Left+"px";
		}
		QQMenu.style.top=QQMenuPosition.Top+"px";
		moveQQmenu();
 	}
	function _moveQQmenu(){
		var from=parseInt(QQMenu.style.top,10);
		var yOffset;
		var to=window.pageYOffset?window.pageYOffset:document.documentElement.scrollTop;
		to=to+QQMenuPosition.Top;
		if(to!=from){
			yOffset = Math.ceil(Math.abs(to-from)/20);
			if(to<from)yOffset=-yOffset;
			var oldTop=parseInt(QQMenu.style.top,10);
			QQMenu.style.top=(oldTop+yOffset)+"px";
		}
		if(QQMenu.style.display!="none"){
			window.setTimeout("moveQQmenu()",QQMenuPosition.timeout);
		}
	}
})()

document.writeln("<div class=\"kefuchu\" id=\"QQMenu\" style=\"display:none;\">");
document.writeln("<div id=\"lwc2\" class=\"wc\" style=\"background-image:url(contentimg\/msn1.gif); height:197px; width:127px; z-index:100\">");
document.writeln("  <div style=\"width:100%; margin-top:45px; text-align:center;\"><a href=\"msnim:chat?contact=ws.com@msn.com\" target =\"_blank\"><img alt=\"\" src=\"contentimg\/msn_01.gif\" \/> <\/a><\/div>");
document.writeln("  <div style=\"width:100%;  text-align:center;\"> <a href=\"msnim:chat?contact=rl_027@msn.com\" target =\"_blank\"><img alt=\"\" src=\"contentimg\/msn_02.gif\" \/> <\/a> <\/div>");
document.writeln("  <div style=\"width:100%; text-align:center;\"><a href=\"msnim:chat?contact=bl.com@msn.com\" target =\"_blank\"><img alt=\"\" src=\"contentimg\/msn_03.gif\" \/> <\/a> <\/div>");
document.writeln("<\/div>")
document.writeln("<\/div>")
var QQMenuPosition={Left:860,Top:200,isRight:false,timeout:10}
var QQMenu=document.getElementById("QQMenu");
QQMenuInt();