var online=new Array();
if (!document.layers)
document.write('<div id=divStayTopLeft style=position:absolute>');

//document.write('<script src="http://webpresence.qq.com/getonline?Type=1&155053794:"></script>');

 document.write('<link href="../styless.css" rel="stylesheet" type="text/css">');
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0" id="qqtab">');
document.write('    <tr>');
document.write('      <td width="110"><img src="qq/top.gif" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="qq/middle.gif">');    
document.write('<table border="0" width="80" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td width="80" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');

//no1
document.write('  <tr>');
document.write('    <td width="25" height="32" valign="middle" align="center">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&Uin=51360710&Site=michong.com.cn&Menu=yes" target=_blank title="点击Q我"><IMG alt=QQ src="http://wpa.qq.com/pa?p=1:51360710:4" align=absMiddle border=0></A>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&Uin=51360710&Site=michong.com.cn&Menu=yes" target=_blank title="点击Q我" class="a1">验配师1</font></a>');
document.write('    </td>');
document.write('  </tr>');
//blank
document.write('  <tr>');
document.write('    <td width="80" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');
//no2
document.write('  <tr>');
document.write('    <td width="25" height="32" valign="middle" align="center">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&Uin=751623345&Site=michong.com.cn&Menu=yes" target=_blank title="点击Q我"><IMG alt=QQ src="http://wpa.qq.com/pa?p=1:751623345:4" align=absMiddle border=0></A>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&Uin=751623345&Site=michong.com.cn&Menu=yes" target=_blank title="点击Q我" class="a1">验配师2</font></a>');
document.write('    </td>');
document.write('  </tr>');
//no3
document.write('  <tr>');
document.write('    <td width="25" height="22" valign="middle" align="center">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&Uin=332188656&Site=michong.com.cn&Menu=yes" target=_blank title="点击Q我"><IMG alt=QQ src="http://wpa.qq.com/pa?p=1:332188656:4" align=absMiddle border=0></A>');
document.write('    </td>');
document.write('    <td width="55" height="22" valign="middle" align="left">');
document.write('<A href="http://wpa.qq.com/msgrd?V=1&Uin=332188656&Site=michong.com.cn&Menu=yes" target=_blank title="点击Q我" class="a1">验配师3</font></a>');
document.write('    </td>');
document.write('  </tr>');


document.write('</table>');     
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="110" ><img src="qq/bottom.gif" border="0"></td>');
document.write('    </tr>');
document.write('</table>');



var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
function JSFX_FloatTopDiv()
{
	var startX = 2;
	startY = 300;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function ml(id)
	{
		var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)el.style=el;
		el.sP=function(x,y){this.style.left=x;this.style.top=y;};
		el.x = startX;
		if (verticalpos=="fromtop")
		el.y = startY;
		else{
		el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		el.y -= startY;
		}
		return el;
	}
	window.stayTopLeft=function()
	{
		if (verticalpos=="fromtop"){
		var pY = ns ? pageYOffset : document.body.scrollTop;
		ftlObj.y += (pY + startY - ftlObj.y)/8;
		}
		else{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - startY - ftlObj.y)/8;
		}
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopLeft()", 10);
	}
	ftlObj = ml("divStayTopLeft");
	stayTopLeft();
}
JSFX_FloatTopDiv();