function winload()
{
dllayer3.style.top=200;
dllayer3.style.left=30;
dllayer4.style.top=200;
dllayer4.style.right=30;
}

if(document.body.offsetWidth>800){	
	{
	document.write("<div id=dllayer3 style='position: absolute;visibility:visible;z-index:1'><img src='http://www.xingyang.org.cn/xingyang1/images/duilian.gif' width=100 height=300 /></div>"
	+"<div id=dllayer4 style='position: absolute;visibility:visible;z-index:1'><img src='http://www.xingyang.org.cn/xingyang1/images/duilian.gif' width=100 height=300 /></div>");
	}
  winload()
}