document.write(" <div id='FloatLayer_1' style='position:absolute; width:80px; height:80px; 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=skyscraper'></IFRAME>");
document.write("</div>");
function adjust_float_pos_1()
{
	float_width=FloatLayer_1.style.pixelWidth;
	float_height=FloatLayer_1.style.pixelHeight;
	window_width=document.body.clientWidth;
	window_height=document.body.clientHeight;
	FloatLayer_1.style.pixelLeft=30;
	FloatLayer_1.style.pixelTop=document.body.scrollTop+window_height-float_height-30;
}
adjust_float_pos_1();
setInterval("adjust_float_pos_1()",10);