document.write(" <div id='FloatLayer' style='position:absolute; width:120px; height:60px; z-index:1; visibility: visible'>");
document.write(" <IFRAME WIDTH=80 HEIGHT=80 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no ");
document.write(" BORDERCOLOR='#000000'");
document.write(" SRC='http://ads.hexun.com/html.ng/site=homeway-house&adsize=80x80&adform=floating'></IFRAME>");
document.write("</div>");
function adjust_float_pos()
{
	float_width=FloatLayer.style.pixelWidth;
	float_height=FloatLayer.style.pixelHeight;
	window_width=document.body.clientWidth;
	window_height=document.body.clientHeight;
	FloatLayer.style.pixelLeft=window_width-float_width-10;
	FloatLayer.style.pixelTop=document.body.scrollTop+window_height-float_height-30;
}
adjust_float_pos();
setInterval("adjust_float_pos()",10);